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

2020-03-17 Thread Alex Williamson
On Tue, 17 Mar 2020 15:50:38 -0400 Peter Xu wrote: > It's currently broken. Let's use the slow path to at least make it > functional. > > Tested-by: Eric Auger > Reviewed-by: Eric Auger > Signed-off-by: Peter Xu > --- > hw/vfio/pci.c | 12 > 1 file changed, 12 insertions(+) Re

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

2020-03-17 Thread Peter Xu
It's currently broken. Let's use the slow path to at least make it functional. Tested-by: Eric Auger Reviewed-by: Eric Auger Signed-off-by: Peter Xu --- hw/vfio/pci.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 5e75a95129..98e0e0c994 1