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

2020-02-27 Thread Peter Xu
On Thu, Feb 27, 2020 at 05:53:32PM +0100, Auger Eric wrote: > Hi Peter, > > On 2/26/20 11:50 PM, Peter Xu wrote: > > It's currently broken. Let's use the slow path to at least make it > > functional. > > > > Signed-off-by: Peter Xu > > > --- > > hw/vfio/pci.c | 12 > > 1 file cha

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

2020-02-27 Thread Auger Eric
Hi Peter, On 2/26/20 11:50 PM, Peter Xu wrote: > It's currently broken. Let's use the slow path to at least make it > functional. > > 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 5e7

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

2020-02-26 Thread Peter Xu
It's currently broken. Let's use the slow path to at least make it functional. 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 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@