]> Git Repo - qemu.git/commitdiff
hw/ide/ahci: Log lost IRQs
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 4 May 2020 09:48:58 +0000 (11:48 +0200)
committerKevin Wolf <[email protected]>
Mon, 18 May 2020 17:05:25 +0000 (19:05 +0200)
One might find interesting to look at AHCI IRQs.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200504094858[email protected]>
Reviewed-by: John Snow <[email protected]>
Acked-by: John Snow <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
hw/ide/ahci.c

index 13d91e109ab3e16eb9368f0973674fb1e46943c3..fc82cbd5f1d070e38b63608183c639d79f6bdc14 100644 (file)
@@ -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 = {
This page took 0.031403 seconds and 4 git commands to generate.