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

2019-01-10 Thread Jason Wang
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 --- hw/i386/intel_iommu.c | 1 + 1 file changed, 1 insertion(+) diff

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

2019-01-08 Thread Peter Xu
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 --- hw/i386/intel_iommu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/intel_iommu.c b/hw/i386/in