On Wed, Jul 16, 2025 at 06:26:37PM +0530, Sairaj Kodilkar wrote: > > > On 7/16/2025 6:07 PM, Philippe Mathieu-Daudé wrote: > > On 16/7/25 09:31, Sairaj Kodilkar wrote: > > > This series provides few cleanups and fixes for the amd iommu > > > > > > The patches are based on top of 56c6e249b698 (v10.0.0-rc3) and > > > Alejandro's > > > DMA remapping series [1]. > > > > 56c6e249b698 is 4 months old, we are about to release v10.1.0-rc0. > > > > What is the point of posting obsolete code? > > > > I'm not going to review further. > > Hey Philippe, > > sorry. I missed to add it in cover letter. Intention is to get feedback > on this series. Since this is on top of Alejandro's series, I will > rebase it once his series gets merged. > > Regards > Sairaj
Merged now, go ahead and rebase. > > > > Regards, > > > > Phil. > > > > > [1] https://lore.kernel.org/all/20250502021605.1795985-1- > > > alejandro.j.jime...@oracle.com/ > > > > > > The series is uploaded on github: > > > https://github.com/AMDESE/qemu-iommu/tree/sarunkod/alej%2Bcleanup-v1 > > > > > > Sairaj Kodilkar (7): > > > 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: Support MMIO writes to the status register > > > hw/i386/amd_iommu: Fix event log generation > > > hw/i386/amd_iommu: Fix handling device on buses != 0 > > > hw/i386/amd_iommu: Support 64 bit address for IOTLB lookup > > > > > > hw/i386/amd_iommu.c | 217 ++++++++++++++++++++++++++++---------------- > > > hw/i386/amd_iommu.h | 9 +- > > > 2 files changed, 146 insertions(+), 80 deletions(-) > > > > >