Advertisement
Guest User

Untitled

a guest
Oct 27th, 2022
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.60 KB | None | 0 0
  1. <domain type='kvm' id='2' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  2.   <name>win11</name>
  3.   <uuid>39dc375f-23c3-456a-9e9c-3dc77fde4e38</uuid>
  4.   <memory unit='KiB'>20971520</memory>
  5.   <currentMemory unit='KiB'>20971520</currentMemory>
  6.   <memoryBacking>
  7.     <hugepages/>
  8.   </memoryBacking>
  9.   <vcpu placement='static'>24</vcpu>
  10.   <resource>
  11.     <partition>/machine</partition>
  12.   </resource>
  13.   <os>
  14.     <type arch='x86_64' machine='pc-q35-6.1'>hvm</type>
  15.     <loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
  16.     <nvram>/var/lib/libvirt/qemu/nvram/win11_VARS.secboot.fd</nvram>
  17.     <boot dev='hd'/>
  18.     <bootmenu enable='no'/>
  19.     <smbios mode='host'/>
  20.   </os>
  21.   <features>
  22.     <acpi/>
  23.     <apic/>
  24.     <hyperv mode='custom'>
  25.       <relaxed state='on'/>
  26.       <vapic state='on'/>
  27.       <spinlocks state='on' retries='8191'/>
  28.       <vpindex state='on'/>
  29.       <synic state='on'/>
  30.       <stimer state='on'/>
  31.       <reset state='on'/>
  32.       <vendor_id state='on' value='fucknvidia'/>
  33.       <frequencies state='on'/>
  34.     </hyperv>
  35.     <kvm>
  36.       <hidden state='off'/>
  37.     </kvm>
  38.     <vmport state='off'/>
  39.   </features>
  40.   <cpu mode='host-passthrough' check='none' migratable='on'>
  41.     <topology sockets='1' dies='1' cores='12' threads='2'/>
  42.     <cache mode='passthrough'/>
  43.     <feature policy='require' name='topoext'/>
  44.   </cpu>
  45.   <clock offset='localtime'>
  46.     <timer name='rtc' tickpolicy='catchup'/>
  47.     <timer name='pit' tickpolicy='delay'/>
  48.     <timer name='hpet' present='no'/>
  49.     <timer name='hypervclock' present='yes'/>
  50.   </clock>
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement