On 16.02.2024 13:39, Oleksii Kurochko wrote: > The current patch is a follow-up to the patch titled: > xen/asm-generic: introduce generic device.h > Also, a prerequisite for this patch is, without which a compilation > error will occur: > xen/arm: switch Arm to use asm-generic/device.h
I've dropped this while committing; it belongs ... > The 'struct dev_archdata' is exclusively used within 'struct device', > so it could be merged into 'struct device.' > > After the merger, it is necessary to update the 'dev_archdata()' > macros and the comments above 'struct arm_smmu_xen_device' in > drivers/passthrough/arm/smmu.c. > Additionally, it is required to update instances of > "dev->archdata->iommu" to "dev->iommu". > > Suggested-by: Julien Grall <[email protected]> > Signed-off-by: Oleksii Kurochko <[email protected]> > --- > This patch can be merged with patches 4 and 5 of this patch series. ... somewhere here. I didn't touch patch 5's subject, but I think the duplicate "Arm" in there would better have been avoided. Jan
