Commit c5f12a80 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Kevin Wolf
Browse files

hw/ide/ahci: Log lost IRQs



One might find interesting to look at AHCI IRQs.

Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200504094858.5975-1-f4bug@amsat.org>
Reviewed-by: default avatarJohn Snow <jsnow@redhat.com>
Acked-by: default avatarJohn Snow <jsnow@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 44a46a9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = {