qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/5] intel_iommu: reset intr_enabled when system


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH 2/5] intel_iommu: reset intr_enabled when system reset
Date: Fri, 11 Jan 2019 12:04:16 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1


On 2019/1/8 下午7:47, Peter Xu wrote:
This is found when I was debugging another problem.  Until now no bug
is reported with this but we'd better reset the IR status correctly
after a system reset.

Signed-off-by: Peter Xu <address@hidden>
---
  hw/i386/intel_iommu.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/hw/i386/intel_iommu.c b/hw/i386/intel_iommu.c
index 6d5cc1d039..ee22e754f0 100644
--- a/hw/i386/intel_iommu.c
+++ b/hw/i386/intel_iommu.c
@@ -3138,6 +3138,7 @@ static void vtd_init(IntelIOMMUState *s)
      s->root = 0;
      s->root_extended = false;
      s->dmar_enabled = false;
+    s->intr_enabled = false;
      s->iq_head = 0;
      s->iq_tail = 0;
      s->iq = 0;


Acked-by: Jason Wang <address@hidden>





reply via email to

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