aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/emulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index 0e31b0c249e2..50bffb98ca82 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -2677,7 +2677,7 @@ static struct opcode group7_rm1[] = {
2677 2677
2678static struct opcode group7_rm3[] = { 2678static struct opcode group7_rm3[] = {
2679 DIP(SrcNone | ModRM | Prot | Priv, vmrun, check_svme_pa), 2679 DIP(SrcNone | ModRM | Prot | Priv, vmrun, check_svme_pa),
2680 DIP(SrcNone | ModRM | Prot | VendorSpecific, vmmcall, check_svme), 2680 DI(SrcNone | ModRM | Prot | VendorSpecific, vmmcall),
2681 DIP(SrcNone | ModRM | Prot | Priv, vmload, check_svme_pa), 2681 DIP(SrcNone | ModRM | Prot | Priv, vmload, check_svme_pa),
2682 DIP(SrcNone | ModRM | Prot | Priv, vmsave, check_svme_pa), 2682 DIP(SrcNone | ModRM | Prot | Priv, vmsave, check_svme_pa),
2683 DIP(SrcNone | ModRM | Prot | Priv, stgi, check_svme), 2683 DIP(SrcNone | ModRM | Prot | Priv, stgi, check_svme),