From: Philippe Mathieu-Daudé <f4...@amsat.org> One might find interesting to look at AHCI IRQs.
Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> Message-Id: <20200504094858.5975-1-f4...@amsat.org> Reviewed-by: John Snow <js...@redhat.com> Acked-by: John Snow <js...@redhat.com> Signed-off-by: Kevin Wolf <kw...@redhat.com> --- hw/ide/ahci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index 13d91e109a..fc82cbd5f1 100644 --- a/hw/ide/ahci.c +++ b/hw/ide/ahci.c @@ -1509,6 +1509,7 @@ static void ahci_cmd_done(IDEDMA *dma) static void ahci_irq_set(void *opaque, int n, int level) { + qemu_log_mask(LOG_UNIMP, "ahci: IRQ#%d level:%d\n", n, level); } static const IDEDMAOps ahci_dma_ops = { -- 2.25.4