commit | aca06a83071e4e4c9150751db7ea6a46240734fc | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Mar 18 15:20:15 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:12 2010 +0300 |
tree | 9346ba8604f6b09e72595288a8d2c4c3feb3d48b | |
parent | a41ffb7540cb37426759e688083502d6463421b2 [diff] |
KVM: x86 emulator: cleanup grp3 return value When x86_emulate_insn() does not know how to emulate instruction it exits via cannot_emulate label in all cases except when emulating grp3. Fix that. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>