From d9d07c03ec115a01a15fc705ab5f96ea951716e4 Mon Sep 17 00:00:00 2001 From: Shwartsman Date: Fri, 19 Jan 2024 20:35:54 +0200 Subject: [PATCH] update CHANGES with critical ADOX fix --- bochs/CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bochs/CHANGES b/bochs/CHANGES index 767222b78..90cdc07f2 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -4,7 +4,8 @@ The Bochs source tree is transitioning from SVN to GIT hosted on github (https:/ We welcome every new contributor ! Brief summary : - - Bugfixes for CPU emulation correctness (MONITOR/MWAIT, VMX/SVM, x87, AVX-VNNI, AVX-512, CET, SHA, GFNI fixes) + - Bugfixes for CPU emulation correctness (MONITOR/MWAIT, VMX/SVM, x87, AVX-VNNI, AVX-512, CET) + - Critical CPU emulation bugfixes for SHA and GFNI instructions, ADOX instruction (prevented boot of Win10) ! SVM: Implemented SVM VM_CR_MSR and INIT redirect (required for booting SMP with SVM) ! Implemented VMX MBE (Mode Based Execution Control) emulation required for Windows 11 guest ! Implemented MSR IA32_SPEC_CTRL Virtualization VMX extension @@ -37,7 +38,7 @@ Detailed change log : - CPU/CPUDB - Bugfixes for CPU emulation correctness (MONITOR/MWAIT, VMX/SVM, x87, AVX-VNNI, AVX-512, CET) - - Critical CPU emulation bugfixes for SHA and GFNI instructions + - Critical CPU emulation bugfixes for SHA and GFNI instructions, ADOX instruction (prevented boot of Win10) - SVM: Implemented SVM VM_CR_MSR and INIT redirect (required for booting SMP with SVM) - Implemented VMX MBE (Mode Based Execution Control) emulation required for Windows 11 guest - Implemented advanced VM-exit information for EPT violations (tied to MBE Control)