aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert drivers to thread safe APIs for adding callbacksDaniel P. Berrange2011-12-198-96/+86
* Add APIs to allow management of callbacks purely with virDomainEventStateDaniel P. Berrange2011-12-193-2/+140
* Return count of callbacks when registering callbacksDaniel P. Berrange2011-12-1911-80/+100
* Convert Xen & VBox drivers to use virDomainEventStateDaniel P. Berrange2011-12-194-112/+158
* nwfilter: do not create ebtables chain unnecessarilyStefan Berger2011-12-161-4/+6
* migration: Add more specific error code/message on migration abortPeter Krempa2011-12-162-1/+7
* qemu: detect truncated file as invalid save imageEric Blake2011-12-161-0/+9
* qemu: Don't drop hostdev config until security label restoreMichal Privoznik2011-12-162-18/+26
* Fix default migration speed in qemu driverJim Fehlig2011-12-151-8/+1
* qemu: Fix race between async and query jobsJiri Denemark2011-12-151-0/+21
* qemu: Do not free the device from activePciHostdevs if it's in useOsier Yang2011-12-151-1/+3
* qemu: Honor the original properties of PCI device when detachingOsier Yang2011-12-151-8/+9
* Provide a helper method virDomainLiveConfigHelperMethodLei Li2011-12-135-306/+95
* storage: Fix a potential crash when creating vol objectOsier Yang2011-12-131-1/+3
* qemu: Disable EOF processing during qemuDomainDestroyJiri Denemark2011-12-123-7/+26
* storage: Activate/deactivate logical volumes only on local nodeRommer2011-12-121-1/+1
* security: don't try to label network disksJosh Durgin2011-12-123-0/+12
* network: don't add iptables rules for externally managed networksLaine Stump2011-12-091-5/+13
* qemu: Prepare to cater for more general address assignmentMichael Ellerman2011-12-093-6/+12
* qemu: Add address in qemuBuildChrDeviceStr() on pseriesMichael Ellerman2011-12-092-3/+8
* qemu: Use spapr-vscsi on pseries machine typeMichael Ellerman2011-12-093-6/+13
* network: allow '-' in model nameEric Blake2011-12-091-8/+8
* threadpool: Use while loop on virCondWaitMichal Privoznik2011-12-091-1/+1
* threads: Document spurious wakeups on virCondWaitMichal Privoznik2011-12-091-0/+6
* fix error when parsing ppc64 models on x86 hostStefan Berger2011-12-091-20/+21
* fix memory leak in src/nodeinfo.cStefan Berger2011-12-091-3/+6
* threadpool: Don't wait on condition if pool has no workersMichal Privoznik2011-12-091-1/+2
* bridge: Fix forward delay APIsJiri Denemark2011-12-091-2/+2
* cpu: Add cpu flags supported by newest qemuPeter Krempa2011-12-091-0/+27
* Pass the VM's UUID into the nwfilter subsystemStefan Berger2011-12-0810-20/+46
* nwfilter: cleanup return codes in nwfilter subsystemStefan Berger2011-12-0810-290/+301
* test: fix potential lock corruption in test driverLaine Stump2011-12-081-1/+2
* When checking nttyFDs to see if it is != 1, be sure to use '1' and not '-1'Daniel P. Berrange2011-12-081-3/+3
* Clean up qemuBuildCommandLine to remove x86-specificPrerna Saxena2011-12-082-4/+43
* Add support for ppc64 qemuPrerna Saxena2011-12-081-0/+74
* Use sysfs to gather host topology, in place ofPrerna Saxena2011-12-081-83/+61
* build: fix build with older libxml2Eric Blake2011-12-083-0/+22
* Fix updating of haveTheBuck in RPC client to be race-freeDaniel P. Berrange2011-12-081-3/+3
* Revert fd066925440ba48acc95d8f31b2c98b1cc9d582dDaniel P. Berrange2011-12-081-8/+1
* Prevent crash of libvirtd when attaching to existing qemu processJim Fehlig2011-12-071-1/+2
* Fix typo in virDomainResume API docChristophe Fergeau2011-12-071-1/+1
* qemu: Ignore shutdown event from destroyed domainJiri Denemark2011-12-071-0/+4
* npiv: Expose fabric_name outsideOsier Yang2011-12-073-0/+14
* Conditionalize daemonPath decl for Win32 which lacks UNIX socketsDaniel P. Berrange2011-12-071-0/+2
* Improve error reporting when libvirtd is not installedDaniel P. Berrange2011-12-072-1/+13
* Fix incorrect symbols for virtime.h module breaking Mingw32Daniel P. Berrange2011-12-051-3/+6
* qemu: Rework handling of shutdown eventJiri Denemark2011-12-051-36/+90
* remote_driver: don't fail if keepalive check failsGuido Günther2011-12-051-3/+1
* Add support for QEMU 1.0Jiri Denemark2011-12-051-6/+9
* maint: fix improper use of 'an'Eric Blake2011-12-0313-32/+32