From: Philippe Mathieu-Daudé Date: Mon, 4 May 2020 09:48:58 +0000 (+0200) Subject: hw/ide/ahci: Log lost IRQs X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c5f12a80c6472bc158e5092c731bbc7affaca2e5;p=qmiga%2Fqemu.git hw/ide/ahci: Log lost IRQs One might find interesting to look at AHCI IRQs. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200504094858.5975-1-f4bug@amsat.org> Reviewed-by: John Snow Acked-by: John Snow Signed-off-by: Kevin Wolf --- 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 = {