aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-11-04 22:15:30 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-11-04 22:15:30 +0000
commit78439117bc03f2778161daf009d594284b7c03a7 (patch)
tree7d4138e536886b511494de9f65cad86104eef215 /tests/qemuxml2argvdata/qemuxml2argv-misc-uuid.xml
parentRemove use of virStringList in favour of strongly typed APIs (diff)
downloadlibvirt-78439117bc03f2778161daf009d594284b7c03a7.tar.gz
libvirt-78439117bc03f2778161daf009d594284b7c03a7.tar.bz2
libvirt-78439117bc03f2778161daf009d594284b7c03a7.zip
Add support for -uuid and -domid args to QEMU
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-misc-uuid.xml')
-rw-r--r--tests/qemuxml2argvdata/qemuxml2argv-misc-uuid.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-misc-uuid.xml b/tests/qemuxml2argvdata/qemuxml2argv-misc-uuid.xml
new file mode 100644
index 000000000..1b37bdc6f
--- /dev/null
+++ b/tests/qemuxml2argvdata/qemuxml2argv-misc-uuid.xml
@@ -0,0 +1,25 @@
+<domain type='qemu'>
+ <name>QEMUGuest1</name>
+ <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
+ <memory>219200</memory>
+ <currentMemory>219200</currentMemory>
+ <vcpu>1</vcpu>
+ <os>
+ <type arch='i686' machine='pc'>hvm</type>
+ <boot dev='hd'/>
+ </os>
+ <features>
+ <acpi/>
+ </features>
+ <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'>
+ <source dev='/dev/HostVG/QEMUGuest1'/>
+ <target dev='hda' bus='ide'/>
+ </disk>
+ </devices>
+</domain>