hw/ide/ahci: Log lost IRQs
One might find interesting to look at AHCI IRQs. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504094858.5975-1-f4bug@amsat.org> Reviewed-by: John Snow <jsnow@redhat.com> Acked-by: John Snow <jsnow@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
44a46a9cd9
commit
c5f12a80c6
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user