aboutsummaryrefslogtreecommitdiff
path: root/src/libxl
Commit message (Expand)AuthorAgeFilesLines
* bitmap: new member variable and function renamingHu Tao2012-09-171-1/+1
* vcpupin: Fix returning of arrays from virDomainVcpuPinAddPeter Krempa2012-08-301-1/+1
* refactor virDomainVcpuPinAdd()Hu Tao2012-08-221-1/+12
* Destroy virdomainlist.[ch]Osier Yang2012-08-141-2/+1
* Turn virDomainObjPtr into a virObjectPtrDaniel P. Berrange2012-08-071-3/+3
* Desert the FSF address in copyrightOsier Yang2012-07-234-8/+8
* Replace use of libxlError with virReportErrorDaniel P. Berrange2012-07-203-334/+330
* Add missing "%s" format string to constant error messages in libxl driverJiri Denemark2012-07-202-15/+17
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-1/+1
* drivers: Implement virListAllDomains for drivers using virDomainObjPeter Krempa2012-06-201-0/+20
* conf: Store managed save image existence in virDomainObjPeter Krempa2012-06-181-7/+34
* build: fix unused variable after last patchEric Blake2012-05-211-2/+0
* Fix potential events deadlock when unref'ing virConnectPtrDaniel P. Berrange2012-05-211-4/+0
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-4/+4
* build: avoid frame size error when building without -O2Laine Stump2012-03-261-4/+1
* Centralize error reporting for URI parsing/formatting problemsDaniel P. Berrange2012-03-231-4/+1
* util: eliminate device object leaks related to virDomain*Remove*()Laine Stump2012-03-081-2/+3
* xml: use long long internally, to centralize overflow checksEric Blake2012-03-071-4/+4
* libxl: eliminate memory leak in libxmlDomainModifyDeviceFlagsLaine Stump2012-02-281-4/+0
* Fixed URI parsingMartin Kletzander2012-02-241-1/+2
* util: refactor virFileOpenAsLaine Stump2012-02-031-2/+2
* build: prohibit raw malloc and freeEric Blake2012-02-031-6/+7
* Add new virDomainShutdownFlags APIDaniel P. Berrange2012-01-241-1/+11
* util: use new virTypedParameter helpersEric Blake2012-01-191-32/+12
* config: report error when script given for inappropriate interface typeLaine Stump2012-01-081-2/+9
* Only add the timer when a callback is registeredDaniel P. Berrange2011-12-191-1/+1
* Hide use of timers for domain event dispatchDaniel P. Berrange2011-12-191-29/+1
* Convert drivers to thread safe APIs for adding callbacksDaniel P. Berrange2011-12-191-9/+9
* Return count of callbacks when registering callbacksDaniel P. Berrange2011-12-191-7/+8
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+8
* Fix default console type settingDaniel P. Berrange2011-11-031-1/+10
* libxl: allow getting < max typed parametersEric Blake2011-11-021-13/+12
* API: document scheduler parameter namesEric Blake2011-11-021-6/+9
* libxl: avoid a dereference of a null pointerAlex Jia2011-09-081-1/+1
* snapshot: also support disks by pathEric Blake2011-09-051-5/+6
* snapshot: reject transient disks where code is not readyEric Blake2011-09-051-0/+5
* Stop libxl driver polluting logs on non-Xen hostsDaniel P. Berrange2011-08-311-3/+3
* libxl: Allow to undefine a running domain.Osier Yang2011-08-191-8/+7
* managedsave: prohibit use on transient domainsEric Blake2011-08-101-0/+5
* libxl: fix build failure due to change in virDomainGraphicsDefLaine Stump2011-07-281-3/+4
* vcpu: teach getVcpusFlags about currentEric Blake2011-07-251-8/+21
* save: wire up trivial save/restore flags implementationsEric Blake2011-07-211-2/+32
* destroy: Implement internal API for libxl driverMichal Privoznik2011-07-211-1/+11
* build: rename files.h to virfile.hEric Blake2011-07-212-2/+2
* build: fix broken buildEric Blake2011-07-191-1/+1
* undefine: Implement internal API for libxl driverOsier Yang2011-07-201-1/+32
* flags: use common dumpxml flags checkEric Blake2011-07-151-0/+2
* libxl: reject unknown flagsEric Blake2011-07-131-5/+13
* Add domain type checkingMatthias Bolte2011-07-111-4/+11