Update CHANGES

This commit is contained in:
Stanislav Shwartsman 2007-10-23 22:10:47 +00:00
parent 7f1bdefedc
commit f0cfc15656

View File

@ -7,8 +7,17 @@ Changes after 2.3.5 release:
--enable-popcnt --enable-popcnt
- Implemented MTRR emulation, to enable use --enable-mtrr configure - Implemented MTRR emulation, to enable use --enable-mtrr configure
option. MTRRs is enabled by default when cpu-level >= 6. option. MTRRs is enabled by default when cpu-level >= 6.
- Many minor bugfixes in x86-64 CPU emulation - Removed hostasm optimizations, after Bochs rebenchmarking it was found
- Many fixes in Bochs internal debugger and disassembler out that the feature bringing no speedup or even sometimes slowes
emulation down !
- Many minor bugfixes in CPU emulation (both ia32 and x86-64)
- Bochs Internal Debugger and Disassember
- Many fixes in Bochs internal debugger and disassembler, some debugger
interfaces significantly changed due transition to the param tree
architecture
- Added support of restoring of the CPU state from external file
directly from Bochs debugger
- Configure and compile - Configure and compile
- rename configure option --enable-4meg-pages to --enable-large-pages. - rename configure option --enable-4meg-pages to --enable-large-pages.
@ -21,6 +30,8 @@ Changes after 2.3.5 release:
it with new command line option 'bochs -benchmark time'. The emulation it with new command line option 'bochs -benchmark time'. The emulation
will be automatically stopped after 'time' millions of emulation will be automatically stopped after 'time' millions of emulation
cycles is executed. cycles is executed.
- Add --enable-show-ips option to all configuration scripts used to build
release binaries, so all future releases will enjoy IPS display
------------------------------------------------------------------------- -------------------------------------------------------------------------
Changes in 2.3.5 (September 16, 2007): Changes in 2.3.5 (September 16, 2007):