mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
21 lines
578 B
XML
21 lines
578 B
XML
|
<domain type='qemu'>
|
||
|
<name>guest</name>
|
||
|
<uuid>c7a5fdbd-edaf-9466-926a-d65c16db1809</uuid>
|
||
|
<memory unit='KiB'>219100</memory>
|
||
|
<vcpu placement='static'>1</vcpu>
|
||
|
<os>
|
||
|
<type arch='x86_64' machine='pc'>hvm</type>
|
||
|
</os>
|
||
|
<devices>
|
||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||
|
<controller type='pci' model='pci-root'/>
|
||
|
<controller type='usb' model='none'/>
|
||
|
<interface type='user'>
|
||
|
<mac address='52:54:00:24:a5:9f'/>
|
||
|
<model type='virtio'/>
|
||
|
<rom enabled='no'/>
|
||
|
</interface>
|
||
|
<memballoon model='none'/>
|
||
|
</devices>
|
||
|
</domain>
|