vmware: Add libvirt XML for these guests.
[virt-v2v-test-cases-nonfree.git] / vmware-win / win_7_x86_64_no_tools.libvirt-xml
diff --git a/vmware-win/win_7_x86_64_no_tools.libvirt-xml b/vmware-win/win_7_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..09f7993
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>Windows 7 x64</name>
+  <uuid>564d6fca-63a5-a83e-13ec-73891d948923</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] Windows 7 x64/Windows 7 x64.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_7_ultimate_with_sp1_x64_dvd_u_677332.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:94:89:23'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='8192'/>
+    </video>
+  </devices>
+</domain>
+