KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitly
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Aug 2014 08:05:08 +0000 (10:05 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Aug 2014 11:01:25 +0000 (13:01 +0200)
Always get it through emulate_exception or emulate_ts.  This
ensures that the ctxt->exception fields have been populated.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

No differences found