2008-04-26 18:22:02 +04:00
<domain type= 'xen' id= '1' >
<name > fvtest</name>
<uuid > b5d70dd2-75cd-aca5-1776-9660b059d8bc</uuid>
2008-07-25 14:49:33 +04:00
<memory > 409600</memory>
<currentMemory > 409600</currentMemory>
<vcpu > 1</vcpu>
2008-04-26 18:22:02 +04:00
<os >
<type > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= 'hd' />
</os>
<features >
<acpi />
</features>
<clock offset= '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-04-26 18:22:02 +04:00
<devices >
<emulator > /usr/lib64/xen/bin/qemu-dm</emulator>
<disk type= 'file' device= 'disk' >
<driver name= 'file' />
<source file= '/root/foo.img' />
2008-05-08 18:41:56 +04:00
<target dev= 'hda' bus= 'ide' />
2008-04-26 18:22:02 +04:00
</disk>
<disk type= 'file' device= 'cdrom' >
<driver name= 'file' />
<source file= '/root/boot.iso' />
2008-05-08 18:41:56 +04:00
<target dev= 'hdc' bus= 'ide' />
2008-04-26 18:22:02 +04:00
<readonly />
</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= 'vif1.0' />
</interface>
2008-04-26 18:22:02 +04:00
<parallel type= 'tcp' >
<source mode= 'connect' host= 'localhost' service= '9999' />
<protocol type= 'raw' />
<target port= '0' />
</parallel>
2008-07-25 14:49:33 +04:00
<input type= 'mouse' bus= 'ps2' />
<graphics type= 'vnc' port= '5901' autoport= 'no' />
2008-04-26 18:22:02 +04:00
</devices>
</domain>