]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: x86 emulator: Prepare for emulation of syscall instructions
authorAndre Przywara <andre.przywara@amd.com>
Wed, 17 Jun 2009 13:50:33 +0000 (15:50 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:33:00 +0000 (08:33 +0300)
commite99f0507125f45b723a9069e9e854c3c4758e7ba
tree97aa934ffe7e03361f60b5b07106ca6746f3cd92
parentb1d861431ed58f752b31e8c07da029072989bec7
KVM: x86 emulator: Prepare for emulation of syscall instructions

Add the flags needed for syscall, sysenter and sysexit to the opcode table.
Catch (but for now ignore) the opcodes in the emulation switch/case.

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