mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Translate vmx-invvpid-single-context-noglobals CPU feature
This feature is called "vmx-invept-single-context-noglobals" in QEMU and our CPU map even contains the appropriate alias. But we failed to actually translate the name when talking to QEMU. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
<feature policy='require' name='vmx-invvpid'/>
|
||||
<feature policy='require' name='vmx-invvpid-single-addr'/>
|
||||
<feature policy='require' name='vmx-invvpid-all-context'/>
|
||||
<feature policy='require' name='vmx-invvpid-single-context-noglobals'/>
|
||||
<feature policy='require' name='vmx-intr-exit'/>
|
||||
<feature policy='require' name='vmx-nmi-exit'/>
|
||||
<feature policy='require' name='vmx-vnmi'/>
|
||||
|
||||
Reference in New Issue
Block a user