Re: [PATCH 2/3] pci: Export the pci_intx() function

2021-11-18 Thread Cédric Le Goater
On 11/16/21 18:01, Frederic Barrat wrote: Move the pci_intx() definition to the PCI header file, so that it can be called from other PCI files. It is used by the next patch. Signed-off-by: Frederic Barrat Reviewed-by: Cédric Le Goater Thanks, C. --- hw/pci/pci.c | 5 -

[PATCH 2/3] pci: Export the pci_intx() function

2021-11-16 Thread Frederic Barrat
Move the pci_intx() definition to the PCI header file, so that it can be called from other PCI files. It is used by the next patch. Signed-off-by: Frederic Barrat --- hw/pci/pci.c | 5 - include/hw/pci/pci.h | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git