projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09000ad
)
KVM: x86 emulator: Re-add VendorSpecific tag to VMMCALL insn
author
Avi Kivity
<avi@redhat.com>
Tue, 5 Apr 2011 13:21:58 +0000
(16:21 +0300)
committer
Avi Kivity
<avi@redhat.com>
Wed, 11 May 2011 11:57:04 +0000
(07:57 -0400)
VMMCALL needs the VendorSpecific tag so that #UD emulation
(called if a guest running on AMD was migrated to an Intel host)
is allowed to process the instruction.
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/emulate.c
b/arch/x86/kvm/emulate.c
index ae5f49105c3b1b607f6cc4b3447318ae7f63eb15..0e31b0c249e23b243df60016c0b2ebebd822397f 100644
(file)
--- a/
arch/x86/kvm/emulate.c
+++ b/
arch/x86/kvm/emulate.c
@@
-2677,7
+2677,7
@@
static struct opcode group7_rm1[] = {
static struct opcode group7_rm3[] = {
DIP(SrcNone | ModRM | Prot | Priv, vmrun, check_svme_pa),
- DIP(SrcNone | ModRM | Prot
, vmmcall, check_svme),
+ DIP(SrcNone | ModRM | Prot
| VendorSpecific
, vmmcall, check_svme),
DIP(SrcNone | ModRM | Prot | Priv, vmload, check_svme_pa),
DIP(SrcNone | ModRM | Prot | Priv, vmsave, check_svme_pa),
DIP(SrcNone | ModRM | Prot | Priv, stgi, check_svme),