Files
libvirt/tests/qemuxml2argvdata/clock-variable.xml
T

27 lines
868 B
XML
Raw Normal View History

2010-02-02 18:07:12 +00:00
<domain type='qemu'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>219100</memory>
<currentMemory unit='KiB'>219100</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement='static'>1</vcpu>
2010-02-02 18:07:12 +00:00
<os>
<type arch='i686' machine='pc'>hvm</type>
<boot dev='hd'/>
</os>
<clock offset='variable' adjustment='123456' basis='utc'/>
2010-02-02 18:07:12 +00:00
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
2019-11-29 16:33:37 +00:00
<emulator>/usr/bin/qemu-system-i386</emulator>
2010-02-02 18:07:12 +00:00
<disk type='block' device='disk'>
<source dev='/dev/HostVG/QEMUGuest1'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
2010-02-02 18:07:12 +00:00
</disk>
2012-02-08 01:48:25 +01:00
<controller type='usb' index='0'/>
2010-02-02 18:07:12 +00:00
<controller type='ide' index='0'/>
<memballoon model='virtio'/>
2010-02-02 18:07:12 +00:00
</devices>
</domain>