# # ChangeLog for trunk/src/VBox/VMM in vbox # # Generated by Trac 1.4.3.2 # Dec 13, 2024 9:22:51 AM Fri, 13 Oct 2023 05:39:12 GMT vboxsync [101428] * trunk/include/VBox/vmm/cpum-x86-amd64.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/HM: Added logging for new SVM features. Wed, 11 Oct 2023 07:01:45 GMT vboxsync [101412] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) scm Wed, 11 Oct 2023 06:57:06 GMT vboxsync [101411] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) scm Wed, 11 Oct 2023 04:38:39 GMT vboxsync [101408] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: bugref:9918 Clarifying comment regarding why ... Tue, 10 Oct 2023 13:14:25 GMT vboxsync [101401] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) CPUID: Removed extra zeros from comments that made it harder to find ... Mon, 09 Oct 2023 06:34:15 GMT vboxsync [101388] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: bugref:9918 Comment typo. Sat, 07 Oct 2023 23:34:54 GMT vboxsync [101387] * trunk/src/VBox/VMM/VMMAll/IEMAllInstCommon.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstCommonBodyMacros.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstThree0f38.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstThree0f3a.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap1.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap2.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap3.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdFuncs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdTables.h (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) VMM/IEM: Added a new class of threaded function variants, the ... Fri, 06 Oct 2023 16:32:21 GMT vboxsync [101386] * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap3.cpp.h (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3-template.mac (modified) ValidationKit/bootsectors,VMM: Nits for r159378 and r159379, bugref:9898 Fri, 06 Oct 2023 09:19:02 GMT vboxsync [101380] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: bugref:9918 Fix detection of other hypervisors that may ... Fri, 06 Oct 2023 08:38:56 GMT vboxsync [101378] * trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp (modified) VMM/IEM: Implement vmpsadbw instruction emulations [review fix], ... Fri, 06 Oct 2023 08:24:35 GMT vboxsync [101376] * trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap3.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Implement vmpsadbw instruction emulations, bugref:9898 Fri, 06 Oct 2023 01:23:09 GMT vboxsync [101370] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) Reverted commit r159372, committed too much. Fri, 06 Oct 2023 01:22:15 GMT vboxsync [101369] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 ... Sat, 30 Sep 2023 16:22:15 GMT vboxsync [101323] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM: Nested VMX: bugref:10318 Macro for deriving guest VMX features ... Fri, 29 Sep 2023 07:57:13 GMT vboxsync [101312] * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM: Detect and log new VMX features, part 5. Fri, 29 Sep 2023 06:09:36 GMT vboxsync [101310] * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM: Detect and log new VMX features, part 3. Fri, 29 Sep 2023 05:58:03 GMT vboxsync [101309] * trunk/include/VBox/vmm/cpum-x86-amd64.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM: Detect and log new VMX features, part 2. Fri, 29 Sep 2023 01:31:56 GMT vboxsync [101307] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) VMM/IEM: Enabled native recompilation of pure defer-to-CImpl ... Fri, 29 Sep 2023 01:19:34 GMT vboxsync [101306] * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Arm build fix. bugref:10371 Fri, 29 Sep 2023 01:18:28 GMT vboxsync [101305] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Covert zero arg count defer-CImpl instruction emulations as ... Fri, 29 Sep 2023 01:02:02 GMT vboxsync [101304] * trunk/include/iprt/armv8.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Emit native code for pure defer-CImpl instructions. Tested ... Tue, 26 Sep 2023 23:44:36 GMT vboxsync [101275] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (added) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Started on bugref:10371 ... Tue, 26 Sep 2023 12:20:33 GMT vboxsync [101267] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM/CPUMR3CpuId-armv8: Dump the auxiliary feature registers 0 and 1 ... Tue, 26 Sep 2023 00:14:34 GMT vboxsync [101262] * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that ... Mon, 25 Sep 2023 23:57:08 GMT vboxsync [101261] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that ... Mon, 25 Sep 2023 18:59:49 GMT vboxsync [101258] * trunk/include/iprt/armv8.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Made throw/unwinding work on darwin.arm64. This was a bit of ... Mon, 25 Sep 2023 01:16:09 GMT vboxsync [101251] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: started completeing the unwind info for darwin.amd64 (not ... Mon, 25 Sep 2023 00:54:00 GMT vboxsync [101250] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Fixed EXC_BAD_INSTRUCTION issue. bugref:10370 Mon, 25 Sep 2023 00:42:13 GMT vboxsync [101249] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Wrote a very simple sub-allocator for the executable memory ... Sun, 24 Sep 2023 02:48:56 GMT vboxsync [101248] * trunk/include/iprt/armv8.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Ran first native arm TB. Executable memory fun prevents ... Fri, 22 Sep 2023 23:48:24 GMT vboxsync [101247] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Working on emitting native arm64 instructions... bugref:10370 Fri, 22 Sep 2023 23:46:24 GMT vboxsync [101245] * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) VMM/IEM: nit. bugref:10370 Fri, 22 Sep 2023 09:16:54 GMT vboxsync [101236] * trunk/src/VBox/VMM/include/NEMInternal.h (modified) VMM/NEMR3Native-darwin-armv8.cpp: Need to sync the ID registers upon ... Fri, 22 Sep 2023 09:06:14 GMT vboxsync [101234] * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp (modified) VMM/NEMR3Native-darwin-armv8.cpp: Need to sync the ID registers upon ... Thu, 21 Sep 2023 20:16:28 GMT vboxsync [101229] * trunk/Config.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) /Config.kmk,VMM: Enable the recompiler (threaded only) on arm64 by ... Thu, 21 Sep 2023 12:21:13 GMT vboxsync [101221] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs-armv8.cpp (modified) VMM/CPUMAllRegs-armv8.cpp: Implement CPUMGetGuestAddrWidths(), ... Thu, 21 Sep 2023 08:56:02 GMT vboxsync [101216] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM/CPUMR3CpuId-armv8.cpp: Check for more features when loading a ... Wed, 20 Sep 2023 14:41:16 GMT vboxsync [101203] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (added) VMM/IEM: Reworked the native recompiler state passing and moved most ... Wed, 20 Sep 2023 12:53:00 GMT vboxsync [101193] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Some libunwind/darwin adjustments. bugref:10370 Wed, 20 Sep 2023 11:51:34 GMT vboxsync [101190] * trunk/src/VBox/VMM/VMMR3/CPUM-armv8.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal-armv8.h (modified) VMM/CPUM-armv8: Include the guest ID registers in the saved state and ... Wed, 20 Sep 2023 09:04:06 GMT vboxsync [101186] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM/CPUMR3CpuId-armv8: Resolve more feature bits, bugref:10525 Tue, 19 Sep 2023 23:38:24 GMT vboxsync [101182] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdFuncsBltIn.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) VMM/IEM: Eliminated a parameter for three more builtin threaded ... Tue, 19 Sep 2023 23:14:45 GMT vboxsync [101181] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) VMM/IEM: We don't need to emit code for setting up parameters that ... Tue, 19 Sep 2023 15:14:43 GMT vboxsync [101172] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Made the native recompiler work for win.amd64 debug builds. ... Tue, 19 Sep 2023 10:23:02 GMT vboxsync [101165] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM/CPUMR3CpuId-armv8: Resolve more feature bits, bugref:10525 Mon, 18 Sep 2023 20:44:24 GMT vboxsync [101163] * trunk/src/VBox/VMM/Config.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (added) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdFuncsBltIn.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Experimental recompilation of threaded blocks into native ... Thu, 14 Sep 2023 11:43:16 GMT vboxsync [101121] * trunk/include/VBox/vmm/cpum-armv8.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM-armv8.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal-armv8.h (modified) VMM/CPUM: Log host and guest features, bugref:10525 Thu, 14 Sep 2023 08:58:53 GMT vboxsync [101119] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM/CPUM: Log more ID registers, bugref:10525 Wed, 13 Sep 2023 15:37:25 GMT vboxsync [101115] * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp (modified) VMM/NEMR3Native-darwin-armv8: Query the guest ID registers and set ... Wed, 13 Sep 2023 15:36:26 GMT vboxsync [101114] * trunk/include/VBox/vmm/cpum-armv8.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM/CPUM: Add support for querying the ID registers presented to the ... Wed, 13 Sep 2023 14:38:19 GMT vboxsync [101111] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Dropped IEMTB_F_STATE_XXX as we use dedicated TBs for ... Wed, 13 Sep 2023 12:12:05 GMT vboxsync [101106] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM: Started implemented the CPU ID parsing and overriding bits as ... Wed, 13 Sep 2023 12:09:36 GMT vboxsync [101105] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (modified) VMM: Started implemented the CPU ID parsing and overriding bits as ... Wed, 13 Sep 2023 11:43:30 GMT vboxsync [101104] * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp (modified) * trunk/src/VBox/VMM/include/NEMInternal.h (modified) VMM/NEMR3Native-darwin-armv8.cpp: Use the CPUMIDREGS structure to ... Wed, 13 Sep 2023 11:42:14 GMT vboxsync [101103] * trunk/include/VBox/vmm/cpum-armv8.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR3/CPUM-armv8.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId-armv8.cpp (added) * trunk/src/VBox/VMM/include/CPUMInternal-armv8.h (modified) VMM: Started implemented the CPU ID parsing and overriding bits as ... Tue, 12 Sep 2023 22:59:30 GMT vboxsync [101096] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) VMM/IEM: Fixed a bug in the TB allocator pruning code and another one ... Tue, 12 Sep 2023 12:42:45 GMT vboxsync [101091] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) VMM/IEM: Fixed collision list issue when removing. Added length ... Tue, 12 Sep 2023 10:22:20 GMT vboxsync [101088] * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369 Tue, 12 Sep 2023 10:18:37 GMT vboxsync [101087] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) CPUID: Updated logging of CPUID bits with information from current ... Fri, 08 Sep 2023 08:53:04 GMT vboxsync [101062] * trunk/src/VBox/VMM/VMMAll/GICAll.cpp (modified) VMM/GICAll: Properly fix assertion, uIntId == 0 is of course allowed ... Fri, 08 Sep 2023 07:59:48 GMT vboxsync [101060] * trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h (modified) VMM: Nested VMX: bugref:10318 VMX PAT MSR checking nit. Fri, 08 Sep 2023 04:02:27 GMT vboxsync [101058] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) VMM: Nested VMX: bugref:10318 Pass only the final (leaf) SLAT PTE ... Wed, 06 Sep 2023 08:29:11 GMT vboxsync [101025] * trunk/src/VBox/VMM/VMMAll/GICAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) VMM/VMMAll: Compilation fixes. Wed, 06 Sep 2023 08:26:08 GMT vboxsync [101024] * trunk/src/VBox/VMM/VMMR3/HM-armv8.cpp (modified) VMM/VMMR3: Compilation fixes. Tue, 05 Sep 2023 09:11:24 GMT vboxsync [101017] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) CPUID: Corrected AMD L2/L3 cache info dumping from CPUID Fn8000_0006. Fri, 01 Sep 2023 14:03:12 GMT vboxsync [101002] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) VMM: Nested VMX: bugref:10318 Naming consistency nits. Fri, 01 Sep 2023 13:57:59 GMT vboxsync [101001] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) VMM: Nested VMX: bugref:10318 Fix performance issue with Hyper-V ... Thu, 31 Aug 2023 19:53:44 GMT vboxsync [100998] * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) doxygen fix Wed, 30 Aug 2023 14:10:08 GMT vboxsync [100993] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Outdated comment correction. Tue, 29 Aug 2023 09:15:38 GMT vboxsync [100992] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM: bugref:10498 bugref:10318 Comment nit. Tue, 29 Aug 2023 09:05:32 GMT vboxsync [100991] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM: bugref:10498 bugref:10318 Report WC bit as well in the MTRR ... Fri, 25 Aug 2023 13:05:20 GMT vboxsync [100970] * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/IEM: Flush IEM physical page TLB info from PGMR3PhysRomProtect. ... Thu, 24 Aug 2023 23:23:58 GMT vboxsync [100966] * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll-armv8.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal-armv8.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/PGM,IEM: Prepare work for write monitoring page containing ... Thu, 24 Aug 2023 21:25:53 GMT vboxsync [100965] * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM/PGM,++: Removing some CSAM traces. Thu, 24 Aug 2023 14:45:42 GMT vboxsync [100964] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/PGM: Some experiments wrt preseving ZERO page status as the ... Wed, 23 Aug 2023 14:11:16 GMT vboxsync [100958] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) VMM/PGM: Made the VBOX_WITH_NEW_LAZY_PAGE_ALLOC #ifdef'ed code work a ... Tue, 22 Aug 2023 14:29:29 GMT vboxsync [100940] * trunk/include/VBox/vmm/cpum-armv8.h (modified) * trunk/include/VBox/vmm/cpum-x86-amd64.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs-armv8.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM: Make CPUMIsGuestIn64Bit[Code|CodeEx|Slow] use a const CPUM ... Tue, 22 Aug 2023 09:30:06 GMT vboxsync [100935] * trunk/include/VBox/vmm/cpum-x86-amd64.h (modified) * trunk/include/VBox/vmm/cpumctx-x86-amd64.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) VMM: bugref:10498 bugref:10318: Implemented basic MTRR reporting and ... Mon, 21 Aug 2023 19:42:52 GMT vboxsync [100927] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) VMM: More diagnostics wrt ticketref:21814 Wed, 16 Aug 2023 22:31:44 GMT vboxsync [100889] * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Adjusted IEM_MC_CALL_CIMPL_HLP_RET assertion to account for ... Tue, 15 Aug 2023 08:24:46 GMT vboxsync [100878] * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp (modified) VMM/NEMR3Native-darwin: Disable intercepting #DB exceptions and mov ... Tue, 15 Aug 2023 08:13:22 GMT vboxsync [100877] * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp (modified) VMM/NEMR3Native-darwin: Disable intercepting #DB exceptions and mov ... Mon, 14 Aug 2023 12:37:33 GMT vboxsync [100869] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Use a fixed maxed-out TB during threaded compilation and ... Mon, 14 Aug 2023 00:49:27 GMT vboxsync [100868] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) VBox/log.h,VMM/IEM: Added a dedicated logging group for IEM memory ... Sun, 13 Aug 2023 15:00:44 GMT vboxsync [100866] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) VMM/IEM: Implemented the two flat64 stack function variants. bugref:10369 Fri, 11 Aug 2023 23:16:59 GMT vboxsync [100865] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) VMM/IEM: Implemented the SRegJmp push inline functions. bugref:10369 Fri, 11 Aug 2023 23:14:36 GMT vboxsync [100864] * trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h (modified) VMM/IEM: Corrected missing IEM_CIMPL_F_MODE on iemCImpl_mov_Dd_Rd. ... Fri, 11 Aug 2023 20:46:44 GMT vboxsync [100863] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Implemented inlined TLB based stack accesses for 4 of the ... Fri, 11 Aug 2023 13:24:02 GMT vboxsync [100860] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Reworked basic stack push/pop functions for setjmp, though ... Fri, 11 Aug 2023 11:43:38 GMT vboxsync [100859] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Stack MC rework preps. bugref:10369 Fri, 11 Aug 2023 11:24:13 GMT vboxsync [100858] * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) VMM/IEM: Mark 32-bit pushes and pops as not possible in 64-bit mode. ... Fri, 11 Aug 2023 11:17:42 GMT vboxsync [100857] * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) VMM/IEM: arm build hack. bugref:10369 Fri, 11 Aug 2023 09:47:22 GMT vboxsync [100856] * trunk/src/VBox/VMM/VMMAll/IEMAllInstCommonBodyMacros.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstThree0f38.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstThree0f3a.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of ... Fri, 11 Aug 2023 01:29:04 GMT vboxsync [100854] * trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstCommon.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstCommonBodyMacros.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstThree0f38.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstThree0f3a.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap1.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap2.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap3.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) * trunk/src/VBox/VMM/include/IEMOpHlp.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) VMM/IEM: In order to get rid of most impossible threaded functions, ... Thu, 10 Aug 2023 14:34:07 GMT vboxsync [100851] * trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Make the assembly helpers hidden to avoid calling via the ... Thu, 10 Aug 2023 12:04:43 GMT vboxsync [100850] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) VMM/IEM: Combined the with-in-page and alignment checks for the ... Thu, 10 Aug 2023 00:42:19 GMT vboxsync [100849] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) VMM/IEM: Removed the #AC raising from the inlined functions and ... Thu, 10 Aug 2023 00:07:24 GMT vboxsync [100848] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) VMM/IEM: Inline TLB use for the new IEM_MC_MAP_MEM_XXX stuff. ... Wed, 09 Aug 2023 23:27:22 GMT vboxsync [100847] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Dedicated code for IEM_MC_MEM_COMMIT_AND_UNMAP_RW/WO/RO. ... Wed, 09 Aug 2023 22:58:30 GMT vboxsync [100846] * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) VMM/IEM: Fixed a 32-bit xchg regression from r158734. bugref:10369