2008-05-07 18:44:20 +04:00
<domain type= 'xen' id= '3' >
<name > fvtest</name>
<uuid > b5d70dd2-75cd-aca5-1776-9660b059d8bc</uuid>
2012-02-23 04:48:38 +04:00
<memory unit= 'KiB' > 409600</memory>
<currentMemory unit= 'KiB' > 409600</currentMemory>
2012-05-08 20:04:36 +04:00
<vcpu placement= 'static' > 1</vcpu>
2008-05-07 18:44:20 +04:00
<os >
<type > hvm</type>
2014-08-06 15:18:53 +04:00
<loader type= 'rom' > /usr/lib/xen/boot/hvmloader</loader>
2008-05-07 18:44:20 +04:00
<boot dev= 'hd' />
</os>
<features >
<acpi />
</features>
2015-12-10 07:15:07 +03:00
<clock offset= 'variable' adjustment= '0' basis= 'utc' />
2008-07-25 14:49:33 +04:00
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
2008-05-07 18:44:20 +04:00
<devices >
<emulator > /usr/lib64/xen/bin/qemu-dm</emulator>
<disk type= 'file' device= 'disk' >
<driver name= 'file' />
<source file= '/root/foo.img' />
2014-04-17 17:22:32 +04:00
<backingStore />
2008-05-08 18:41:56 +04:00
<target dev= 'hda' bus= 'ide' />
2015-11-28 07:33:55 +03:00
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
2008-05-07 18:44:20 +04:00
</disk>
<disk type= 'file' device= 'cdrom' >
<driver name= 'file' />
<source file= '/root/boot.iso' />
2014-04-17 17:22:32 +04:00
<backingStore />
2008-05-08 18:41:56 +04:00
<target dev= 'hdc' bus= 'ide' />
2008-05-07 18:44:20 +04:00
<readonly />
2015-11-28 07:33:55 +03:00
<address type= 'drive' controller= '0' bus= '1' target= '0' unit= '0' />
2008-05-07 18:44:20 +04:00
</disk>
2008-07-25 14:49:33 +04:00
<interface type= 'bridge' >
<mac address= '00:16:3e:1b:b1:47' />
<source bridge= 'xenbr0' />
2009-01-22 21:29:13 +03:00
<script path= 'vif-bridge' />
2008-07-25 14:49:33 +04:00
<target dev= 'vif3.0' />
</interface>
2008-05-07 18:44:20 +04:00
<input type= 'mouse' bus= 'ps2' />
2014-02-17 14:17:53 +04:00
<input type= 'keyboard' bus= 'ps2' />
2015-12-10 07:15:07 +03:00
<graphics type= 'vnc' port= '-1' autoport= 'yes' keymap= 'ja' />
2008-05-07 18:44:20 +04:00
<sound model= 'sb16' />
<sound model= 'es1370' />
2015-11-28 07:33:55 +03:00
<memballoon model= 'xen' />
2008-05-07 18:44:20 +04:00
</devices>
</domain>