]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: add Undefined decode flag
authorAvi Kivity <avi@redhat.com>
Mon, 26 Jul 2010 11:37:47 +0000 (14:37 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:49:57 +0000 (10:49 +0200)
commitc0b5677e8a0223094d472fa3b3d8ad8ebd8ca988
tree44cbc69d683d12f3ae82ca97007d794b2ef844b4
parent9bfbfd369f0209453a292c9e8bf8dadbe102d289
KVM: x86 emulator: add Undefined decode flag

Add a decode flag to indicate the instruction is invalid.  Will come in useful
later, when we mix decode bits from the opcode and group table.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c