KVM: x86 emulator: disallow opcode 82 in 64-bit mode
authorGleb Natapov <gleb@redhat.com>
Thu, 11 Feb 2010 10:41:10 +0000 (12:41 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:36:12 +0000 (12:36 -0300)
commite424e1918345ab17d3beb068b8745ab1706d0e1b
tree57c3e16a4827fb1e140abff011d7e01ae9bb1037
parent1d327eac3c9a8b170d68df44957d82bdbd263c53
KVM: x86 emulator: disallow opcode 82 in 64-bit mode

Instructions with opcode 82 are not valid in 64 bit mode.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c