]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Mark VEX-prefix instructions emulation as unimplemented
authorNadav Amit <namit@cs.technion.ac.il>
Mon, 2 Jun 2014 15:34:03 +0000 (18:34 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Jun 2014 15:46:15 +0000 (17:46 +0200)
commit371dda17fa82102ab27a2a5bc033095d889e527f
tree59a787182aaa8544aa03fb56bbbc9d183c40c93f
parent081ef54181a1ff0d2c7e189052277797ff8dd0dd
KVM: x86: Mark VEX-prefix instructions emulation as unimplemented

Currently the emulator does not recognize vex-prefix instructions.  However, it
may incorrectly decode lgdt/lidt instructions and try to execute them. This
patch returns unhandlable error on their emulation.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c