Re: [PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-25 Thread Julien Grall
Hi, On 23/05/2023 08:43, Luca Fancellu wrote: Add a device tree property in the dom0less domU configuration to enable the guest to use SVE. Update documentation. Signed-off-by: Luca Fancellu --- Changes from v6: - Use ifdef in create_domUs and fail if 'sve' is used on systems with CONFI

Re: [PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-25 Thread Michal Orzel
On 25/05/2023 10:55, Luca Fancellu wrote: > > >> On 25 May 2023, at 09:52, Michal Orzel wrote: >> >> Hi Luca, >> >> Sorry for jumping into this but I just wanted to read the dt binding doc and >> spotted one thing by accident. >> >> On 24/05/2023 17:20, Bertrand Marquis wrote: >>> >>> >>> Hi

Re: [PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-25 Thread Bertrand Marquis
Hi Luca, > On 25 May 2023, at 10:55, Luca Fancellu wrote: > > > >> On 25 May 2023, at 09:52, Michal Orzel wrote: >> >> Hi Luca, >> >> Sorry for jumping into this but I just wanted to read the dt binding doc and >> spotted one thing by accident. >> >> On 24/05/2023 17:20, Bertrand Marquis

Re: [PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-25 Thread Luca Fancellu
> On 25 May 2023, at 09:52, Michal Orzel wrote: > > Hi Luca, > > Sorry for jumping into this but I just wanted to read the dt binding doc and > spotted one thing by accident. > > On 24/05/2023 17:20, Bertrand Marquis wrote: >> >> >> Hi Luca, >> >>> On 23 May 2023, at 09:43, Luca Fancellu

Re: [PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-25 Thread Michal Orzel
Hi Luca, Sorry for jumping into this but I just wanted to read the dt binding doc and spotted one thing by accident. On 24/05/2023 17:20, Bertrand Marquis wrote: > > > Hi Luca, > >> On 23 May 2023, at 09:43, Luca Fancellu wrote: >> >> Add a device tree property in the dom0less domU configura

Re: [PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-24 Thread Bertrand Marquis
Hi Luca, > On 23 May 2023, at 09:43, Luca Fancellu wrote: > > Add a device tree property in the dom0less domU configuration > to enable the guest to use SVE. > > Update documentation. > > Signed-off-by: Luca Fancellu Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > Changes from v6: >

[PATCH v7 11/12] xen/arm: add sve property for dom0less domUs

2023-05-23 Thread Luca Fancellu
Add a device tree property in the dom0less domU configuration to enable the guest to use SVE. Update documentation. Signed-off-by: Luca Fancellu --- Changes from v6: - Use ifdef in create_domUs and fail if 'sve' is used on systems with CONFIG_ARM64_SVE not selected (Bertrand, Julien, Jan) Ch