commit | 1146a78b8d88fc0e0ca2ab9c549821242e289432 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Apr 11 12:30:01 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Sun Apr 14 09:44:17 2013 +0300 |
tree | 396cf7dd64c7f38b7c50250e545b46b29e4134cc | |
parent | 991eebf9f8e523e7ff1e4d31ac80641582b2e57a [diff] |
KVM: emulator: Do not fail on emulation of undefined opcode 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>