From 1b65af34441fe5881c86431374fd7488e2126fdf Mon Sep 17 00:00:00 2001 From: Oliver Anderson Date: Fri, 17 Apr 2026 15:11:29 +0200 Subject: [PATCH] tests: Permit MSR IA32_MCG_STATUS for CPU profiles The CPU Profile generation tool does no longer unconditionally forbid MSR IA32_MCG_STATUS (0x17a). We thus need to remove this MSR from the FORBIDDEN_MSR list used in this test suite. Signed-off-by: Oliver Anderson On-behalf-of: SAP oliver.anderson@sap.com --- test_helper/test_helper/msrs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_helper/test_helper/msrs.py b/test_helper/test_helper/msrs.py index fa0c1c80..ba556e0e 100644 --- a/test_helper/test_helper/msrs.py +++ b/test_helper/test_helper/msrs.py @@ -47,7 +47,6 @@ 0xE8, 0x10F, 0x122, - 0x17A, 0x17B, 0x186, 0x187,