libvirt/tests
Chris Lalancette 654c5714bf The new generic domain re-factor introduced a small regression into the drive
handling code.  In particular, if you had a section of XML like:

    <disk type='file' device='cdrom'>
      <target dev='hdc' bus='ide'/>
      <readonly/>
    </disk>

This used to work with older libvirt, but now fails.  This is because we are
actually passing the literal string (null) to the qemu command-line, which qemu
barfs on.  This patch fixes it up by making it blank, which allows qemu to
continue on it's merry way.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
2008-07-29 12:09:21 +00:00
..
confdata * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
nodeinfodata
qemuxml2argvdata The new generic domain re-factor introduced a small regression into the drive 2008-07-29 12:09:21 +00:00
sexpr2xmldata Convert XenD SEXPR->XML convesion to new domain XML APIs 2008-07-25 10:49:33 +00:00
virshdata
xencapsdata
xmconfigdata Switch XM config file driver to use new domain APIs for XML to config conversion 2008-07-25 14:10:49 +00:00
xml2sexprdata Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
.cvsignore
.valgrind.supp Misc bug fixes 2008-07-25 09:31:24 +00:00
conftest.c
daemon-conf
int-overflow
Makefile.am Prepare xm_internal driver for new domain XML apis 2008-07-25 13:39:02 +00:00
nodeinfotest.c Convert test suites over to new test infrastructure 2008-05-29 15:31:49 +00:00
oomtrace.pl
qemuxml2argvtest.c The new generic domain re-factor introduced a small regression into the drive 2008-07-29 12:09:21 +00:00
qemuxml2xmltest.c Switch QEMU driver over to generic domain APIs 2008-07-11 19:34:11 +00:00
qparamtest.c Convert test suites over to new test infrastructure 2008-05-29 15:31:49 +00:00
read-bufsiz virsh fails to read files larger than BUFSIZ bytes 2008-06-19 14:30:52 +00:00
read-non-seekable Convert test driver to new domain XML apis 2008-07-11 16:41:27 +00:00
reconnect.c
sexpr2xmltest.c Convert XenD SEXPR->XML convesion to new domain XML APIs 2008-07-25 10:49:33 +00:00
statstest.c Convert test suites over to new test infrastructure 2008-05-29 15:31:49 +00:00
test_conf.sh Re-factor and pretty print differences 2008-04-18 15:28:33 +00:00
test_xmlrpc.sh XML-RPC tests 2006-05-09 15:35:46 +00:00
test-lib.sh
testutils.c Fix use of VIR_TEST_DEBUG var when OOM testing is not enabled & surpress more valgrind warnings 2008-07-09 10:27:17 +00:00
testutils.h
testutilsqemu.c Compilation fixes for MinGW 2008-06-26 09:37:51 +00:00
testutilsqemu.h
testutilsxen.c Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
testutilsxen.h Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
undefine better diagnostic when failing to undefine a running domain via ID 2008-07-22 16:12:01 +00:00
vcpupin
virshtest.c Remove legacy debug output 2008-07-09 10:18:03 +00:00
xencapstest.c Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
xmconfigtest.c Prepare xm_internal driver for new domain XML apis 2008-07-25 13:39:02 +00:00
xml2sexprtest.c Convert XenD XML->SEXPR conversion to new domain XML APIs 2008-07-25 13:17:27 +00:00
xmlrpcserver.py
xmlrpctest.c