summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release of libvirt-0.7.6v0.7.6Daniel Veillard2010-02-0377-63903/+72365
* Fix restore of QEMU guests with PCI device reservationDaniel P. Berrange2010-02-031-20/+63
* Another fork() log locking cleanup in file creationLaine Stump2010-02-031-2/+10
* Fix log locking problem when using fork() in the libraryCole Robinson2010-02-034-3/+15
* Fix locking for udev device add/removeDavid Allan2010-02-031-0/+6
* interface_conf.c: don't use a negative value as allocation sizeJim Meyering2010-02-031-1/+5
* virStoragePoolSourceListNewSource: avoid unconditional leakJim Meyering2010-02-031-6/+0
* xs_internal.c: don't use a negative value as allocation sizeJim Meyering2010-02-031-1/+6
* Ensure QEMU DAC security driver is activated at all timesDaniel P. Berrange2010-02-021-10/+12
* xen_hypervisor.c: remove all "domain == NULL" tests, ...Jim Meyering2010-02-022-29/+43
* xen_hypervisor.c: avoid NULL deref for NULL domain argumentJim Meyering2010-02-021-5/+2
* Tweak USB hostdevice XML handlingDaniel P. Berrange2010-02-022-3/+9
* Fix QEMU hotplug device alias assignmentDaniel P. Berrange2010-02-025-29/+74
* Disable QEMU monitor IO debugging by defaultDaniel P. Berrange2010-02-021-1/+15
* Re-arrange QEMU device alias assignment codeDaniel P. Berrange2010-02-023-147/+166
* Remove direct storage of hostnet_name & vlanDaniel P. Berrange2010-02-028-279/+127
* Remove use of -netdev arg with QEMUDaniel P. Berrange2010-02-026-9/+71
* Assign PCI addresses before hotplugging devicesDaniel P. Berrange2010-02-023-17/+97
* Rewrite way QEMU PCI addresses are allocatedDaniel P. Berrange2010-02-028-70/+246
* Introduce generic virDomainDeviceInfo iterator functionDaniel P. Berrange2010-02-023-22/+54
* Make hotplug use new device_add where possibleDaniel P. Berrange2010-02-021-53/+169
* Introduce internal QEMU monitor APIs for drive + device hotaddDaniel P. Berrange2010-02-026-0/+171
* Split out QEMU code for building PCI/USB hostdev arg valuesDaniel P. Berrange2010-02-022-34/+81
* Standard internal API syntax for building QEMU command line argumentsDaniel P. Berrange2010-02-023-192/+211
* libvirtd.c: avoid closing a negative socket file descriptorJim Meyering2010-02-021-2/+2
* storage_backend.c: avoid closing a negative file descriptorJim Meyering2010-02-021-3/+5
* avoid a probable EINVAL from lseekJim Meyering2010-02-021-2/+2
* udev: Don't let strtoul parse USB busnum and devnum as octalMatthias Bolte2010-02-021-2/+2
* util.c (two more): don't use a negative value as allocation sizeJim Meyering2010-02-011-2/+14
* json.c: avoid an unconditional leak from most qemuMonitorJSON* functionsJim Meyering2010-02-011-2/+3
* avoid format-related warningsJim Meyering2010-02-013-5/+5
* maint: avoid excess parens in STREQEric Blake2010-02-013-12/+12
* Move models/nmodels mismatch checking one level upJiri Denemark2010-02-012-3/+6
* Log flags in virConnectCompareCPUJiri Denemark2010-02-011-1/+1
* Fix PCI host reattach on domain detach.Chris Lalancette2010-02-011-16/+23
* Clarify controllers -device string in QEMU driverMatthew Booth2010-02-011-8/+18
* Fix up a comment in virHashUpdateEntryChris Lalancette2010-02-011-1/+1
* Look in /usr/libexec for the qemu-kvm binary.Chris Lalancette2010-02-012-1/+15
* maint: fix spelling error in hackingEric Blake2010-01-292-4/+4
* util.c (virGetUserEnt): don't use a negative value as allocation sizeJim Meyering2010-01-291-1/+7
* Support Xen 4.0 sysctl version 7Jim Fehlig2010-01-271-5/+7
* Add missing sata controller type to domain.rngMatthew Booth2010-01-271-0/+1
* cpu_x86.c: avoid NULL-deref for invalid argumentsJim Meyering2010-01-271-1/+4
* portability to non-glibc: don't use realpath(..., NULL)Jim Meyering2010-01-272-2/+5
* pci.c: correct an erroneous expressionJim Meyering2010-01-271-2/+2
* udev: Set the state driver nameMatthias Bolte2010-01-261-0/+1
* Remove undefined symbols from libvirt_private.symsMatthias Bolte2010-01-261-2/+0
* udev: Remove event handle on shutdownMatthias Bolte2010-01-262-13/+40
* Don't call disabled timer callbacks in event-test.cMatthias Bolte2010-01-261-2/+3
* esx: Output error details from libcurlMatthias Bolte2010-01-262-6/+9