mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
24 lines
677 B
XML
24 lines
677 B
XML
|
<domain type='kvm'>
|
||
|
<name>foo</name>
|
||
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
||
|
<memory unit='KiB'>219136</memory>
|
||
|
<currentMemory unit='KiB'>219136</currentMemory>
|
||
|
<vcpu placement='static'>1</vcpu>
|
||
|
<iothreads>1</iothreads>
|
||
|
<iothreadids>
|
||
|
<iothread id='8' thread_pool_min='2147483647' thread_pool_max='2147483647'>
|
||
|
<poll max='9223372036854775807' grow='456' shrink='789'/>
|
||
|
</iothread>
|
||
|
</iothreadids>
|
||
|
<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>
|
||
|
</devices>
|
||
|
</domain>
|