qemu: add support for Hyper-V Enlightened VMCS

QEMU 3.1 supports Hyper-V Enlightened VMCS feature which significantly
speeds up nested Hyper-V on KVM environments.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
This commit is contained in:
Vitaly Kuznetsov
2018-11-14 23:46:07 +01:00
committed by Andrea Bolognani
parent c3d0d7cc8a
commit 362b4ee616
8 changed files with 8 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
<reenlightenment state='off'/>
<tlbflush state='off'/>
<ipi state='off'/>
<evmcs state='off'/>
</hyperv>
</features>
<clock offset='utc'/>

View File

@@ -24,6 +24,7 @@
<reenlightenment state='on'/>
<tlbflush state='on'/>
<ipi state='on'/>
<evmcs state='on'/>
</hyperv>
</features>
<clock offset='utc'/>