]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: x86 emulator: Fix handling of VMMCALL instruction
authorAmit Shah <amit.shah@redhat.com>
Thu, 4 Dec 2008 11:11:40 +0000 (11:11 +0000)
committerAvi Kivity <avi@redhat.com>
Fri, 5 Dec 2008 17:51:52 +0000 (19:51 +0200)
commit5f7b30fa2e42d232db2f742384c4922e3a5533d7
tree8fe47470279d95d9ecd0bdd962dc544bbeafac1e
parent9bd57fbf7794d8b9c9f4b8e75ef810e796d47f0b
KVM: x86 emulator: Fix handling of VMMCALL instruction

The VMMCALL instruction doesn't get recognised and isn't processed
by the emulator.

This is seen on an Intel host that tries to execute the VMMCALL
instruction after a guest live migrates from an AMD host.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86_emulate.c