From 2cbf3577cea48791cd5c7626fcebbcd2cc863e29 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sat, 2 Jan 2021 12:33:04 +0000 Subject: [PATCH] update CHANGES --- bochs/CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bochs/CHANGES b/bochs/CHANGES index d22153950..eec089d62 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -13,6 +13,9 @@ Changes after 2.6.11: - Improved BIOS write support by implementing Intel(tm) flash chip emulation. - Bochs Debugger and Instrumentation + - Switching to new internal instruction disassembler implementation based on Bochs internal instruction decoder. + New disassembler supporting natively all instruction extensions that Bochs is able to emulate, including AVX512*. + Old disassembler module is outdate and will be removed from the source tree. - Add more symbol lookups to disasm methods - I/O Devices