> From: Sean Christopherson <sea...@google.com> > Sent: Saturday, May 17, 2025 7:08 AM > > Pass in the Linux IRQ associated with an IRQ bypass producer instead of > relying on the caller to set the field prior to registration, as there's > no benefit to relying on callers to do the right thing. > > Take care to set producer->irq before __connect(), as KVM expects the IRQ > to be valid as soon as a connection is possible. > > Signed-off-by: Sean Christopherson <sea...@google.com>
Reviewed-by: Kevin Tian <kevin.t...@intel.com>