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-memtune.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-memtune.xml')
-rw-r--r--tests/qemuxml2argvdata/qemuxml2argv-memtune.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-memtune.xml b/tests/qemuxml2argvdata/qemuxml2argv-memtune.xml
index 37b5c88ee..c81a253a7 100644
--- a/tests/qemuxml2argvdata/qemuxml2argv-memtune.xml
+++ b/tests/qemuxml2argvdata/qemuxml2argv-memtune.xml
@@ -24,6 +24,7 @@
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
+ <controller type='usb' index='0'/>
<controller type='ide' index='0'/>
<memballoon model='virtio'/>
</devices>