summaryrefslogtreecommitdiff
path: root/src/xenapi
Commit message (Expand)AuthorAgeFilesLines
* conf: Add save cookie callbacks to xmloptJiri Denemark2017-06-071-1/+1
* virDomainXMLOption: Introduce virDomainABIStabilityDomainMichal Privoznik2017-06-051-1/+1
* virGetDomain: Set domain ID tooMichal Privoznik2017-04-031-18/+12
* Forbid new-line char in name of new domainSławek Kapłoński2016-11-221-0/+5
* conf: Extend virDomainDeviceDefPostParse for parseOpaqueMichal Privoznik2016-09-261-1/+2
* virDomainDefParse{File,String}: Introduce @parseOpaque argumentMichal Privoznik2016-09-261-0/+2
* virDomainDefPostParse: Introduce @parseOpaque argumentMichal Privoznik2016-09-261-1/+2
* conf: Add private data for virDomainVcpuDefPeter Krempa2016-07-111-1/+1
* conf: Rename virDomainDefGetMemoryActual to virDomainDefGetMemoryTotalPeter Krempa2016-06-171-2/+2
* Pass config file object through to driver open methodsDaniel P. Berrange2016-06-081-0/+1
* conf: Rename VIR_DOMAIN_DEF_PARSE_VALIDATE to VIR_DOMAIN_DEF_PARSE_VALIDATE_S...Peter Krempa2016-06-071-2/+2
* headers: Remove unnecessary keyword extern from function declarationErik Skultety2016-05-111-1/+1
* conf: domain: reject name containing '/'Cole Robinson2016-05-021-0/+1
* conf: refactor checking for unsupported memory devicesPeter Krempa2016-03-091-7/+0
* Fix build after recent patchesPeter Krempa2016-02-041-1/+1
* conf: add caps to virDomainDefFormat*Joao Martins2016-02-041-2/+3
* device: cleanup input device codePavel Hrdina2016-01-261-0/+5
* Provide parse flags to PostParse functionsMartin Kletzander2016-01-111-0/+2
* conf: Replace read accesses to def->vcpus with accessorPeter Krempa2015-12-091-1/+1
* conf: Replace writes to def->vcpus with accessorPeter Krempa2015-12-091-1/+2
* conf: Replace read access to def->maxvcpus with accessorPeter Krempa2015-12-091-2/+2
* conf: Replace writes to def->maxvcpus with accessorPeter Krempa2015-12-091-1/+3
* xenapi: Refactor extraction of vcpu countPeter Krempa2015-11-241-1/+7
* conf: Rename max_balloon to total_memoryPeter Krempa2015-09-221-1/+1
* domain: conf: Drop expectedVirtTypesCole Robinson2015-04-201-2/+0
* caps: Convert to use VIR_DOMAIN_VIRT internallyCole Robinson2015-04-201-2/+2
* domain: Convert os.type to VIR_DOMAIN_OSTYPE enumCole Robinson2015-04-202-11/+5
* caps: Switch AddGuest to take VIR_DOMAIN_OSTYPE valueCole Robinson2015-04-201-2/+2
* conf: Add interface to parse and format memory device informationPeter Krempa2015-03-231-0/+3
* conf: Add support for parsing and formatting max memory and slot countPeter Krempa2015-03-231-1/+5
* conf: Replace access to def->mem.max_balloon with accessor functionsPeter Krempa2015-03-162-3/+3
* xenapi: Resolve Coverity REVERSE_INULLJohn Ferlan2015-03-111-2/+1
* xenapi: Resolve Coverity REVERSE_INULLJohn Ferlan2015-03-111-10/+16
* xenapi: Resolve Coverity NULL_RETURNSJohn Ferlan2015-03-111-0/+2
* xenapi: Resolve Coverity NO_EFFECTJohn Ferlan2015-03-111-5/+3
* xenapi: Resolve Coverity FORWARD_NULLJohn Ferlan2015-03-111-3/+5
* Trivially support DomainHasManagedSaveImageJán Tomko2015-02-061-1/+26
* Removing probing of secondary driversDaniel P. Berrange2015-01-271-3/+8
* xenapi_driver: fix copy-paste typoPavel Hrdina2015-01-221-1/+1
* Add support for schema validation when passing in XMLDaniel P. Berrange2015-01-151-4/+13
* Give virDomainDef parser & formatter their own flagsDaniel P. Berrange2015-01-131-2/+2
* Fix flags passed to virDomainDefParseString by XenAPI driverDaniel P. Berrange2015-01-131-2/+2
* Add stub virDomainDefineXMLFlags implsDaniel P. Berrange2015-01-131-1/+11
* Remove unnecessary curly brackets in rest of src/Martin Kletzander2014-11-142-14/+7
* Rename virDriver to virHypervisorDriverDaniel P. Berrange2014-10-231-2/+2
* Implement empty post parse callbacks for all driversPeter Krempa2014-10-151-0/+10
* conf: Extend <loader/> and introduce <nvram/>Michal Privoznik2014-09-101-1/+2
* maint: use consistent if-else braces in xen and friendsEric Blake2014-09-041-5/+8
* maint: improve syntax check for space around =Eric Blake2014-08-121-1/+1
* Introduce virTristateSwitch enumJán Tomko2014-07-232-10/+10