libvirt/tests/qemuxml2argvdata/qemuxml2argv-usb-ich9-ehci-addr.xml
Daniel P. Berrange 03b804a200 Set a sensible default master start port for ehci companion controllers
The uhci1, uhci2, uhci3 companion controllers for ehci1 must
have a master start port set. Since this value is predictable
we should set it automatically if the app does not supply it
2012-05-15 17:07:34 +01:00

42 lines
1.4 KiB
XML

<domain type='qemu'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit='KiB'>219136</memory>
<currentMemory unit='KiB'>219136</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='i686' machine='pc'>hvm</type>
<boot dev='hd'/>
</os>
<devices>
<emulator>/usr/bin/qemu</emulator>
<!-- Intentionally mixed up ordering to check we assign
addresses to the correct matching companions -->
<controller type='usb' index='0' model='ich9-ehci1'>
</controller>
<controller type='usb' index='2' model='ich9-ehci1'>
</controller>
<controller type='usb' index='1' model='ich9-ehci1'>
</controller>
<controller type='usb' index='0' model='ich9-uhci1'/>
<controller type='usb' index='1' model='ich9-uhci1'/>
<controller type='usb' index='2' model='ich9-uhci1'>
<master startport='0'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci3'/>
<controller type='usb' index='1' model='ich9-uhci3'>
<master startport='4'/>
</controller>
<controller type='usb' index='2' model='ich9-uhci3'>
<master startport='4'/>
</controller>
<controller type='usb' index='2' model='ich9-uhci2'/>
<controller type='usb' index='1' model='ich9-uhci2'/>
<controller type='usb' index='0' model='ich9-uhci2'/>
<memballoon model='virtio'/>
</devices>
</domain>