Re: [PATCH-for-7.0] hw/pci: Don't open-code pci_intx()

2021-12-15 Thread Jag Raman
> On Nov 16, 2021, at 12:26 PM, Philippe Mathieu-Daudé > wrote: > > Use the pci_intx() helper instead of open-coding it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Based-on: <2026170133.724751-3-fbar...@linux.ibm.com> > --- > hw/net/vmxnet3.c | 2 +- > hw/remote/iohub.c | 6 ++

Re: [PATCH-for-7.0] hw/pci: Don't open-code pci_intx()

2021-12-15 Thread Philippe Mathieu-Daudé
ping for review? On 11/16/21 18:26, Philippe Mathieu-Daudé wrote: > Use the pci_intx() helper instead of open-coding it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Based-on: <2026170133.724751-3-fbar...@linux.ibm.com> > --- > hw/net/vmxnet3.c | 2 +- > hw/remote/iohub.c | 6 ++ >

[PATCH-for-7.0] hw/pci: Don't open-code pci_intx()

2021-11-16 Thread Philippe Mathieu-Daudé
Use the pci_intx() helper instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé --- Based-on: <2026170133.724751-3-fbar...@linux.ibm.com> --- hw/net/vmxnet3.c | 2 +- hw/remote/iohub.c | 6 ++ hw/remote/proxy.c | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff -