Created
August 2, 2021 02:35
-
-
Save kcollasarundell/01bfa2a93fe8b0744695bc6377f8cf20 to your computer and use it in GitHub Desktop.
virsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<features> | |
<acpi/> | |
<apic/> | |
<hyperv> | |
<relaxed state='on'/> | |
<vapic state='on'/> | |
<spinlocks state='on' retries='8191'/> | |
<vendor_id state='on' value='123456789ab'/> | |
</hyperv> | |
<kvm> | |
<hidden state='on'/> | |
</kvm> | |
<vmport state='off'/> | |
</features> | |
<cpu mode='custom' match='exact' check='none'> | |
<model fallback='allow'>EPYC</model> | |
<topology sockets='1' dies='1' cores='7' threads='2'/> | |
<feature policy='require' name='topoext'/> | |
</cpu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment