update CHANGES

This commit is contained in:
Stanislav Shwartsman 2023-10-10 20:04:39 +03:00
parent 3a21782840
commit 32b3f65d34

View File

@ -1,11 +1,12 @@
Changes after 2.7:
The Bochs source tree is transitioning from SVN to GIT hosted on github.
The Bochs source tree is transitioning from SVN to GIT hosted on github (https://github.com/bochs-emu/Bochs)
We welcome every new contributor !
- Bugfixes for CPU emulation correctness (MONITOR/MWAIT, VMX/SVM fixes)
- Bugfixes for CPU emulation correctness (MONITOR/MWAIT, VMX, SHA fixes)
! Implemented VMX MBE (Mode Based Execution Control) emulation required for Windows 11 guest
! Implemented new published Intel instruction sets: AVX IFMA52, VNNI-INT8, CMPCCXADD, WRMSRNS
! Implemented new published Intel instruction sets:
- AVX IFMA52, VNNI-INT8, VNNI-INT16, CMPCCXADD, SM3, SM4, WRMSRNS
- Improved 64-bit guest support in Bochs internal debugger, added new internal debugger commands
- Fixed Voodoo device compilation for big endian architectures
- Fixed memory handling in volatile BIOS write support