vmware: Add libvirt XML for these guests.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / rhel_71_x86_64_uefi.libvirt-xml
diff --git a/vmware-uefi/rhel_71_x86_64_uefi.libvirt-xml b/vmware-uefi/rhel_71_x86_64_uefi.libvirt-xml
new file mode 100644 (file)
index 0000000..8b3d904
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>RHEL 7.1 UEFI</name>
+  <uuid>564d9989-a721-910d-cc28-e2dbd54b2b8c</uuid>
+  <memory unit='KiB'>2097152</memory>
+  <currentMemory unit='KiB'>2097152</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <cputune>
+    <shares>1000</shares>
+  </cputune>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] RHEL 7.1 UEFI/RHEL 7.1 UEFI.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/RHEL-7.1-20150219.1-Server-x86_64-boot.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='vmpvscsi'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:4b:2b:8c'/>
+      <source bridge='VM Network'/>
+      <model type='vmxnet3'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='8192'/>
+    </video>
+  </devices>
+</domain>
+