> On 4. Aug 2025, at 23:27, Pierrick Bouvier <pierrick.bouv...@linaro.org> > wrote: > > On 8/4/25 7:23 AM, Mohamed Mediouni wrote: >> OpenProcessorKey and ReadRegU64 adapted from: >> https://github.com/FEX-Emu/FEX/blob/e6de17e72ef03aa88ba14fa0ec13163061608c74/Source/Windows/Common/CPUFeatures.cpp#L62 >> Signed-off-by: Mohamed Mediouni <moha...@unpredictable.fr> >> --- >> hw/arm/virt.c | 2 +- >> target/arm/cpu64.c | 19 ++++--- >> target/arm/whpx/whpx-all.c | 107 +++++++++++++++++++++++++++++++++++++ >> target/arm/whpx_arm.h | 1 + >> 4 files changed, 122 insertions(+), 7 deletions(-) > > Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org> > > Additional question, what is missing for SVE/SME support? For SVE it’s mainly about the state save/restore part. And having good hardware for testing it too. For SME, Hyper-V doesn’t support it yet, but done preventively so that it doesn’t suddenly get enabled once that happens. (and that scenario happened on macOS and promptly broke things)
- [PATCH v4 02/17] hw/arm: virt: add GICv2m for the ... Mohamed Mediouni
- Re: [PATCH v4 02/17] hw/arm: virt: add GICv2m... Pierrick Bouvier
- [PATCH v4 06/17] whpx: common: add WHPX_INTERCEPT_... Mohamed Mediouni
- Re: [PATCH v4 06/17] whpx: common: add WHPX_I... Pierrick Bouvier
- [PATCH v4 03/17] whpx: Move around files before in... Mohamed Mediouni
- Re: [PATCH v4 03/17] whpx: Move around files ... Pierrick Bouvier
- [PATCH v4 17/17] MAINTAINERS: Add myself as a main... Mohamed Mediouni
- Re: [PATCH v4 17/17] MAINTAINERS: Add myself ... Pierrick Bouvier
- [PATCH v4 15/17] whpx: arm64: implement -cpu host Mohamed Mediouni
- Re: [PATCH v4 15/17] whpx: arm64: implement -... Pierrick Bouvier
- Re: [PATCH v4 15/17] whpx: arm64: impleme... Mohamed Mediouni
- Re: [PATCH v4 15/17] whpx: arm64: imp... Pierrick Bouvier
- [PATCH v4 09/17] whpx: add arm64 support Mohamed Mediouni
- Re: [PATCH v4 09/17] whpx: add arm64 support Pierrick Bouvier
- Re: [PATCH v4 09/17] whpx: add arm64 supp... Mohamed Mediouni
- Re: [PATCH v4 09/17] whpx: add arm64 ... Pierrick Bouvier
- Re: [PATCH v4 09/17] whpx: add arm64 support Pierrick Bouvier
- Re: [PATCH v4 09/17] whpx: add arm64 support Philippe Mathieu-Daudé
- [PATCH v4 05/17] whpx: ifdef out winhvemulation on... Mohamed Mediouni
- Re: [PATCH v4 05/17] whpx: ifdef out winhvemu... Pierrick Bouvier
- [PATCH v4 10/17] whpx: copy over memory management... Mohamed Mediouni