Update CHANGES. Add --enable-voodoo to all configure samples (which are also used to build Bochs releases)

This commit is contained in:
Stanislav Shwartsman 2013-03-10 20:42:46 +00:00
parent 674447c186
commit b6852ba027
7 changed files with 36 additions and 0 deletions

View File

@ -26,6 +26,7 @@
--enable-e1000 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-usb-xhci \

View File

@ -33,6 +33,7 @@ case $which_config in
--enable-x86-64 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
@ -53,6 +54,7 @@ case $which_config in
--enable-x86-64 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \

View File

@ -25,6 +25,7 @@ export CXXFLAGS
--enable-x86-64 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \

View File

@ -27,6 +27,7 @@ export LDFLAGS
--enable-x86-64 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \

View File

@ -21,6 +21,7 @@ export CXXFLAGS
--enable-x86-64 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \

View File

@ -10,6 +10,7 @@ set echo
--enable-x86-64 \
--enable-pci \
--enable-clgd54xx \
--enable-voodoo \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \

View File

@ -1,3 +1,32 @@
Changes in 2.6.1 (not released yet):
- CPU / CPUDB
- Bochs is fully aligned with rev45 of the of Intel(R) Architecture Manual.
- Implemented Supervisor Mode Access Protection (SMAP) support
- Implemented VMX APIC Registers Virtualization and VMX Virtual Interrupt Delivery
- Implemented VMCS Shadowing and #VE exception secondary VMEXIT controls emulation
- Implemented RDRAND and RDSEED instructions
! CPUDB: Added AMD FX-4100 (Zambezi) configuration to CPUDB
- Bugfixes for CPU emulation correctness (critical fixes for SVM and AVX2 emulation)
- Bochs Debugger and Instrumentation
- Use Enhanced GUI Debugger instead of old style wx debugger with WX GUI.
The old style WX debugger support was deprecated and removed from the source code.
- I/O Devices
- Implemented 3dfx Voodoo Graphics card emulation based on DOSBox patch, to enable
configure with --enable-voodoo option.
- Hard drive / HD image
- Added full save restore support for the disk image formats
- DLL HD support rewritten and enabled for WIN32 host
- Chipset
- Implemented i430FX chipset emulation
- Config interface
- Configure option --enable-misaligned-sse moved to runtime option in .bochsrc. The old
option is deprecated and should not be used anymore.
-------------------------------------------------------------------------
Changes in 2.6 (September 2, 2012):
Brief summary :