Skip to content

Commit

Permalink
update CHANGES with critical ADOX fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stlintel committed Jan 19, 2024
1 parent dd9aaa7 commit d9d07c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bochs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d9d07c0

Please sign in to comment.