vmware: Add libvirt XML for these guests.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / win_2012r2_x86_64_uefi.libvirt-xml
diff --git a/vmware-uefi/win_2012r2_x86_64_uefi.libvirt-xml b/vmware-uefi/win_2012r2_x86_64_uefi.libvirt-xml
new file mode 100644 (file)
index 0000000..e7a088f
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>Windows 2012 R2 UEFI</name>
+  <uuid>564dd5cb-c8e9-3f24-d982-604f63c51478</uuid>
+  <memory unit='KiB'>4194304</memory>
+  <currentMemory unit='KiB'>4194304</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] Windows 2012 R2 UEFI/Windows 2012 R2 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/en_windows_server_2012_r2_with_update_x64_dvd_6052708.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='lsisas1068'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:c5:14:78'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='4096'/>
+    </video>
+  </devices>
+</domain>
+