Preparing release 2.6.10
This commit is contained in:
parent
20a14f3376
commit
c4b3f97ad0
@ -1,4 +1,4 @@
|
|||||||
Changes in 2.6.10 (not yet released / ETA December 2019):
|
Changes in 2.6.10 (December 1, 2019):
|
||||||
|
|
||||||
Brief summary :
|
Brief summary :
|
||||||
- CPU: Bugfixes for CPU emulation correctness (critical bugfixes for PCID, ADCX/ADOX, MOVBE, AVX/AVX-512 and VMX emulation)
|
- CPU: Bugfixes for CPU emulation correctness (critical bugfixes for PCID, ADCX/ADOX, MOVBE, AVX/AVX-512 and VMX emulation)
|
||||||
|
25
bochs/README
25
bochs/README
@ -1,6 +1,6 @@
|
|||||||
Bochs - The cross platform IA-32 (x86) emulator
|
Bochs - The cross platform IA-32 (x86) emulator
|
||||||
Updated: Sun Apr 9 08:45:00 CEST 2017
|
Updated: Sun Dec 1 08:45:00 CET 2019
|
||||||
Version: 2.6.9
|
Version: 2.6.10
|
||||||
|
|
||||||
WHAT IS BOCHS?
|
WHAT IS BOCHS?
|
||||||
|
|
||||||
@ -81,13 +81,18 @@ many ways you could help out. For example:
|
|||||||
|
|
||||||
CHANGES
|
CHANGES
|
||||||
|
|
||||||
Brief summary of changes in 2.6.9:
|
Brief summary of changes in 2.6.10:
|
||||||
- CPU: implemented new instructions and x86 architecture extensions.
|
- CPU: Bugfixes for CPU emulation correctness (critical bugfixes for
|
||||||
- Bugfixes for CPU emulation correctness.
|
PCID, ADCX/ADOX, MOVBE, AVX/AVX-512 and VMX emulation)
|
||||||
- Added Android host platform support.
|
- CPU: implemented AVX-512 VBMI2/VNNI/BITALG, VAES, VPCLMULQDQ / GFNI
|
||||||
- Added USB EHCI device emulation support.
|
instructions emulation
|
||||||
- Added USB floppy (UFI/CBI) support.
|
- VMX: Implement EPT-Based Sub-Page Protection
|
||||||
- Added ethernet module 'socket', designed to interconnect Bochs instances.
|
- CPUID: Added new CPU models Skylake-X, Cannonlake and Icelake-U
|
||||||
- Show textconfig at runtime in the Bochs VGA window (gui console).
|
- CPUID: Implemented side-channel attack prevention reporting and
|
||||||
|
corresponding MSR registers, enabled for Icelake-U
|
||||||
|
- Added basic support for the i440BX PCI/AGP chipset.
|
||||||
|
- Added basic Voodoo Banshee / Voodoo3 emulation support.
|
||||||
|
- Added basic DDC support for the VGA-compatible adapters.
|
||||||
|
- Implemented HPET emulation (ported from Qemu).
|
||||||
|
|
||||||
See CHANGES file for more information!
|
See CHANGES file for more information!
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="2.6.9.0"
|
version="2.6.10.0"
|
||||||
processorArchitecture="*"
|
processorArchitecture="*"
|
||||||
name="Bochs.Bochs.Bochs"
|
name="Bochs.Bochs.Bochs"
|
||||||
type="win32"
|
type="win32"
|
||||||
|
@ -8,14 +8,14 @@ AC_CONFIG_HEADER(ltdlconf.h)
|
|||||||
|
|
||||||
dnl // Put Bochs version information right here so that it gets substituted
|
dnl // Put Bochs version information right here so that it gets substituted
|
||||||
dnl // into all the right places.
|
dnl // into all the right places.
|
||||||
VERSION="2.6.9.svn"
|
VERSION="2.6.10"
|
||||||
VER_MAJOR=2
|
VER_MAJOR=2
|
||||||
VER_MINOR=6
|
VER_MINOR=6
|
||||||
dnl // this should be > 90 for pre-release of next version otherwise revision level
|
dnl // this should be > 90 for pre-release of next version otherwise revision level
|
||||||
VER_REVISION=9
|
VER_REVISION=10
|
||||||
dnl // this should be 0 for release and 1 for svn version
|
dnl // this should be 0 for release and 1 for svn version
|
||||||
VER_SVN=1
|
VER_SVN=0
|
||||||
REL_STRING="Built from SVN snapshot after release 2.6.9"
|
REL_STRING="Built from SVN snapshot on December 1, 2019"
|
||||||
|
|
||||||
changequote(<<, >>)
|
changequote(<<, >>)
|
||||||
changequote([, ])
|
changequote([, ])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user