aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-09-02 23:09:14 +0800
committerDaniel Veillard <veillard@redhat.com>2011-09-02 23:39:03 +0800
commit162efa1a7cb1e8c5ab4aa1490ac1725fb90e5894 (patch)
tree8229a5a8422b072a77996865048373f02dc23e9d /tests/qemuxml2xmltest.c
parentqemu: Don't append 0 at usb id, so that it is compatible with legacy -usb (diff)
downloadlibvirt-162efa1a7cb1e8c5ab4aa1490ac1725fb90e5894.tar.gz
libvirt-162efa1a7cb1e8c5ab4aa1490ac1725fb90e5894.tar.bz2
libvirt-162efa1a7cb1e8c5ab4aa1490ac1725fb90e5894.zip
Add "redirdev" redirection device
- create a new "redirdev" element for this purpose
Diffstat (limited to 'tests/qemuxml2xmltest.c')
-rw-r--r--tests/qemuxml2xmltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
index 4e109d529..af635d959 100644
--- a/tests/qemuxml2xmltest.c
+++ b/tests/qemuxml2xmltest.c
@@ -189,6 +189,8 @@ mymain(void)
DO_TEST("lease");
DO_TEST("event_idx");
+ DO_TEST("usb-redir");
+
/* These tests generate different XML */
DO_TEST_DIFFERENT("balloon-device-auto");
DO_TEST_DIFFERENT("channel-virtio-auto");