From: Avi Kivity Date: Wed, 23 Mar 2011 13:02:47 +0000 (+0200) Subject: KVM: VMX: simplify NMI mask management X-Git-Tag: v3.0-rc1~350^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654f06fc651b01782015185e5b049197255463a3;p=pandora-kernel.git KVM: VMX: simplify NMI mask management Use vmx_set_nmi_mask() instead of open-coding management of the hardware bit and the software hint (nmi_known_unmasked). There's a slight change of behaviour when running without hardware virtual NMI support - we now clear the NMI mask if NMI delivery faulted in that case as well. This improves emulation accuracy. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed