mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
18 lines
406 B
XML
18 lines
406 B
XML
|
<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'/>
|
||
|
</devices>
|
||
|
</domain>
|