aboutsummaryrefslogtreecommitdiff
path: root/src/libxl
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers: prefer unsigned int for flagsEric Blake2011-07-071-3/+3
* Fix return value semantic of virFileMakePathMatthias Bolte2011-07-061-8/+6
* build: rename Vcpupin to VcpuPinEric Blake2011-06-271-1/+1
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* Use VIR_USE_CPU instead of new wheelOsier Yang2011-06-071-5/+2
* Fix minor issues in libxenlight managed saveJim Fehlig2011-06-021-10/+20
* libxl : fix the version for the managed save APIsDaniel Veillard2011-06-021-3/+3
* libxl: adds managed save and restore supportMarkus Groß2011-06-021-77/+276
* libxl: get maximum memory of running domainMarkus Groß2011-06-021-1/+2
* Support maximum and current memory flags in libxl driverMarkus Groß2011-05-301-28/+73
* Add domainSave/Restore to libxl driverMarkus Groß2011-05-302-15/+228
* Add domainCoreDump to libxl driverMarkus Groß2011-05-301-0/+95
* Populate domid field of devices for libxenlightMarkus Groß2011-05-303-14/+22
* sched: provide new API shims for remaining driversEric Blake2011-05-291-4/+28
* maint: prefer newer API names internallyEric Blake2011-05-291-7/+7
* Add disk attach/detach support to libxl driverMarkus Groß2011-05-261-0/+519
* Fix libxl vm def handling on domU cleanupMarkus Groß2011-05-261-0/+7
* Refactored libxl datastructure instantiationMarkus Groß2011-05-262-141/+171
* Fix initialization of current vcpus in libxl driverJim Fehlig2011-05-241-1/+16
* build: silence clang false positiveEric Blake2011-05-181-0/+2
* Clarify that virDomainSetSchedulerParameters(Flags) can take subsetsMatthias Bolte2011-05-181-2/+4
* Clarify the semantic of virDomainGetSchedulerParameters argumentsMatthias Bolte2011-05-181-1/+2
* Clarify semantic of nparams argument of virDomainGetSchedulerTypeMatthias Bolte2011-05-181-2/+4
* Add many version number annotations to driversDaniel P. Berrange2011-05-161-52/+52