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
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
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
> 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
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
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:
>
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