summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove definition of m4_foreach_w for autoconf 2.59.discardedDiego Elio Pettenò2010-01-171-7/+0
* Change detection of xen so that it's actually automatic rather than forced.Diego Elio Pettenò2010-01-171-26/+34
* Standardise options reporting on ./configure --helpDiego Elio Pettenò2010-01-171-49/+49
* Avoid creating special ./configure options for htmldir.Diego Elio Pettenò2010-01-172-18/+8
* Fix validation of news.htmlMatthias Bolte2010-01-151-1/+1
* Fix build of Xen proxy daemonDaniel P. Berrange2010-01-151-0/+3
* Remove obsolete comment in QEMU JSON codeDaniel P. Berrange2010-01-151-1/+0
* Specify bus/unit instead of index for disks with QEMUDaniel P. Berrange2010-01-1517-21/+145
* Split code for building QEMU -drive arg in separate methodDaniel P. Berrange2010-01-152-90/+106
* Convert monitor over to use virDomainDeviceAddressDaniel P. Berrange2010-01-157-181/+90
* Minor fixes for API extension docJim Fehlig2010-01-151-4/+4
* Add new domain device: "controller"Wolfgang Mauerer2010-01-154-1/+244
* Set default disk controller/bus/unit propsDaniel P. Berrange2010-01-1581-1/+147
* Add address info to sound, video and watchdog devicesDaniel P. Berrange2010-01-153-9/+57
* Extend the virDomainDeviceAddress struture to allow disk controller addressesDaniel P. Berrange2010-01-153-1/+135
* Introduce a standardized data structure for device addressesDaniel P. Berrange2010-01-155-201/+428
* Make test suite output less verboseDaniel P. Berrange2010-01-1518-124/+263
* Fix compilation of virt-aa-helper.cMatthias Bolte2010-01-151-1/+0
* xen: do not report a write-to-Xen-daemon failure as a read failureJim Meyering2010-01-151-1/+1
* Fix linkage of virt-aa-helper to libgnu.aMatthias Bolte2010-01-141-2/+2
* util: Make sure virExec hook failures are raisedCole Robinson2010-01-141-1/+4
* Implement path lookup for USB by vendor:productCole Robinson2010-01-136-40/+141
* daemon: Don't blindly unregister domain eventsCole Robinson2010-01-133-1/+6
* daemon: Fix various error reporting issuesCole Robinson2010-01-131-17/+21
* events: Report errors on failureCole Robinson2010-01-132-7/+30
* node_device: udev: Fix memory leakCole Robinson2010-01-131-5/+1
* node_device: udev: Enumerate floppy devicesCole Robinson2010-01-131-18/+70
* node_device: udev: Use base 16 for product/vendorCole Robinson2010-01-131-3/+3
* util: Remove logging handlers in virExecCole Robinson2010-01-131-0/+8
* Fix migration in xend driverJim Fehlig2010-01-121-4/+10
* Commit bootstrap .gitignore additionsCole Robinson2010-01-121-0/+4
* qemu: Disable errors in qemudShutdownVMDaemonCole Robinson2010-01-121-0/+10
* libvirt.c: Preserve MigratePerform failureCole Robinson2010-01-121-0/+9
* qemu: migrate: Save MigratePerform error in MigrateFinish.Cole Robinson2010-01-121-0/+8
* virterror: Add virSetErrorCole Robinson2010-01-123-0/+24
* Ensure error handling callback functions are called from safe contextDaniel P. Berrange2010-01-123-426/+497
* Revert 7aee22939f7f67a60e24472e5acc40b3b5b9d152Daniel P. Berrange2010-01-122-4/+0
* cpu_shares parameter limit documentedDavid Jorm2010-01-122-0/+4
* Document the domain XML cache attribute for disk devicesMatthias Bolte2010-01-111-2/+4
* qemu: Fix a memory leak in qemudExtractTTYPathMatthias Bolte2010-01-111-0/+6
* Also look for dmi information in /sys/classGuido Günther2010-01-112-1/+7
* Fix UUID random generator to use /dev/randomLaine Stump2010-01-111-1/+2
* avoid another "make distcheck" failureJim Meyering2010-01-091-1/+2
* avoid newly-introduced test failureJim Meyering2010-01-091-1/+1
* proxy_internal.c: mark "request" parameter as nonnullJim Meyering2010-01-091-1/+1
* don't test "res == NULL" after we've already dereferenced "res"Jim Meyering2010-01-091-2/+2
* fix 7 "make check" test failures in non-srcdir buildJim Meyering2010-01-097-7/+14
* let "configure --disable-shared" work once againJim Meyering2010-01-081-1/+6
* esx: Dump the raw response in case of an SOAP faultMatthias Bolte2010-01-081-0/+6
* esx: Warn if the ESX server is in maintenance modeMatthias Bolte2010-01-081-11/+27