mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
25 lines
769 B
XML
25 lines
769 B
XML
|
<domain type='kvm'>
|
||
|
<name>kvm</name>
|
||
|
<uuid>d091ea82-29e6-2e34-3005-f02617b36e87</uuid>
|
||
|
<memory unit='KiB'>4194304</memory>
|
||
|
<currentMemory unit='KiB'>4194304</currentMemory>
|
||
|
<vcpu placement='static'>1</vcpu>
|
||
|
<os>
|
||
|
<type arch='i686' machine='pc-i440fx-4.1'>hvm</type>
|
||
|
<boot dev='hd'/>
|
||
|
</os>
|
||
|
<clock offset='utc'/>
|
||
|
<on_poweroff>destroy</on_poweroff>
|
||
|
<on_reboot>restart</on_reboot>
|
||
|
<on_crash>destroy</on_crash>
|
||
|
<devices>
|
||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||
|
<controller type='usb' index='0' model='none'/>
|
||
|
<controller type='pci' index='0' model='pci-root'/>
|
||
|
<input type='mouse' bus='ps2'/>
|
||
|
<input type='keyboard' bus='ps2'/>
|
||
|
<audio id='1' type='none'/>
|
||
|
<memballoon model='none'/>
|
||
|
</devices>
|
||
|
</domain>
|