commit | fbce554e940a983d005e29849636d0ef54b3eb18 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Thu Dec 04 11:11:40 2008 +0000 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:43 2008 +0200 |
tree | 6fc8c515cdcff55c00252d0cd19fdee4d47bec9d | |
parent | 9bf8ea42fe22d7d1c48044148fa658cb9083d49c [diff] |
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>