]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/amd_iommu: Fix MMIO register write tracing
authorSairaj Kodilkar <sarunkod@amd.com>
Fri, 1 Aug 2025 06:05:02 +0000 (11:35 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Aug 2025 12:33:50 +0000 (08:33 -0400)
commit96c75abc872c1a90c8e1f4a4d2ed35e89a1befe9
tree97c76ad062ddc799ddc554038f2ad262003e8c9f
parentcad9aa6fbdccd95e56e10cfa57c354a20a333717
hw/i386/amd_iommu: Fix MMIO register write tracing

Define separate functions to trace MMIO write accesses instead of using
`trace_amdvi_mmio_read()` for both read and write.

Signed-off-by: Sairaj Kodilkar <sarunkod@amd.com>
Reviewed-by: Vasant Hegde <vasant.hegde@amd.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250801060507.3382-2-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