commit | 7fe864dc942c041cc4f56e287c4025d54a8e6c1e | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon Jun 02 18:34:03 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 18 17:46:15 2014 +0200 |
tree | 59a787182aaa8544aa03fb56bbbc9d183c40c93f | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
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>