mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
25 lines
646 B
XML
25 lines
646 B
XML
|
<domain type='qemu'>
|
||
|
<name>encryptdisk</name>
|
||
|
<uuid>496898a6-e6ff-f7c8-5dc2-3cf410945ee9</uuid>
|
||
|
<memory>219100</memory>
|
||
|
<currentMemory>219100</currentMemory>
|
||
|
<vcpu>1</vcpu>
|
||
|
<os>
|
||
|
<type arch='i686' machine='pc'>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</emulator>
|
||
|
<disk type='file' device='disk'>
|
||
|
<driver name='qemu' type='qcow2'/>
|
||
|
<source file='/dev/hda1'/>
|
||
|
<target dev='hda'/>
|
||
|
</disk>
|
||
|
<memballoon model='virtio'/>
|
||
|
</devices>
|
||
|
</domain>
|