Re: [PATCH v2 3/8] xen/arm: revert patch related to XArray

2020-12-04 Thread Julien Grall
On 03/12/2020 12:57, Rahul Singh wrote: Hello Julien, Hi, On 2 Dec 2020, at 1:46 pm, Julien Grall wrote: Hi Rahul, On 26/11/2020 17:02, Rahul Singh wrote: XArray is not implemented in XEN revert the patch that introduce the XArray code in SMMUv3 driver. Similar to the atomic revert,

Re: [PATCH v2 3/8] xen/arm: revert patch related to XArray

2020-12-03 Thread Rahul Singh
Hello Julien, > On 2 Dec 2020, at 1:46 pm, Julien Grall wrote: > > Hi Rahul, > > On 26/11/2020 17:02, Rahul Singh wrote: >> XArray is not implemented in XEN revert the patch that introduce the >> XArray code in SMMUv3 driver. > > Similar to the atomic revert, you are explaining why the revert

Re: [PATCH v2 3/8] xen/arm: revert patch related to XArray

2020-12-02 Thread Julien Grall
Hi Rahul, On 26/11/2020 17:02, Rahul Singh wrote: XArray is not implemented in XEN revert the patch that introduce the XArray code in SMMUv3 driver. Similar to the atomic revert, you are explaining why the revert but not the consequences. I think this is quite important to have them outline

Re: [PATCH v2 3/8] xen/arm: revert patch related to XArray

2020-12-01 Thread Stefano Stabellini
On Thu, 26 Nov 2020, Rahul Singh wrote: > XArray is not implemented in XEN revert the patch that introduce the > XArray code in SMMUv3 driver. > > Once XArray is implemented in XEN this patch can be added in XEN. > > Reverted the commit 0299a1a81ca056e79c1a7fb751f936ec0d5c7afe > > Signed-off-by:

[PATCH v2 3/8] xen/arm: revert patch related to XArray

2020-11-26 Thread Rahul Singh
XArray is not implemented in XEN revert the patch that introduce the XArray code in SMMUv3 driver. Once XArray is implemented in XEN this patch can be added in XEN. Reverted the commit 0299a1a81ca056e79c1a7fb751f936ec0d5c7afe Signed-off-by: Rahul Singh --- xen/drivers/passthrough/arm/smmu-v3.c