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)
commit592f085847f4ea753586dfe6ce75ba37d5992a45
tree6780373a2b26a9205793c75c2f5e312b29ea055a
parentd27aa7f15c3b1105c8cd8c2d190ab354f877cac5
KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitly

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>
arch/x86/kvm/emulate.c