From 08f2eafe75d5f3581ce38854b142220b7043a75d Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Wed, 30 Dec 2009 20:30:22 +0000 Subject: [PATCH] update CHANGES --- bochs/CHANGES | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bochs/CHANGES b/bochs/CHANGES index 1e7cec0a9..ab2d5f53d 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -1,9 +1,9 @@ Changes after 2.4.2: - CPU + - Implemented PCLMULQDQ AES instruction - Bugfixes for CPU emulation correctness - Fixed Bochs crash when accessing the first byte above emulated memory size - - Implemented PCLMULQDQ AES instruction - Internal Debugger - Introduced range read/write physical watchpoints @@ -27,7 +27,13 @@ Changes after 2.4.2: - Fix interrupt vectors for INT 60h-66h (reserved for user interrupt) by setting them to zero +- SF patches applied + [2914433] makesym.perl misses symbols by John R. Jackson + [2908481] USB Printer by Ben Lunt + - these S.F. bugs were closed/fixed + [2923680] "help dregs" is a syntax error + [2919661] CPU may fail to do 16bit near call [2790768] Memory corruption with SMP > 32, Panic BIOS Keyboard Error [2902118] interrupts vectors 0x60 to 67 should be NULL ! [2912502] Instruction Pointer behaving erratically @@ -37,6 +43,10 @@ Changes after 2.4.2: [2900632] Broken long mode RETF to outer priviledge with null SS [1429011] Use bx_phyaddr_t for physaddr vars and bx_adress for lin adr +- these S.F. feature requests were closed/implemented + [2878861] numerics in the disassembler output + [2900619] make more CPU state changeable + ------------------------------------------------------------------------- Changes in 2.4.2 (November 12, 2009):