mbox series

[0/2] xen/arm: smmuv3: Advertise coherent table walk

Message ID 20230512143535.29679-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series xen/arm: smmuv3: Advertise coherent table walk | expand

Message

Michal Orzel May 12, 2023, 2:35 p.m. UTC
Based on the work done for SMMU v1,v2 by commit:
080dcb781e1bc3bb22f55a9dfdecb830ccbabe88

Michal Orzel (2):
  xen/arm: smmuv3: Constify arm_smmu_get_by_dev() parameter
  xen/arm: smmuv3: Advertise coherent table walk if supported

 xen/drivers/passthrough/arm/smmu-v3.c | 28 ++++++++++++++++++++++++---
 1 file changed, 25 insertions(+), 3 deletions(-)

Comments

Julien Grall May 15, 2023, 8:57 a.m. UTC | #1
Hi Michal,

On 12/05/2023 15:35, Michal Orzel wrote:
> Based on the work done for SMMU v1,v2 by commit:
> 080dcb781e1bc3bb22f55a9dfdecb830ccbabe88
> 
> Michal Orzel (2):
>    xen/arm: smmuv3: Constify arm_smmu_get_by_dev() parameter

I have committed this patch.

>    xen/arm: smmuv3: Advertise coherent table walk if supported

For this one, I would like on extra change to harden the code (see my 
reply to the patch).

Cheers,