[PATCH v2 0/6] hw/i386/amd_iommu: Cleanups and fixes

Sairaj Kodilkar posted 6 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250724064745.4091-1-sarunkod@amd.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
There is a newer version of this series
hw/i386/amd_iommu.c | 89 +++++++++++++++++++++++++++++++++------------
hw/i386/amd_iommu.h |  2 +-
2 files changed, 67 insertions(+), 24 deletions(-)
[PATCH v2 0/6] hw/i386/amd_iommu: Cleanups and fixes
Posted by Sairaj Kodilkar 3 months, 3 weeks ago
This series provides few cleanups and fixes for the amd iommu

Changes since v1:
- Dropped top two patches which depend on the Alejandro's changes and rebased
  remaining patches on top of v10.1.0-rc0 [Phil].
- Added a patch to fix amdvi_write*() [Ethon].
- Reset event log head and tail when guest writes to event log base register
  [Ethon].
- Considered "evtlog_intr" flag while generating event log interrupt [Ethon].
- Fixed comment [Ethon].

Base commit: 9e601684dc24a521bb1d23215a63e5c6e79ea0bb (v10.1.0-rc0)

Sairaj Kodilkar (6):
  hw/i386/amd_iommu: Fix MMIO register write tracing
  hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field
  hw/i386/amd_iommu: Move IOAPIC memory region initialization to the end
  hw/i386/amd_iommu: Fix amdvi_write*()
  hw/i386/amd_iommu: Support MMIO writes to the status register
  hw/i386/amd_iommu: Fix event log generation

 hw/i386/amd_iommu.c | 89 +++++++++++++++++++++++++++++++++------------
 hw/i386/amd_iommu.h |  2 +-
 2 files changed, 67 insertions(+), 24 deletions(-)

-- 
2.34.1