2007-07-19 01:34:22 +04:00
<domain type= 'qemu' >
<name > QEMUGuest1</name>
<uuid > c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
2012-02-23 04:48:38 +04:00
<memory unit= 'KiB' > 219100</memory>
<currentMemory unit= 'KiB' > 219100</currentMemory>
2012-05-08 20:04:36 +04:00
<vcpu placement= 'static' > 1</vcpu>
2007-07-19 01:34:22 +04:00
<os >
<type arch= 'i686' machine= 'pc' > hvm</type>
<boot dev= 'fd' />
</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= 'block' device= 'disk' >
2013-04-29 17:42:45 +04:00
<driver name= 'qemu' type= 'raw' />
2007-07-19 01:34:22 +04:00
<source dev= '/dev/HostVG/QEMUGuest1' />
2008-05-09 20:41:19 +04:00
<target dev= 'hda' bus= 'ide' />
2012-02-27 14:19:54 +04:00
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
2007-07-19 01:34:22 +04:00
</disk>
<disk type= 'file' device= 'floppy' >
2013-04-29 17:42:45 +04:00
<driver name= 'qemu' type= 'raw' />
2007-07-19 01:34:22 +04:00
<source file= '/tmp/firmware.img' />
2008-05-09 20:41:19 +04:00
<target dev= 'fda' bus= 'fdc' />
2012-02-27 14:19:54 +04:00
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
2007-07-19 01:34:22 +04:00
</disk>
2012-02-08 04:48:25 +04:00
<controller type= 'usb' index= '0' />
2010-01-05 16:31:20 +03:00
<controller type= 'fdc' index= '0' />
<controller type= 'ide' index= '0' />
2013-04-22 16:16:13 +04:00
<controller type= 'pci' index= '0' model= 'pci-root' />
2014-06-09 12:11:25 +04:00
<memballoon model= 'none' />
2007-07-19 01:34:22 +04:00
</devices>
</domain>