aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of legacy xen driver with Xen 4.2Jim Fehlig2012-10-051-1/+5
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* xen-xs: fix uuid of renamed domainPhilipp Hahn2012-08-241-1/+4
* maint: Use consistent copyright.Osier Yang2012-07-271-1/+13
* Replace use of custom macros with virReportError in the Xen driversDaniel P. Berrange2012-07-201-22/+18
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-60/+60
* xml: use long long internally, to centralize overflow checksEric Blake2012-03-071-5/+5
* Fix xenstore serial console path for HVM guestsJim Fehlig2012-01-041-0/+19
* maint: fix improper use of 'an'Eric Blake2011-12-031-1/+1
* xen: drop unused callbacksEric Blake2011-07-281-2/+0
* xen: cleanup callback structEric Blake2011-07-281-38/+9
* build: fix bugs with destroyFlags patchesEric Blake2011-07-211-1/+0
* destroy: Implement internal API for xen driverMichal Privoznik2011-07-211-0/+1
* xen: reject unknown flagsEric Blake2011-07-151-3/+9
* drivers: prefer unsigned int for flagsEric Blake2011-07-071-2/+2
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* Implement basic virDomainGetState in all driversJiri Denemark2011-05-161-0/+34
* screenshot: Defining the internal APIMichal Privoznik2011-05-131-0/+1
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-6/+6
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* maint: kill all remaining uses of old DEBUG macroEric Blake2011-02-211-6/+6
* Prefer C style comments over C++ onesMatthias Bolte2011-01-291-5/+5
* xen-proxy: Remove it entirely and use libvirtd insteadMatthias Bolte2010-11-081-72/+6
* xen: work with xen 4.0.1 headersEric Blake2010-11-021-1/+0
* vcpu: remove dead xen codeEric Blake2010-10-191-2/+0
* xen: Remove virConnectPtr from virXenStoreErrorMatthias Bolte2010-04-061-24/+19
* Remove unnecessary trailing \n in log messagesMatthias Bolte2010-04-061-1/+1
* Implement virDomainUpdateDeviceFlags API in all drivers with media changeDaniel P. Berrange2010-03-261-0/+1
* build: consistently indent preprocessor directivesEric Blake2010-03-091-4/+4
* build: consistently use C99 varargs macrosEric Blake2010-03-081-2/+2
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-091-9/+9
* domain{Attach,Detach}DeviceFlags handler for driversJim Fehlig2010-02-081-2/+2
* xs_internal.c: don't use a negative value as allocation sizeJim Meyering2010-02-031-1/+6
* Fix two instances of misspelled 'pseudo'Chris Lalancette2010-01-251-1/+1
* Make Xen VT-d PCI attach/detach workChris Lalancette2009-12-221-0/+55
* Add virBufferFreeAndReset() and replace free()Matthias Bolte2009-12-101-9/+9
* Filter out stale domains from xenstore listingDaniel P. Berrange2009-11-121-9/+26
* Add missing OOM error checks, reports and cleanupsMatthias Bolte2009-11-091-20/+44
* Fix xen driver refcounting.Matthias Bolte2009-09-221-3/+0
* Move all shared utility files to src/util/Daniel P. Berrange2009-09-211-0/+2
* Move xen driver code into src/xen/ directoryDaniel P. Berrange2009-09-211-0/+1407