2013-07-12 14:19:54 -04:00
<domain type= "kvm" >
2013-03-17 17:06:52 -04:00
<name > TestGuest</name>
<uuid > 12345678-1234-1234-1234-123456789012</uuid>
<memory > 409600</memory>
<currentMemory > 204800</currentMemory>
<vcpu > 5</vcpu>
<os >
2013-07-12 14:19:54 -04:00
<type arch= "i686" > hvm</type>
<boot dev= "hd" />
2013-03-17 17:06:52 -04:00
</os>
<features >
2013-07-17 17:58:24 -04:00
<acpi />
<apic />
2013-03-17 17:06:52 -04:00
</features>
<clock offset= "utc" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
2013-07-12 14:19:54 -04:00
<disk type= "file" device= "floppy" >
<driver name= "qemu" type= "qcow2" />
<source file= "/default-pool/testvol1.img" />
<target dev= "fda" bus= "fdc" />
2013-03-17 17:06:52 -04:00
</disk>
2013-07-12 14:19:54 -04:00
<disk type= "file" device= "disk" >
<driver name= "qemu" type= "raw" />
<source file= "/tmp/test.img" />
<target dev= "vda" bus= "virtio" />
2013-03-17 17:06:52 -04:00
</disk>
2013-07-12 14:19:54 -04:00
<disk type= "block" device= "disk" >
2013-07-13 10:09:00 -04:00
<driver name= "qemu" type= "raw" />
2013-07-12 14:19:54 -04:00
<source dev= "/dev/loop0" />
<target dev= "vdb" bus= "virtio" />
2013-03-17 17:06:52 -04:00
</disk>
2013-07-12 14:19:54 -04:00
<disk type= "block" device= "cdrom" >
<target dev= "hdc" bus= "ide" />
2013-03-17 17:06:52 -04:00
<readonly />
</disk>
2013-07-12 14:19:54 -04:00
<interface type= "network" >
<source network= "default" />
<mac address= "22:22:33:44:55:66" />
<model type= "virtio" />
2013-03-17 17:06:52 -04:00
</interface>
2013-07-12 14:19:54 -04:00
<input type= "tablet" bus= "usb" />
<graphics type= "sdl" display= ":3.4" xauth= "/tmp/.Xauthority" />
<console type= "pty" />
2013-03-17 17:06:52 -04:00
</devices>
</domain>