mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
03b804a200
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
42 lines
1.4 KiB
XML
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>
|