aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-02-08 01:48:25 +0100
committerEric Blake <eblake@redhat.com>2012-02-09 16:44:57 -0700
commit42043afcdc328f2f142138ee4685610506f56716 (patch)
treea5bd35efecf0c745df88b7a8c9b1c216703af639 /tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml
parentpython: refactoring virTypedParameter conversion for NUMA tuning APIs (diff)
downloadlibvirt-42043afcdc328f2f142138ee4685610506f56716.tar.gz
libvirt-42043afcdc328f2f142138ee4685610506f56716.tar.bz2
libvirt-42043afcdc328f2f142138ee4685610506f56716.zip
domain: add implicit USB controller
Some tools, such as virt-manager, prefers having the default USB controller explicit in the XML document. This patch makes sure there is one. With this patch, it is now possible to switch from USB1 to USB2 from the release 0.9.1 of virt-manager. Fix tests to pass with this change.
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml')
-rw-r--r--tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml b/tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml
index 2b51b0e32..63a616392 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml
+++ b/tests/qemuxml2argvdata/qemuxml2argv-cpu-kvmclock.xml
@@ -19,6 +19,7 @@
<on_crash>destroy</on_crash>
<devices>
<emulator>/./qemu.sh</emulator>
+ <controller type='usb' index='0'/>
<memballoon model='virtio'/>
</devices>
</domain>