aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer C style comments over C++ onesMatthias Bolte2011-01-292-2/+1
* Add support for HAP feature to xen driversJim Fehlig2011-01-132-0/+4
* Implementations of virDomainIsUpdated for drivers except qemuOsier Yang2010-11-241-1/+7
* define internal driver APIOsier Yang2010-11-231-0/+1
* Introduce a virDomainOpenConsole APIDaniel P. Berrange2010-11-111-0/+1
* vcpu: support maxvcpu in domain_confEric Blake2010-10-192-3/+3
* vcpu: make old API trivially wrap to new APIEric Blake2010-10-191-8/+52
* vcpu: define internal driver APIEric Blake2010-10-191-0/+2
* Fix several minor problems introduced by the memtune seriesMatthias Bolte2010-10-121-0/+2
* XML parsing for memory tunablesNikunj A. Dadhania2010-10-122-7/+7
* xenapi: support xenapi 5.6.0 headersEric Blake2010-08-232-4/+3
* xenapi: Fix compile error in previous commitMatthias Bolte2010-08-201-1/+1
* Add actions to virDomainLifecycle enumJim Fehlig2010-08-202-13/+21
* xenapi: avoid sprintfEric Blake2010-08-192-10/+9
* Update ID after stopping a domainMatthias Bolte2010-07-301-0/+1
* xenapi: Update ID after starting a domainMatthias Bolte2010-07-301-0/+5
* Qemu Monitor API entry point.Chris Lalancette2010-07-231-0/+1
* drivers: add virDomainCreateWithFlags if virDomainCreate existsEric Blake2010-06-151-3/+18
* libvirt: introduce domainCreateWithFlags APIEric Blake2010-06-151-0/+1
* virDomainCreateXML: support new flagEric Blake2010-06-081-1/+3
* Internal driver API infrastructure for virDomainGetBlockInfoDaniel P. Berrange2010-04-291-0/+1
* Snapshot API framework.Chris Lalancette2010-04-051-0/+9
* xenapi: Add managedsave entries to the driver structMatthias Bolte2010-04-041-0/+3
* xenapi: Fix uninitialized variable warningMatthias Bolte2010-04-041-1/+1
* xenapi: Use virStrToLong_i instead of sscanf for CPU map parsingMatthias Bolte2010-04-011-1/+1
* Refactor major.minor.micro version parsing into a functionMatthias Bolte2010-04-011-11/+9
* maint: mark xenapiSessionErrorHandler messages for translationJim Meyering2010-03-312-53/+87
* Introduce a new virDomainUpdateDeviceFlags public APIDaniel P. Berrange2010-03-261-0/+1
* Introduce a new public API for domain eventsDaniel P. Berrange2010-03-261-0/+2
* Internal driver API for virDomainMigrateSetMaxDowntimeJiri Denemark2010-03-191-0/+1
* xenapi: Don't leak url and caps in case of errorMatthias Bolte2010-03-161-0/+3
* xenapi: Check for NULL before accessing the schemeMatthias Bolte2010-03-161-1/+2
* xenapi: Request a username if there is non in the URIMatthias Bolte2010-03-161-35/+85
* xenapi: Check for valid private data in xenapiSessionErrorHandleMatthias Bolte2010-03-161-4/+4
* fix two "make syntax check" failuresJim Meyering2010-03-161-1/+1
* Fix syntax-check errorsJiri Denemark2010-03-152-16/+15
* xenapi: Initial commit of the new driverSharadha Prabhakar2010-03-145-0/+2513