Advertisement
Jak_Atackka

QEMU VM Configuration: TR 1950X, Windows 10

Aug 17th, 2020 (edited)
3,567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.87 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <domain type='kvm' id='5'>
  3.   <name>Windows 10</name>
  4.   <uuid>...</uuid>
  5.   <metadata>
  6.     <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
  7.   </metadata>
  8.   <memory unit='KiB'>12582912</memory>
  9.   <currentMemory unit='KiB'>12582912</currentMemory>
  10.   <memoryBacking>
  11.     <nosharepages/>
  12.     <locked/>
  13.   </memoryBacking>
  14.   <vcpu placement='static'>16</vcpu>
  15.   <cputune>
  16.     <vcpupin vcpu='0' cpuset='8'/>
  17.     <vcpupin vcpu='1' cpuset='24'/>
  18.     <vcpupin vcpu='2' cpuset='9'/>
  19.     <vcpupin vcpu='3' cpuset='25'/>
  20.     <vcpupin vcpu='4' cpuset='10'/>
  21.     <vcpupin vcpu='5' cpuset='26'/>
  22.     <vcpupin vcpu='6' cpuset='11'/>
  23.     <vcpupin vcpu='7' cpuset='27'/>
  24.     <vcpupin vcpu='8' cpuset='12'/>
  25.     <vcpupin vcpu='9' cpuset='28'/>
  26.     <vcpupin vcpu='10' cpuset='13'/>
  27.     <vcpupin vcpu='11' cpuset='29'/>
  28.     <vcpupin vcpu='12' cpuset='14'/>
  29.     <vcpupin vcpu='13' cpuset='30'/>
  30.     <vcpupin vcpu='14' cpuset='15'/>
  31.     <vcpupin vcpu='15' cpuset='31'/>
  32.   </cputune>
  33.   <numatune>
  34.     <memory mode='strict' nodeset='1'/>
  35.   </numatune>
  36.   <resource>
  37.     <partition>/machine</partition>
  38.   </resource>
  39.   <os>
  40.     ...
  41.   </os>
  42.   <features>
  43.     <acpi/>
  44.     <apic/>
  45.     <hyperv>
  46.       <relaxed state='on'/>
  47.       <vapic state='on'/>
  48.       <spinlocks state='on' retries='8191'/>
  49.       <vpindex state='on'/>
  50.       <runtime state='on'/>
  51.       <synic state='on'/>
  52.       <stimer state='on'/>
  53.       <reset state='on'/>
  54.       <vendor_id state='on' value='Kenyon Labs'/>
  55.       <frequencies state='on'/>
  56.       <reenlightenment state='on'/>
  57.       <tlbflush state='on'/>
  58.     </hyperv>
  59.     <kvm>
  60.       <hidden state='on'/>
  61.       <hint-dedicated state='on'/>
  62.     </kvm>
  63.     <vmport state='off'/>
  64.     <ioapic driver='kvm'/>
  65.   </features>
  66.   <cpu mode='host-passthrough' check='none'>
  67.     <topology sockets='1' cores='8' threads='2'/>
  68.     <cache mode='passthrough'/>
  69.     <feature policy='require' name='topoext'/>
  70.     <numa>
  71.       <cell id='0' cpus='0-7' memory='6291456' unit='KiB' memAccess='shared'>
  72.         <distances>
  73.           <sibling id='0' value='10'/>
  74.           <sibling id='1' value='38'/>
  75.         </distances>
  76.       </cell>
  77.       <cell id='1' cpus='8-15' memory='6291456' unit='KiB' memAccess='shared'>
  78.         <distances>
  79.           <sibling id='0' value='38'/>
  80.           <sibling id='1' value='10'/>
  81.         </distances>
  82.       </cell>
  83.     </numa>
  84.   </cpu>
  85.   <clock offset='localtime'>
  86.     <timer name='hypervclock' present='yes'/>
  87.     <timer name='hpet' present='yes'/>
  88.   </clock>
  89.   <on_poweroff>destroy</on_poweroff>
  90.   <on_reboot>restart</on_reboot>
  91.   <on_crash>restart</on_crash>
  92.   <devices>
  93.     ...
  94.     <memballoon model='none'/>
  95.   </devices>
  96.   <seclabel type='dynamic' model='dac' relabel='yes'>
  97.     <label>+0:+100</label>
  98.     <imagelabel>+0:+100</imagelabel>
  99.   </seclabel>
  100. </domain>
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement