From: Paolo Bonzini Date: Wed, 20 Aug 2014 08:08:23 +0000 (+0200) Subject: KVM: emulate: warn on invalid or uninitialized exception numbers X-Git-Tag: fixes-for-v3.18-merge-window~23^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ad0b477c36fde6b0923670647495d07bf42f94;p=pandora-kernel.git KVM: emulate: warn on invalid or uninitialized exception numbers These were reported when running Jailhouse on AMD processors. Initialize ctxt->exception.vector with an invalid exception number, and warn if it remained invalid even though the emulator got an X86EMUL_PROPAGATE_FAULT return code. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed