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 :
|
||||
- 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
|
||||
Updated: Sun Apr 9 08:45:00 CEST 2017
|
||||
Version: 2.6.9
|
||||
Updated: Sun Dec 1 08:45:00 CET 2019
|
||||
Version: 2.6.10
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
@ -81,13 +81,18 @@ many ways you could help out. For example:
|
||||
|
||||
CHANGES
|
||||
|
||||
Brief summary of changes in 2.6.9:
|
||||
- CPU: implemented new instructions and x86 architecture extensions.
|
||||
- Bugfixes for CPU emulation correctness.
|
||||
- Added Android host platform support.
|
||||
- Added USB EHCI device emulation support.
|
||||
- Added USB floppy (UFI/CBI) support.
|
||||
- Added ethernet module 'socket', designed to interconnect Bochs instances.
|
||||
- Show textconfig at runtime in the Bochs VGA window (gui console).
|
||||
Brief summary of changes in 2.6.10:
|
||||
- CPU: Bugfixes for CPU emulation correctness (critical bugfixes for
|
||||
PCID, ADCX/ADOX, MOVBE, AVX/AVX-512 and VMX emulation)
|
||||
- CPU: implemented AVX-512 VBMI2/VNNI/BITALG, VAES, VPCLMULQDQ / GFNI
|
||||
instructions emulation
|
||||
- VMX: Implement EPT-Based Sub-Page Protection
|
||||
- CPUID: Added new CPU models Skylake-X, Cannonlake and Icelake-U
|
||||
- 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!
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="2.6.9.0"
|
||||
version="2.6.10.0"
|
||||
processorArchitecture="*"
|
||||
name="Bochs.Bochs.Bochs"
|
||||
type="win32"
|
||||
|
@ -8,14 +8,14 @@ AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="2.6.9.svn"
|
||||
VERSION="2.6.10"
|
||||
VER_MAJOR=2
|
||||
VER_MINOR=6
|
||||
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
|
||||
VER_SVN=1
|
||||
REL_STRING="Built from SVN snapshot after release 2.6.9"
|
||||
VER_SVN=0
|
||||
REL_STRING="Built from SVN snapshot on December 1, 2019"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user