Commit dccf60b6ca for qemu.org
commit dccf60b6cae9773167cce6b3160b0b35d485553a
Author: Mohamed Mediouni <mohamed@unpredictable.fr>
Date: Mon Mar 23 09:51:01 2026 +0000
whpx: arm: remove comment bit that is no longer accurate
As of Windows 11 version 26H1, SME support shipped. However the
MIT-licensed headers aren't updated yet.
Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Message-id: 20260314221529.47841-5-mohamed@unpredictable.fr
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
diff --git a/target/arm/whpx/whpx-all.c b/target/arm/whpx/whpx-all.c
index 9e5bc03a21..8aa24f2adc 100644
--- a/target/arm/whpx/whpx-all.c
+++ b/target/arm/whpx/whpx-all.c
@@ -717,7 +717,7 @@ static bool whpx_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf)
* Work needed for SVE support:
* - SVE state save/restore
* - any potentially needed VL management
- * Also disable SME at the same time. (not currently supported by Hyper-V)
+ * Also disable SME at the same time.
*/
SET_IDREG(&ahcf->isar, ID_AA64PFR0,
GET_IDREG(&ahcf->isar, ID_AA64PFR0) & ~R_ID_AA64PFR0_SVE_MASK);