On Wed, 26 Feb 2020 17:50:45 -0500 Peter Xu <[email protected]> wrote:
> VFIO is currently the only one left that is not using the generic > function (kvm_irqchip_add_irqfd_notifier_gsi()) to register irqfds. > Let VFIO use the common framework too. > > Follow up patches will introduce extra features for kvm irqfd, so that > VFIO can easily leverage that after the switch. > > Signed-off-by: Peter Xu <[email protected]> > --- > hw/vfio/pci.c | 37 +++++++++++++++---------------------- > 1 file changed, 15 insertions(+), 22 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
