From 747d6f429bf164e9cd84b51e89d4623bd97ffe54 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sat, 27 May 2006 18:34:20 +0000 Subject: [PATCH] - changes updated --- bochs/CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/bochs/CHANGES b/bochs/CHANGES index a6b54564f..33bd8d254 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -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):