summaryrefslogtreecommitdiff
path: root/tests/vmx2xmldata/vmx2xml-floppy-device.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vmx2xmldata/vmx2xml-floppy-device.xml')
-rw-r--r--tests/vmx2xmldata/vmx2xml-floppy-device.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/vmx2xmldata/vmx2xml-floppy-device.xml b/tests/vmx2xmldata/vmx2xml-floppy-device.xml
new file mode 100644
index 0000000000..3991f735c2
--- /dev/null
+++ b/tests/vmx2xmldata/vmx2xml-floppy-device.xml
@@ -0,0 +1,19 @@
+<domain type='vmware'>
+ <uuid>00000000-0000-0000-0000-000000000000</uuid>
+ <memory>32768</memory>
+ <currentMemory>32768</currentMemory>
+ <vcpu>1</vcpu>
+ <os>
+ <type arch='i686'>hvm</type>
+ </os>
+ <clock offset='utc'/>
+ <on_poweroff>destroy</on_poweroff>
+ <on_reboot>restart</on_reboot>
+ <on_crash>destroy</on_crash>
+ <devices>
+ <disk type='block' device='floppy'>
+ <source dev='/dev/fd0'/>
+ <target dev='fda' bus='fdc'/>
+ </disk>
+ </devices>
+</domain>