]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: Allow emulation of syscalls instructions on #UD
authorAndre Przywara <andre.przywara@amd.com>
Wed, 17 Jun 2009 13:50:31 +0000 (15:50 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:59 +0000 (08:32 +0300)
commit0cb5762ed2b3113b3b8aa84d1d26b815aea71787
tree72fa0759911a0433bb5cc9f238bc0226bd9748b6
parent229456fc34b1c9031b04f7581e7b755d1cebfe9c
KVM: Allow emulation of syscalls instructions on #UD

Add the opcodes for syscall, sysenter and sysexit to the list of instructions
handled by the undefined opcode handler.

Signed-off-by: Christoph Egger <christoph.egger@amd.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c