Re: [PATCH v2 00/22] KVM: Event fixes and cleanup

From: Sean Christopherson
Date: Fri Apr 24 2020 - 13:29:07 EST


On Fri, Apr 24, 2020 at 01:23:54PM -0400, Paolo Bonzini wrote:
> Because of this, I added a bool argument to interrupt_allowed, nmi_allowed
> and smi_allowed instead of adding a fourth hook.

Ha, I had this as the original implementation for interrupts, and then
switched to a separate hook at the 11th hour to minimize churn.