- changes updated

This commit is contained in:
Volker Ruppert 2006-05-27 18:34:20 +00:00
parent 4e0dad5c2f
commit 747d6f429b

View File

@ -34,6 +34,27 @@ Changes after 2.2.6 release:
- Removed --enable-pni configure option, to compile with PNI use
--enable-sse=3 instead (Stanislav Shwartsman)
- general
- limited save/restore support added. The state of CPU, memory and all
devices can be saved now (harddisk images not handled yet).
- fixed several memory leaks
- configuration interface
- configuration parameter handling rewritten to a parameter tree. This is
required for dynamic menus/dialogs, user-defined options and save/restore.
- support for user-defined bochsrc options added
- I/O devices (Volker)
- floppy
- partial sector transfers fixed
- hard drive /cdrom
- several fixes to the IDE register behaviour in case of a channel with
only one drive connected
- fixed data alignment of 'growing' hard drive images (sharing images
between Windows and Linux now possible)
- pci
- forward PIRQ register changes to the I/O APIC (if present)
-------------------------------------------------------------------------
Changes in 2.2.6 (January 29, 2006):