commit | 047a4818094217a1323d8f31f9318ea2e142f745 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Jul 26 14:37:47 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:49:57 2010 +0200 |
tree | 44cbc69d683d12f3ae82ca97007d794b2ef844b4 | |
parent | 2ce495365f6cdd5792c4db0ddb8ac8544950b671 [diff] |
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>