qemuxml2argv-usb-ich9-companion.xml 1.1 KB
Newer Older
1 2 3
<domain type='qemu'>
  <name>QEMUGuest1</name>
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
E
Eric Blake 已提交
4
  <memory unit='KiB'>219136</memory>
5
  <currentMemory unit='KiB'>219136</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
7 8 9 10 11 12 13 14 15 16 17
  <os>
    <type arch='i686' machine='pc'>hvm</type>
    <boot dev='hd'/>
  </os>
  <devices>
    <emulator>/usr/bin/qemu</emulator>
    <controller type='usb' index='0' model='ich9-ehci1'>
      <address type='pci' domain='0' bus='0' slot='4' function='7'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci1'>
      <master startport='0'/>
18
      <address type='pci' domain='0' bus='0' slot='4' function='0' multifunction='on'/>
19 20 21 22 23 24 25 26 27 28 29 30
    </controller>
    <controller type='usb' index='0' model='ich9-uhci2'>
      <master startport='2'/>
      <address type='pci' domain='0' bus='0' slot='4' function='1'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci3'>
      <master startport='4'/>
      <address type='pci' domain='0' bus='0' slot='4' function='2'/>
    </controller>
    <memballoon model='virtio'/>
  </devices>
</domain>