qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/ide/ahci: Log lost IRQs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] hw/ide/ahci: Log lost IRQs
Date: Tue, 12 May 2020 08:53:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

ping?

On 5/4/20 11:48 AM, Philippe Mathieu-Daudé wrote:
One might find interesting to look at AHCI IRQs.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
  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 = {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]