summaryrefslogtreecommitdiff
path: root/tests/bhyvexml2argvdata/bhyvexml2argv-xhci-multiple-controllers.xml
blob: b3f259226795ee0bd1ae65addfe1186c30a83379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<domain type='bhyve'>
  <name>bhyve</name>
  <uuid>df3be7e7-a104-11e3-aeb0-50e5492bd3dc</uuid>
  <memory>219136</memory>
  <vcpu>1</vcpu>
  <os>
    <type>hvm</type>
  </os>
  <devices>
    <disk type='file'>
      <driver name='file' type='raw'/>
      <source file='/tmp/freebsd.img'/>
      <target dev='hda' bus='sata'/>
    </disk>
    <controller type='usb' model='nec-xhci'/>
    <controller type='usb' model='nec-xhci'/>
    <input type='tablet' bus='usb'/>
  </devices>
</domain>