Re: [PATCH] hw/pci: Remove unused pci_irq_pulse() method

2024-11-22 Thread Thomas Huth
On 22/11/2024 11.34, Philippe Mathieu-Daudé wrote: Last use of pci_irq_pulse() was removed 7 years ago in commit 5e9aa92eb1 ("hw/block: Fix pin-based interrupt behaviour of NVMe"). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 10 -- 1 file changed, 10 deletions(-)

[PATCH] hw/pci: Remove unused pci_irq_pulse() method

2024-11-22 Thread Philippe Mathieu-Daudé
Last use of pci_irq_pulse() was removed 7 years ago in commit 5e9aa92eb1 ("hw/block: Fix pin-based interrupt behaviour of NVMe"). Signed-off-by: Philippe Mathieu-Daudé --- include/hw/pci/pci.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/include/hw/pci/pci.h b/include/hw/pci/pc