vmware: Add libvirt XML for these guests.
[virt-v2v-test-cases-nonfree.git] / vmware-win / win_2003r2_x86_64_no_tools.libvirt-xml
diff --git a/vmware-win/win_2003r2_x86_64_no_tools.libvirt-xml b/vmware-win/win_2003r2_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..812f6a7
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>Windows 2003r2 x64</name>
+  <uuid>564d42d6-817c-fa3e-dd4b-74c9de880c73</uuid>
+  <memory unit='KiB'>1048576</memory>
+  <currentMemory unit='KiB'>1048576</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 2003r2 x64/Windows 2003r2 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_win_srv_2003_r2_enterprise_x64_with_sp2_cd1_X13-06188.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='lsilogic'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:88:0c:73'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='4096'/>
+    </video>
+  </devices>
+</domain>
+