docs: update virt/vm

This commit is contained in:
lukas 2025-06-03 12:34:15 +00:00
parent f381c41484
commit c959e658ca

View File

@ -2,7 +2,7 @@
title: Machine definition title: Machine definition
description: Virtual machine hardware description: Virtual machine hardware
published: true published: true
date: 2025-06-03T12:31:10.560Z date: 2025-06-03T12:34:13.773Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-06-01T17:37:29.262Z dateCreated: 2025-06-01T17:37:29.262Z
@ -183,8 +183,7 @@ ACPI deals with power management, and allow for graceful shutdown to work.
### For Windows NT guests ### For Windows NT guests
For Windows, more features are enabled: For Windows NT guests, more features are enabled:
``` ```
<domain type='kvm'> <domain type='kvm'>
@ -200,17 +199,12 @@ For Windows, more features are enabled:
<direct state='on'/> <direct state='on'/>
</stimer> </stimer>
<reset state='on'/> <reset state='on'/>
<vendor_id state='on' value='KVM Hv'/>
<frequencies state='on'/> <frequencies state='on'/>
<reenlightenment state='on'/> <reenlightenment state='on'/>
<tlbflush state='on'> <tlbflush state='on'>
<direct state='on'/> <direct state='on'/>
<extended state='on'/> <extended state='on'/>
</tlbflush> </tlbflush>
<ipi state='on'/>
<evmcs state='on'/>
<emsr_bitmap state='on'/>
<xmm_input state='on'/>
</hyperv> </hyperv>
[...] [...]
</domain> </domain>