mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
28 lines
779 B
XML
28 lines
779 B
XML
<domain type='bhyve'>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>219136</memory>
|
|
<currentMemory unit='KiB'>219136</currentMemory>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<os>
|
|
<type>hvm</type>
|
|
</os>
|
|
<clock offset='localtime'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>destroy</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<serial type='nmdm'>
|
|
<source master='/dev/nmdm0A' slave='/dev/nmdm0B'/>
|
|
<target port='0'/>
|
|
</serial>
|
|
<serial type='nmdm'>
|
|
<source master='/dev/nmdm1B' slave='/dev/nmdm1A'/>
|
|
<target port='1'/>
|
|
</serial>
|
|
<console type='nmdm'>
|
|
<source master='/dev/nmdm0A' slave='/dev/nmdm0B'/>
|
|
<target type='serial' port='0'/>
|
|
</console>
|
|
</devices>
|
|
</domain>
|