From: Paolo Bonzini Date: Wed, 20 Aug 2014 08:05:08 +0000 (+0200) Subject: KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitly X-Git-Tag: fixes-for-v3.18-merge-window~23^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=592f085847f4ea753586dfe6ce75ba37d5992a45;p=pandora-kernel.git 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 --- Reading git-diff-tree failed