commit | 0b789eee2c0204da83278f181428560faf6efefb | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Apr 11 11:59:55 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Sun Apr 14 09:44:16 2013 +0300 |
tree | 033042a99893a21f21425bc7c6af8f2686cf200c | |
parent | f8da94e9e44b237fa5cc8521faeb714dc2e83b54 [diff] |
KVM: emulator: fix unimplemented instruction detection Unimplemented instruction detection is broken for group instructions since it relies on "flags" field of opcode to be zero, but all instructions in a group inherit flags from a group encoding. Fix that by having a separate flag for unimplemented instructions. Signed-off-by: Gleb Natapov <gleb@redhat.com>