summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* node_memory: Support get/set memory parameters for driversOsier Yang2012-09-171-0/+2
* Destroy virdomainlist.[ch]Osier Yang2012-08-141-2/+1
* nwfilter: fix crash during filter define when lxc driver failed startupLaine Stump2012-08-091-29/+30
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of umlReportError with virReportErrorDaniel P. Berrange2012-07-191-54/+54
* Don't autostart domains when reloading configDaniel P. Berrange2012-07-191-2/+0
* drivers: Implement virListAllDomains for drivers using virDomainObjPeter Krempa2012-06-201-0/+18
* Remove uid param from directory lookup APIsDaniel P. Berrange2012-05-281-3/+2
* Fix potential events deadlock when unref'ing virConnectPtrDaniel P. Berrange2012-05-211-2/+0
* Use XDG Base Directories instead of storing in home directoryWilliam Jon McCann2012-05-141-5/+5
* UML: fix iteration over consolesMATSUDA, Daiki2012-04-091-1/+1
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-7/+7
* Centralize error reporting for URI parsing/formatting problemsDaniel P. Berrange2012-03-231-6/+3
* xml: use long long internally, to centralize overflow checksEric Blake2012-03-071-2/+4
* build: use correct type for pid and similar typesEric Blake2012-03-021-3/+3
* Fixed URI parsingMartin Kletzander2012-02-241-1/+2
* Add new virDomainShutdownFlags APIDaniel P. Berrange2012-01-241-1/+10
* 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-32/+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
* uml: Plug memory leak on umlStartVMDaemon() error pathAlex Jia2011-11-301-8/+4
* Implement the core API to suspend/resume the hostSrivatsa S. Bhat2011-11-291-0/+2
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+7
* build: drop useless dirent.h includesEric Blake2011-11-111-1/+0
* Split bridge.h into three separate filesDaniel P. Berrange2011-11-091-0/+1
* Rename all brXXXX APIs to follow new conventionDaniel P. Berrange2011-11-091-1/+1
* Make all brXXX APIs raise errors, instead of returning errnosDaniel P. Berrange2011-11-091-12/+2
* Remove 'brControl' objectDaniel P. Berrange2011-11-091-8/+1
* Set aliases for LXC/UML console devicesDaniel P. Berrange2011-11-031-6/+36
* Allow multiple consoles per virtual guestDaniel P. Berrange2011-11-031-5/+5
* Add support for autodestroy of guests to the LXC and UML driversDaniel P. Berrange2011-10-191-21/+143
* Avoid using "devname" as an identifier.Peter Krempa2011-09-161-4/+4
* snapshot: also support disks by pathEric Blake2011-09-051-31/+25
* uml: Allow to undefine a running domainOsier Yang2011-08-191-9/+7
* fdstream: drop delete argumentEric Blake2011-08-021-1/+1
* destroy: Implement internal API for uml driverMichal Privoznik2011-07-211-1/+13
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* undefine: Implement undefineFlags for all other driversOsier Yang2011-07-201-1/+11
* flags: use common dumpxml flags checkEric Blake2011-07-151-9/+15
* Add domain events support to UML driverDaniel P. Berrange2011-07-151-4/+191
* build: don't hand-roll cloexec codeEric Blake2011-07-131-16/+3
* uml: reject unknown flagsEric Blake2011-07-131-3/+13
* Add missing cleanup for transient guests in UML driverDaniel P. Berrange2011-07-121-2/+18
* Add auditing to the UML driverDaniel P. Berrange2011-07-121-2/+15
* Add domain type checkingMatthias Bolte2011-07-111-2/+6
* drivers: prefer unsigned int for flagsEric Blake2011-07-071-2/+2
* Fix return value semantic of virFileMakePathMatthias Bolte2011-07-061-6/+4