Re: [PATCH 2/2] hw/pci: Trace IRQ routing on PCI topology

2023-02-28 Thread Philippe Mathieu-Daudé
ping On 11/2/23 16:22, Philippe Mathieu-Daudé wrote: Trace how IRQ are rooted from EP to RC. Signed-off-by: Philippe Mathieu-Daudé --- hw/pci/pci.c| 8 hw/pci/trace-events | 1 + 2 files changed, 9 insertions(+) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 805e4b0c68..2

[PATCH 2/2] hw/pci: Trace IRQ routing on PCI topology

2023-02-11 Thread Philippe Mathieu-Daudé
Trace how IRQ are rooted from EP to RC. Signed-off-by: Philippe Mathieu-Daudé --- hw/pci/pci.c| 8 hw/pci/trace-events | 1 + 2 files changed, 9 insertions(+) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index 805e4b0c68..2e785e3aef 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -