Advertisement
spongeyperson

Win10 VM XML File

Feb 18th, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.03 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>Win10</name>
  3.   <uuid>c3699fa2-94a2-47fa-9334-b0a223f4eafc</uuid>
  4.   <memory unit='KiB'>4124672</memory>
  5.   <currentMemory unit='KiB'>4124672</currentMemory>
  6.   <vcpu placement='static'>4</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-2.8'>hvm</type>
  9.     <loader readonly='yes' type='rom'>/usr/share/ovmf/x64/ovmf_x64.bin</loader>
  10.     <boot dev='hd'/>
  11.   </os>
  12.   <features>
  13.     <acpi/>
  14.     <apic/>
  15.     <hyperv>
  16.       <relaxed state='on'/>
  17.       <vapic state='on'/>
  18.       <spinlocks state='on' retries='8191'/>
  19.       <vendor_id state='on' value='123456789ab'/>
  20.     </hyperv>
  21.     <kvm>
  22.       <hidden state='on'/>
  23.     </kvm>
  24.     <vmport state='off'/>
  25.   </features>
  26.   <cpu mode='host-passthrough'>
  27.     <topology sockets='1' cores='4' threads='1'/>
  28.   </cpu>
  29.   <clock offset='localtime'>
  30.     <timer name='rtc' tickpolicy='catchup'/>
  31.     <timer name='pit' tickpolicy='delay'/>
  32.     <timer name='hpet' present='no'/>
  33.     <timer name='hypervclock' present='yes'/>
  34.   </clock>
  35.   <on_poweroff>destroy</on_poweroff>
  36.   <on_reboot>restart</on_reboot>
  37.   <on_crash>restart</on_crash>
  38.   <pm>
  39.     <suspend-to-mem enabled='no'/>
  40.     <suspend-to-disk enabled='no'/>
  41.   </pm>
  42.   <devices>
  43.     <emulator>/usr/sbin/qemu-system-x86_64</emulator>
  44.     <disk type='file' device='disk'>
  45.       <driver name='qemu' type='qcow2'/>
  46.       <source file='/run/media/tyler/Data/Virtual Machines/Windows 10 GPU Passthrough VM - QEMU/Win10_DISK.qcow2'/>
  47.       <target dev='sda' bus='sata'/>
  48.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  49.     </disk>
  50.     <disk type='file' device='cdrom'>
  51.       <driver name='qemu' type='raw'/>
  52.       <source file='/home/tyler/Downloads/Windows 10.iso'/>
  53.       <target dev='sdb' bus='sata'/>
  54.       <readonly/>
  55.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  56.     </disk>
  57.     <controller type='usb' index='0' model='ich9-ehci1'>
  58.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  59.     </controller>
  60.     <controller type='usb' index='0' model='ich9-uhci1'>
  61.       <master startport='0'/>
  62.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  63.     </controller>
  64.     <controller type='usb' index='0' model='ich9-uhci2'>
  65.       <master startport='2'/>
  66.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  67.     </controller>
  68.     <controller type='usb' index='0' model='ich9-uhci3'>
  69.       <master startport='4'/>
  70.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  71.     </controller>
  72.     <controller type='pci' index='0' model='pci-root'/>
  73.     <controller type='sata' index='0'>
  74.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  75.     </controller>
  76.     <controller type='virtio-serial' index='0'>
  77.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  78.     </controller>
  79.     <interface type='direct'>
  80.       <mac address='52:54:00:7b:74:11'/>
  81.       <source dev='enp3s0' mode='bridge'/>
  82.       <model type='rtl8139'/>
  83.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  84.     </interface>
  85.     <input type='mouse' bus='ps2'/>
  86.     <input type='keyboard' bus='ps2'/>
  87.     <sound model='ich6'>
  88.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  89.     </sound>
  90.     <hostdev mode='subsystem' type='usb' managed='yes'>
  91.       <source>
  92.         <vendor id='0x046d'/>
  93.         <product id='0xc52b'/>
  94.         <address bus='3' device='5'/>
  95.       </source>
  96.       <address type='usb' bus='0' port='1'/>
  97.     </hostdev>
  98.     <hostdev mode='subsystem' type='pci' managed='yes'>
  99.       <source>
  100.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  101.       </source>
  102.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  103.     </hostdev>
  104.     <memballoon model='virtio'>
  105.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  106.     </memballoon>
  107.   </devices>
  108. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement