On Wed, Apr 22, 2020 at 7:26 PM Sean Christopherson <[email protected]> wrote: > > WARN if a pending exception is coincident with an injected exception > before calling check_nested_events() so that the WARN will fire even if > inject_pending_event() bails early because check_nested_events() detects > the conflict. Bailing early isn't problematic (quite the opposite), but > suppressing the WARN is undesirable as it could mask a bug elsewhere in > KVM. > > Signed-off-by: Sean Christopherson <[email protected]> Reviewed-by: Jim Mattson <[email protected]>

