Updated changes after 2.3

This commit is contained in:
Stanislav Shwartsman 2006-12-30 21:13:29 +00:00
parent 377ee8d030
commit c63c4429c2

View File

@ -1,11 +1,17 @@
Changes after 2.3 release:
- CPU and FPU
- Fixed critical issue with 0x90 opcode (NOP) handling in x86-64 mode
- Correctly detect inexact result by FPU
- Do not save and restore XMM8-XMM15 registers when not in x86-64 mode
- General
- 2nd simulation support in wxBochs now almost usable (simulation cleanup
code added and memory leaks fixed)
- Configure and compile
- several fixes for MacOSX, OpenBSD and Solaris 10
- enable save/restore feature by default for all configurations
- I/O devices (Volker)
- initial support for the PIIX4 ACPI controller