summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Differentiate between active and inactive configs by honoring theGuido Günther2008-12-041-1/+2
* tests: daemon-conf: accommodate numeric-valued config paramsJim Meyering2008-12-011-6/+26
* Fix XM driver handling of disk source pathsDaniel P. Berrange2008-11-283-0/+70
* don't silently skip a testJim Meyering2008-11-252-2/+3
* Fix test suite build when Xen driver is disabledDaniel P. Berrange2008-11-246-54/+34
* tests: new test: virsh-synopsisJim Meyering2008-11-242-0/+45
* tests: virsh-all: new scriptJim Meyering2008-11-242-0/+41
* Move the expected output data from virshdata/*.txt into virshtest.c.Jim Meyering2008-11-2414-207/+110
* Optional dlopen support for driversDaniel P. Berrange2008-11-213-18/+17
* Fix windows build & build without QEMU driverDaniel P. Berrange2008-11-181-2/+13
* Link QEMU, LXC, network and storage drivers directly into libvirtdDaniel P. Berrange2008-11-171-2/+2
* Move WITH_XXX driver feature flags into config.h instead of direct compiler/l...Daniel P. Berrange2008-11-041-3/+1
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-041-0/+1
* Add support for -uuid and -domid args to QEMUDaniel P. Berrange2008-11-043-1/+32
* add a test for today's fixJim Meyering2008-11-042-0/+46
* avoid many mingw-specific warningsJim Meyering2008-10-282-12/+7
* cvsignore mingw build artifacts: *.exeJim Meyering2008-10-282-2/+2
* use ARRAY_CARDINALITY moreJim Meyering2008-10-282-2/+3
* generate .gitignore files from .cvsignore onesJim Meyering2008-10-177-0/+32
* testError format strings: explicitly include domain and network namesJim Meyering2008-10-111-1/+1
* Support SDL config with QEMU guestsDaniel P. Berrange2008-10-1041-44/+75
* Switch domain device objects to array instead of linked listDaniel P. Berrange2008-10-101-5/+5
* Slim down schema test result outputCole Robinson2008-10-061-1/+1
* Fix broken test case data filesDaniel P. Berrange2008-09-173-3/+1
* Fix reading vncdisplay from xend, add several test cases for xen vnc corner caseCole Robinson2008-09-0911-0/+152
* Fix starting of xen domains without a PVFB console by removing default emulatorDaniel P. Berrange2008-09-055-4/+2
* Fix xen capabilities data creationDaniel P. Berrange2008-09-051-1/+1
* Fix disk ordering and add target duplication checking when parsing domain xml.Cole Robinson2008-09-032-2/+2
* Do conditional driver config in Makefile.am, not source filesDaniel P. Berrange2008-08-201-26/+18
* Fri Aug 15 11:00:38 IST 2008 Mark McLoughlin <markmc@redhat.com>Mark McLoughlin2008-08-151-1/+1
* fix compilation for MinGWAtsushi SAKAI2008-08-121-0/+2
* tests: append a newline to expected-output files lacking NL-at-EOFJim Meyering2008-08-1140-40/+41
* Fix const-correctness of virRUn and virExecDaniel P. Berrange2008-08-081-3/+3
* llow to add a disk as an USB device (QEmu/KVM)Daniel Veillard2008-08-084-0/+29
* Extend parser and add support for USB devices in QEmu/KVMDaniel Veillard2008-08-086-0/+63
* * tests/domainschematest: patch from Guido Günther to fix RNG checkingDaniel Veillard2008-08-071-1/+1
* Recently upstream Xen added support for having xvd devices > 16. For the mostChris Lalancette2008-08-051-18/+42
* Support for container related domain XML extensionsDaniel P. Berrange2008-08-012-1/+21
* Added test to validate all domain XML files against schemaDaniel P. Berrange2008-08-012-2/+35
* The new generic domain re-factor introduced a small regression into the driveChris Lalancette2008-07-293-0/+29
* Switch XM config file driver to use new domain APIs for XML to config conversionDaniel P. Berrange2008-07-252-0/+2
* Prepare xm_internal driver for new domain XML apisDaniel P. Berrange2008-07-2545-239/+271
* Convert XenD XML->SEXPR conversion to new domain XML APIsDaniel P. Berrange2008-07-2542-58/+125
* Convert XenD SEXPR->XML convesion to new domain XML APIsDaniel P. Berrange2008-07-2537-296/+324
* Misc bug fixesDaniel P. Berrange2008-07-251-0/+78
* better diagnostic when failing to undefine a running domain via IDJim Meyering2008-07-222-0/+56
* Fix test fileDaniel P. Berrange2008-07-111-1/+1
* Switch QEMU driver over to generic domain APIsDaniel P. Berrange2008-07-116-44/+22
* Convert test driver to new domain XML apisDaniel P. Berrange2008-07-111-0/+3
* Fix booting QEMU off CDROM devices with -drive argDaniel P. Berrange2008-07-115-0/+58