Re: [PATCH v2 04/26] iommu/amd: Introduce IOMMUFD vIOMMU support for AMD
From: Jason Gunthorpe
Date: Mon Jun 01 2026 - 08:46:28 EST
On Thu, May 28, 2026 at 05:17:16AM +0000, Suravee Suthikulpanit wrote:
> +/**
> + * struct iommu_viommu_amd - AMD vIOMMU Interface (IOMMU_VIOMMU_TYPE_AMD)
> + * @reserved: Must be zero
> + */
> +struct iommu_viommu_amd {
> + __u32 reserved; /* must be last */
> +};
Do not structure patches like this, introduce the full and complete
ABI structure here.
Jason