libvirt/tests/bhyvexml2argvdata/bhyvexml2argv-xhci-multiple-devs.xml

20 lines
480 B
XML
Raw Normal View History

<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'/>
<input type='tablet' bus='usb'/>
<input type='tablet' bus='usb'/>
</devices>
</domain>