KVM: emulator: Do not fail on emulation of undefined opcode
authorGleb Natapov <gleb@redhat.com>
Thu, 11 Apr 2013 09:30:01 +0000 (12:30 +0300)
committerGleb Natapov <gleb@redhat.com>
Sun, 14 Apr 2013 06:44:17 +0000 (09:44 +0300)
Emulation of undefined opcode should inject #UD instead of causing
emulation failure. Do that by moving Undefined flag check to emulation
stage and injection #UD there.

Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found