Re: [PATCH v7 03/12] xen/arm: Expose SVE feature to the guest

2023-05-24 Thread Bertrand Marquis
Hi Luca, > On 23 May 2023, at 09:43, Luca Fancellu wrote: > > When a guest is allowed to use SVE, expose the SVE features through > the identification registers. > > Signed-off-by: Luca Fancellu > Acked-by: Julien Grall Reviewed-by: Bertrand Marquis Cheers Bertrand > --- > Changes from v6

[PATCH v7 03/12] xen/arm: Expose SVE feature to the guest

2023-05-23 Thread Luca Fancellu
When a guest is allowed to use SVE, expose the SVE features through the identification registers. Signed-off-by: Luca Fancellu Acked-by: Julien Grall --- Changes from v6: - code style fix, add A-by Julien Changes from v5: - given the move of is_sve_domain() in asm/arm64/sve.h, add the heade