From: Jan Kiszka Date: Fri, 7 Mar 2014 19:03:15 +0000 (+0100) Subject: KVM: x86: Remove return code from enable_irq/nmi_window X-Git-Tag: v3.15-rc1~118^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a7953f09bbe2b66050ebf97e0532eaeefbc9f3;p=pandora-kernel.git KVM: x86: Remove return code from enable_irq/nmi_window It's no longer possible to enter enable_irq_window in guest mode when L1 intercepts external interrupts and we are entering L2. This is now caught in vcpu_enter_guest. So we can remove the check from the VMX version of enable_irq_window, thus the need to return an error code from both enable_irq_window and enable_nmi_window. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed