commit | c9a7953f09bbe2b66050ebf97e0532eaeefbc9f3 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Mar 07 20:03:15 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 11 08:41:47 2014 +0100 |
tree | 8a4387796e3f9946cea1725566e584dff525c3f8 | |
parent | 220c56729766444f3dd823f740a147ca6d82c4c6 [diff] |
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 <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>