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

2023-05-18 Thread Julien Grall
Hi, On 24/04/2023 07:02, Luca Fancellu wrote: When a guest is allowed to use SVE, expose the SVE features through the identification registers. Signed-off-by: Luca Fancellu With one remark below: Acked-by: Julien Grall +case HSR_SYSREG_ID_AA64ZFR0_EL1: +{ +/* + *

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

2023-04-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 --- Changes from v5: - given the move of is_sve_domain() in asm/arm64/sve.h, add the header to vsysreg.c - dropping Bertrand's R-by because of the change Changes fro