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:
+{
+/*
+ *
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