Skip to content

Instantly share code, notes, and snippets.

@kcollasarundell
Created August 2, 2021 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcollasarundell/01bfa2a93fe8b0744695bc6377f8cf20 to your computer and use it in GitHub Desktop.
Save kcollasarundell/01bfa2a93fe8b0744695bc6377f8cf20 to your computer and use it in GitHub Desktop.
virsh
<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