From: Jan Kiszka Date: Wed, 23 Oct 2013 16:42:15 +0000 (+0100) Subject: nVMX: Fix pick-up of uninjected NMIs X-Git-Tag: v3.13-rc1~80^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2633c59b6f511effb53e10fa2c1e20b1cec1e7;p=pandora-kernel.git nVMX: Fix pick-up of uninjected NMIs __vmx_complete_interrupts stored uninjected NMIs in arch.nmi_injected, not arch.nmi_pending. So we actually need to check the former field in vmcs12_save_pending_event. This fixes the eventinj unit test when run in nested KVM. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed