]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/amd_iommu: Support MMIO writes to the status register
authorSairaj Kodilkar <sarunkod@amd.com>
Fri, 1 Aug 2025 06:05:06 +0000 (11:35 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Aug 2025 14:23:50 +0000 (10:23 -0400)
commit10690920b0efb3ed8b166443bae8077104bb129d
treecad6702a142bd16acc4d608c0997e4cba392f025
parent47d3b32d6fb1c6ec8afb78d12d2420dbbb4c3499
hw/i386/amd_iommu: Support MMIO writes to the status register

Support the writes to the status register so that guest can reset the
EventOverflow, EventLogInt, ComWaitIntr, etc bits after servicing the
respective interrupt.

Signed-off-by: Sairaj Kodilkar <sarunkod@amd.com>
Reviewed-by: Vasant Hegde <vasant.hegde@amd.com>
Message-Id: <20250801060507.3382-6-sarunkod@amd.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/amd_iommu.c