]> git.karo-electronics.de Git - mv-sheeva.git/commit
KVM: x86 emulator: Re-add VendorSpecific tag to VMMCALL insn
authorAvi Kivity <avi@redhat.com>
Tue, 5 Apr 2011 13:21:58 +0000 (16:21 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:04 +0000 (07:57 -0400)
commit8b18bc378224b4f195145b407b95768a289497e3
treee1fa0006348dffd43ea026658b9b7cf0f023a36c
parent09000adb86550d2895b64faa52e64eaec3cae7b2
KVM: x86 emulator: Re-add VendorSpecific tag to VMMCALL insn

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