vmware: Add libvirt XML for these guests.
[virt-v2v-test-cases-nonfree.git] / vmware-uefi / win_2012r2_x86_64_uefi.libvirt-xml
1 <domain type='vmware'>
2   <name>Windows 2012 R2 UEFI</name>
3   <uuid>564dd5cb-c8e9-3f24-d982-604f63c51478</uuid>
4   <memory unit='KiB'>4194304</memory>
5   <currentMemory unit='KiB'>4194304</currentMemory>
6   <vcpu placement='static'>1</vcpu>
7   <cputune>
8     <shares>1000</shares>
9   </cputune>
10   <os>
11     <type arch='x86_64'>hvm</type>
12   </os>
13   <clock offset='utc'/>
14   <on_poweroff>destroy</on_poweroff>
15   <on_reboot>restart</on_reboot>
16   <on_crash>destroy</on_crash>
17   <devices>
18     <disk type='file' device='disk'>
19       <source file='[datastore1] Windows 2012 R2 UEFI/Windows 2012 R2 UEFI.vmdk'/>
20       <target dev='sda' bus='scsi'/>
21       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
22     </disk>
23     <disk type='file' device='cdrom'>
24       <source file='[datastore1] ISOs/en_windows_server_2012_r2_with_update_x64_dvd_6052708.iso'/>
25       <target dev='hdc' bus='ide'/>
26       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
27     </disk>
28     <controller type='scsi' index='0' model='lsisas1068'/>
29     <controller type='ide' index='0'/>
30     <interface type='bridge'>
31       <mac address='00:0c:29:c5:14:78'/>
32       <source bridge='VM Network'/>
33       <model type='e1000'/>
34     </interface>
35     <video>
36       <model type='vmvga' vram='4096'/>
37     </video>
38   </devices>
39 </domain>
40