qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 2/8] intel-hda: Fix reset of MSI function


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH v3 2/8] intel-hda: Fix reset of MSI function
Date: Fri, 11 May 2012 11:42:35 -0300

Call msi_reset on device reset as still required by the core.

CC: Gerd Hoffmann <address@hidden>
CC: address@hidden
Signed-off-by: Jan Kiszka <address@hidden>
---
 hw/intel-hda.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hw/intel-hda.c b/hw/intel-hda.c
index bb11af2..e38861e 100644
--- a/hw/intel-hda.c
+++ b/hw/intel-hda.c
@@ -1107,6 +1107,9 @@ static void intel_hda_reset(DeviceState *dev)
     DeviceState *qdev;
     HDACodecDevice *cdev;
 
+    if (d->msi) {
+        msi_reset(&d->pci);
+    }
     intel_hda_regs_reset(d);
     d->wall_base_ns = qemu_get_clock_ns(vm_clock);
 
-- 
1.7.3.4




reply via email to

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