mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
committed by
Eric Blake
parent
9c8466daac
commit
42043afcdc
@@ -21,6 +21,7 @@
|
||||
<readonly/>
|
||||
<address type='drive' controller='0' bus='0' unit='0'/>
|
||||
</disk>
|
||||
<controller type='usb' index='0'/>
|
||||
<controller type='ide' index='0'/>
|
||||
<controller type='fdc' index='0'/>
|
||||
<memballoon model='virtio'/>
|
||||
|
||||
Reference in New Issue
Block a user