Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <domain xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0" type="kvm">
- <name>win11</name>
- <uuid>c0d38657-469a-4499-8e82-323101b56539</uuid>
- <metadata>
- <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
- <libosinfo:os id="http://microsoft.com/win/10"/>
- </libosinfo:libosinfo>
- </metadata>
- <memory unit="KiB">25165824</memory>
- <currentMemory unit="KiB">25165824</currentMemory>
- <vcpu placement="static">10</vcpu>
- <vcpus>
- <vcpu id="0" enabled="yes" hotpluggable="no"/>
- <vcpu id="1" enabled="yes" hotpluggable="yes"/>
- <vcpu id="2" enabled="yes" hotpluggable="yes"/>
- <vcpu id="3" enabled="yes" hotpluggable="yes"/>
- <vcpu id="4" enabled="yes" hotpluggable="yes"/>
- <vcpu id="5" enabled="yes" hotpluggable="yes"/>
- <vcpu id="6" enabled="yes" hotpluggable="yes"/>
- <vcpu id="7" enabled="yes" hotpluggable="yes"/>
- <vcpu id="8" enabled="yes" hotpluggable="yes"/>
- <vcpu id="9" enabled="yes" hotpluggable="yes"/>
- </vcpus>
- <iothreads>1</iothreads>
- <cputune>
- <vcpupin vcpu="0" cpuset="1"/>
- <vcpupin vcpu="1" cpuset="7"/>
- <vcpupin vcpu="2" cpuset="2"/>
- <vcpupin vcpu="3" cpuset="8"/>
- <vcpupin vcpu="4" cpuset="3"/>
- <vcpupin vcpu="5" cpuset="9"/>
- <vcpupin vcpu="6" cpuset="4"/>
- <vcpupin vcpu="7" cpuset="10"/>
- <vcpupin vcpu="8" cpuset="5"/>
- <vcpupin vcpu="9" cpuset="11"/>
- <emulatorpin cpuset="0,6"/>
- <iothreadpin iothread="1" cpuset="0,6"/>
- </cputune>
- <sysinfo type="smbios">
- <bios>
- <entry name="vendor">American Megatrends Inc.</entry>
- <entry name="version">2607</entry>
- <entry name="date">09/14/2020</entry>
- </bios>
- <system>
- <entry name="manufacturer">ASUSTeK COMPUTER INC.</entry>
- <entry name="product">TUF GAMING X570-PLUS (WI-FI)</entry>
- <entry name="version">Rev X.0x</entry>
- <entry name="serial">Your board's serial number</entry>
- <entry name="uuid">c0d38657-469a-4499-8e82-323101b56539</entry>
- <entry name="sku">SKU</entry>
- <entry name="family">TUF GAMING</entry>
- </system>
- </sysinfo>
- <os>
- <type arch="x86_64" machine="pc-q35-6.2">hvm</type>
- <loader readonly="yes" secure="yes" type="pflash">/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd</loader>
- <nvram>/var/lib/libvirt/qemu/nvram/win11_VARS.fd</nvram>
- <bootmenu enable="no"/>
- <smbios mode="sysinfo"/>
- </os>
- <features>
- <acpi/>
- <apic/>
- <hyperv mode="custom">
- <relaxed state="on"/>
- <vpindex state="on"/>
- <synic state="on"/>
- <stimer state="on"/>
- <reset state="on"/>
- <vendor_id state="on" value="randomid"/>
- <frequencies state="on"/>
- </hyperv>
- <kvm>
- <hidden state="on"/>
- </kvm>
- <vmport state="off"/>
- <smm state="on"/>
- <ioapic driver="kvm"/>
- </features>
- <cpu mode="host-passthrough" check="none" migratable="on">
- <topology sockets="1" dies="1" cores="5" threads="2"/>
- <cache mode="passthrough"/>
- <feature policy="require" name="invtsc"/>
- <feature policy="require" name="topoext"/>
- </cpu>
- <clock offset="localtime">
- <timer name="rtc" tickpolicy="catchup" track="guest"/>
- <timer name="pit" tickpolicy="discard"/>
- <timer name="hpet" present="no"/>
- <timer name="hypervclock" present="yes"/>
- <timer name="tsc" present="yes" mode="native"/>
- </clock>
- <on_poweroff>destroy</on_poweroff>
- <on_reboot>restart</on_reboot>
- <on_crash>destroy</on_crash>
- <pm>
- <suspend-to-mem enabled="no"/>
- <suspend-to-disk enabled="no"/>
- </pm>
- <devices>
- ......
- </devices>
- </domain>
Advertisement
Add Comment
Please, Sign In to add comment