Skip to content
Commit 0b789eee authored by Gleb Natapov's avatar Gleb Natapov
Browse files

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: default avatarGleb Natapov <gleb@redhat.com>
parent f8da94e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment