Re: [PATCH v3 5/5] Revert "vfio/pci: Disable INTx fast path if using split irqchip"

2020-03-17 Thread Alex Williamson
On Tue, 17 Mar 2020 15:50:42 -0400 Peter Xu wrote: > With the resamplefd list introduced, we can savely enable VFIO INTx > fast path again with split irqchip so it can still be faster than the > complete slow path. > > Reviewed-by: Eric Auger > Signed-off-by: Peter Xu > --- > hw/vfio/pci.c |

[PATCH v3 5/5] Revert "vfio/pci: Disable INTx fast path if using split irqchip"

2020-03-17 Thread Peter Xu
With the resamplefd list introduced, we can savely enable VFIO INTx fast path again with split irqchip so it can still be faster than the complete slow path. Reviewed-by: Eric Auger Signed-off-by: Peter Xu --- hw/vfio/pci.c | 12 1 file changed, 12 deletions(-) diff --git a/hw/vfi