update cpu CHANGES
This commit is contained in:
parent
925f53fb41
commit
9fca141504
@ -6,6 +6,16 @@ Changes after 2.6.8 release:
|
|||||||
- Configure and compile
|
- Configure and compile
|
||||||
- Added Android host platform support.
|
- Added Android host platform support.
|
||||||
|
|
||||||
|
- CPU / CPUDB
|
||||||
|
- Bugfixes for CPU emulation correctness (critical bugfix for x86-64 and AVX opcodes emulation,
|
||||||
|
fixed assertion failures in proc_ctrl.cc)
|
||||||
|
! VMX: Implemented Page Modification Logging (PML)
|
||||||
|
! VMX: Implemented TSC Scaling Extension
|
||||||
|
! Paging: Implemented Protection Keys
|
||||||
|
! Implemented UMIP: User Mode Instruction Prevention (don't allow execution of SLDT/SIDT/SGDT/STR/SMSW with CPL>0)
|
||||||
|
! Implemented RDPID instruction
|
||||||
|
! Implemented VPOPCNTD/VPOPCNTQ AVX512 instructions
|
||||||
|
|
||||||
- I/O Devices
|
- I/O Devices
|
||||||
- Busmouse
|
- Busmouse
|
||||||
- Added standard bus mouse support in addition to the existing InPort
|
- Added standard bus mouse support in addition to the existing InPort
|
||||||
@ -24,6 +34,7 @@ Changes after 2.6.8 release:
|
|||||||
- Added common USB device option "debug" to turn on BX_DEBUG reporting at
|
- Added common USB device option "debug" to turn on BX_DEBUG reporting at
|
||||||
connection time.
|
connection time.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------
|
||||||
Changes in 2.6.8 (May 3, 2015):
|
Changes in 2.6.8 (May 3, 2015):
|
||||||
|
|
||||||
- CPU / CPUDB
|
- CPU / CPUDB
|
||||||
|
Loading…
Reference in New Issue
Block a user