# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Apr 28, 2025 12:30:29 PM Wed, 20 Dec 2023 12:38:35 GMT vboxsync [102650] * trunk/src/VBox/Runtime/r3/posix/RTFsMountpointsEnum-posix.cpp (modified) IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries ... Wed, 20 Dec 2023 12:18:29 GMT vboxsync [102649] * trunk/src/VBox/Runtime/r3/win/RTFsMountpointsEnum-win.cpp (modified) IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries ... Wed, 20 Dec 2023 12:11:54 GMT vboxsync [102648] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries ... Wed, 20 Dec 2023 12:01:26 GMT vboxsync [102647] * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/posix/RTFsMountpointsEnum-posix.cpp (added) * trunk/src/VBox/Runtime/r3/win/RTFsMountpointsEnum-win.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTFsQueries.cpp (modified) IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries ... Wed, 20 Dec 2023 11:08:31 GMT vboxsync [102645] * trunk/src/VBox/VMM/VMMR3/MM.cpp (modified) VMM/MM: bugref:10498 Fix typo in Assert message. Wed, 20 Dec 2023 11:06:46 GMT vboxsync [102644] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.h (modified) FE/Qt: bugref:10501. Extending UIMetric to include time stamps of the ... Tue, 19 Dec 2023 14:13:43 GMT vboxsync [102641] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) FE/Qt: bugref:10501. Implementing a better tooltip widget. Tue, 19 Dec 2023 10:36:16 GMT vboxsync [102640] * trunk/src/VBox/Main/src-server/darwin/iokit.cpp (modified) Main: Darwin Host USB: Fix asssertion on USB device attach to the ... Mon, 18 Dec 2023 21:29:19 GMT vboxsync [102639] * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.cpp (modified) WDDM: fix for vertex and constant buffers tracking Mon, 18 Dec 2023 18:29:29 GMT vboxsync [102638] * trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp (modified) Audio/WAS: Attempt to fix crashes when invalidating the cached audio ... Mon, 18 Dec 2023 15:56:11 GMT vboxsync [102637] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp (modified) Removed excessive code. Mon, 18 Dec 2023 15:14:38 GMT vboxsync [102636] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Div by zero protection ... Mon, 18 Dec 2023 14:49:52 GMT vboxsync [102635] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.h (modified) FE/Qt: ​bugref:10501. Now disk IO and network metrics are working. Mon, 18 Dec 2023 14:24:23 GMT vboxsync [102634] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompBltIn.cpp (copied) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Split out the emitters for the built-in threaded functions ... Mon, 18 Dec 2023 14:22:41 GMT vboxsync [102633] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Adjust UIFilterEditor ... Mon, 18 Dec 2023 12:07:05 GMT vboxsync [102632] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx.cpp (modified) Devices/Graphics: removed obsolete code. Mon, 18 Dec 2023 12:01:14 GMT vboxsync [102631] * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXCmd.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXCmd.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXDDI.cpp (modified) WDDM: VGPU queries Mon, 18 Dec 2023 08:30:13 GMT vboxsync [102630] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) CPUID: Pass through and by default set the ARAT bit so that Windows ... Sun, 17 Dec 2023 16:17:03 GMT vboxsync [102627] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx.cpp (modified) Devices/Graphics: corrected assertions for VGPU queries. Sun, 17 Dec 2023 15:39:15 GMT vboxsync [102626] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp (modified) Devices/Graphics: create render target, depth stencil and unordered ... Sat, 16 Dec 2023 08:21:41 GMT vboxsync [102625] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.h (modified) FE/Qt: bugref:10501. Caching disk write (read) until disk read ... Sat, 16 Dec 2023 03:15:54 GMT vboxsync [102624] * trunk/include/iprt/armv8.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdFuncsBltIn.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h (modified) VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371 Sat, 16 Dec 2023 00:00:51 GMT vboxsync [102623] * trunk/include/iprt/armv8.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h (modified) VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more ... Fri, 15 Dec 2023 19:24:16 GMT vboxsync [102622] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp (modified) Devices/Graphics: create shader resource views on demand. Fri, 15 Dec 2023 19:11:08 GMT vboxsync [102621] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: bugref:10498 whitespace Fri, 15 Dec 2023 17:52:03 GMT vboxsync [102620] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: bugref:10498 Doxygen fix. Fri, 15 Dec 2023 17:48:06 GMT vboxsync [102619] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Now merge ... Fri, 15 Dec 2023 17:41:05 GMT vboxsync [102618] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Some fixes for ... Fri, 15 Dec 2023 17:25:47 GMT vboxsync [102617] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp (modified) Devices/Graphics: shader signature semantics. Fri, 15 Dec 2023 17:22:23 GMT vboxsync [102616] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-dx11.cpp (modified) Devices/Graphics: debug logging. Fri, 15 Dec 2023 16:58:54 GMT vboxsync [102615] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Small fixes for ... Fri, 15 Dec 2023 16:10:30 GMT vboxsync [102614] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control: Keep a COM object reference to the guest and console ... Fri, 15 Dec 2023 16:04:56 GMT vboxsync [102613] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Implementing own ... Fri, 15 Dec 2023 12:36:51 GMT vboxsync [102612] * trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp (modified) Audio/WAS: Attempt to fix crashes when invalidating the cached audio ... Fri, 15 Dec 2023 12:35:23 GMT vboxsync [102611] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.h (modified) FE/Qt: bugref:10501. Adding disk IO metrics. We do not do muc with ... Fri, 15 Dec 2023 12:32:38 GMT vboxsync [102610] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: bugref:10498 Doxygen fix. Fri, 15 Dec 2023 11:26:11 GMT vboxsync [102609] * trunk/src/VBox/Main/include/Global.h (modified) Main/Global: Added some more stringify methods for Guest Control ... Fri, 15 Dec 2023 11:06:48 GMT vboxsync [102608] * trunk/src/VBox/Main/include/Global.h (modified) Main/Global: Added some more stringify methods for Guest Control ... Fri, 15 Dec 2023 09:01:37 GMT vboxsync [102607] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) FE/Qt: bugref:10501. Draw tooltips to show the value under cursor. Fri, 15 Dec 2023 07:53:56 GMT vboxsync [102606] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: bugref:10498 Fix assertion. Fri, 15 Dec 2023 07:43:02 GMT vboxsync [102605] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: bugref:10498 Slight optimization to the fix in r160758. Fri, 15 Dec 2023 06:49:33 GMT vboxsync [102604] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: bugref:10498 Fix the maximum physical address width ... Thu, 14 Dec 2023 23:06:41 GMT vboxsync [102603] * 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: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 ... Thu, 14 Dec 2023 19:01:25 GMT vboxsync [102602] * trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp (modified) Guest Control/Host service: Spaces nits. Thu, 14 Dec 2023 18:58:07 GMT vboxsync [102601] * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/Global: Added some more stringify methods for Guest Control stuff. Thu, 14 Dec 2023 16:22:28 GMT vboxsync [102600] * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) FE/Qt: bugref:10543: UISession: Checking CPlatform for API errors as ... Thu, 14 Dec 2023 16:03:06 GMT vboxsync [102599] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h (modified) FE/Qt: bugref:10543: A bit of fixes for Runtime UI to acquire real ... Thu, 14 Dec 2023 15:25:30 GMT vboxsync [102598] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.h (modified) FE/Qt: bugref:10501. Sharing the data index under the cursor with ... Thu, 14 Dec 2023 15:17:27 GMT vboxsync [102597] * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.cpp (modified) FE/Qt: bugref:10543: A bit of fixes for Snapshots pane to fetch boot ... Thu, 14 Dec 2023 15:14:24 GMT vboxsync [102596] * trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp (modified) Audio/WAS: Attempt to fix crashes when invalidating the cached audio ... Thu, 14 Dec 2023 15:08:24 GMT vboxsync [102595] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp (modified) FE/Qt: bugref:10543: A bit of fixes for Details pane to fetch network ... Thu, 14 Dec 2023 14:06:44 GMT vboxsync [102594] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) FE/Qt: bugref:10501. Fixing mouse over chart stuff. Wed, 13 Dec 2023 22:41:23 GMT vboxsync [102593] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h (modified) VMM/IEM: Native translation of Blt_CheckCsLim. bugref:10371 Wed, 13 Dec 2023 19:43:13 GMT vboxsync [102592] * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) FE/Qt: bugref:10501. Some fixes. Wed, 13 Dec 2023 17:43:40 GMT vboxsync [102591] * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXDDI.cpp (modified) WDDM: removed wrong SetError Wed, 13 Dec 2023 04:42:31 GMT vboxsync [102590] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Unattended: implemented quick fix so files are properly cleaned up ... Tue, 12 Dec 2023 17:35:32 GMT vboxsync [102589] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http-curl: nits (some mine) Tue, 12 Dec 2023 14:59:05 GMT vboxsync [102588] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUM: Disabled MTRR read/write stuff as grub seems to guru with a ... Tue, 12 Dec 2023 14:13:35 GMT vboxsync [102587] * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Native translation of IEM_MC_SET_RIP_U16_AND_FINISH and ... Tue, 12 Dec 2023 13:30:02 GMT vboxsync [102586] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdFuncs.cpp (modified) * trunk/src/VBox/VMM/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for ... Tue, 12 Dec 2023 12:26:29 GMT vboxsync [102585] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (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/include/IEMInline.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for ... Tue, 12 Dec 2023 10:56:20 GMT vboxsync [102584] * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Native translation of IEM_MC_ADD_GREG_U16/32/64 which is ... Tue, 12 Dec 2023 09:23:50 GMT vboxsync [102583] * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: IEM_MC_FETCH_SREG_U16 and friend. bugref:10371 Tue, 12 Dec 2023 08:50:56 GMT vboxsync [102582] * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) VMM/IEM: Use a nested function for implicitly freeing simple ... Tue, 12 Dec 2023 08:45:11 GMT vboxsync [102581] * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: The IEM_MC*_PUSH_* MCs implictly frees the variable they're ... Tue, 12 Dec 2023 00:15:21 GMT vboxsync [102580] * trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h (modified) VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. ... Tue, 12 Dec 2023 00:11:24 GMT vboxsync [102579] * 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/IEMN8veRecompilerEmit.h (modified) VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. ... Tue, 12 Dec 2023 00:10:05 GMT vboxsync [102578] * trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h (modified) VMM/IEM: Fixed missing register clobber spec for iemCImpl_smsw_reg. ... Mon, 11 Dec 2023 21:48:23 GMT vboxsync [102577] * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (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) VMM/IEM: Basic native translation of IEM_MC_POP_GREG_U* and friends. ... Mon, 11 Dec 2023 20:08:01 GMT vboxsync [102576] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmpl.cpp.h (modified) VMM/IEM: Build fix. bugref:10371 Mon, 11 Dec 2023 16:48:25 GMT vboxsync [102575] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) FE/Qt: VBox Manager: Remove Show Log Viewer dialog action; Only pane ... Mon, 11 Dec 2023 16:42:29 GMT vboxsync [102574] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) FE/Qt: Reworking Log Viewer to accept a list of machine IDs, not just ... Mon, 11 Dec 2023 15:56:45 GMT vboxsync [102573] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) FE/Qt: bugref:10562. Remove the button. Mon, 11 Dec 2023 15:20:48 GMT vboxsync [102572] * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register ... Mon, 11 Dec 2023 15:07:59 GMT vboxsync [102571] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) FE/Qt: bugref:10570: UIMachineLogic: A bit of rework for File ... Mon, 11 Dec 2023 14:06:56 GMT vboxsync [102570] * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) VMM/tstIEMCheckMc: Added -Wno-return-type to get asan build working ... Mon, 11 Dec 2023 13:37:11 GMT vboxsync [102569] * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h (modified) VMM/IEM: Little unmap assertion fix / optimization. bugref:10371 Mon, 11 Dec 2023 09:51:35 GMT vboxsync [102567] * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) IPRT/shacrypt: Made asan build happy (false positive). bugref:10551 Mon, 11 Dec 2023 09:38:32 GMT vboxsync [102566] * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp (modified) Shared Clipboard/Transfers: Fixed memory leaks in ... Mon, 11 Dec 2023 09:36:43 GMT vboxsync [102565] * trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp (modified) Dev/DevQemuFwCfg: Fixed size calculation of the config file name in ... Mon, 11 Dec 2023 09:32:30 GMT vboxsync [102564] * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) IPRT/shacrypt: Docs fix. bugref:10551 Mon, 11 Dec 2023 09:14:20 GMT vboxsync [102563] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http-curl: Added trying to use the dedicated ... Mon, 11 Dec 2023 08:32:42 GMT vboxsync [102562] * trunk/include/iprt/http-common.h (modified) * trunk/src/VBox/Runtime/generic/http.cpp (modified) IPRT/http: Fixed a memory leak, updated docs. bugref:9437 Mon, 11 Dec 2023 08:19:20 GMT vboxsync [102561] * trunk/src/VBox/Runtime/r3/http-server.cpp (modified) IPRT/HttpServer: Fixed an ASAN warning. bugref:9437 Sun, 10 Dec 2023 09:00:59 GMT vboxsync [102560] * trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp (modified) VMM/DBGFDisas: Convert AssertReleaseFailed() -> AssertFailed() to ... Sat, 09 Dec 2023 16:56:44 GMT vboxsync [102559] * trunk/src/VBox/VMM/VMMR3/DBGFStack.cpp (modified) VMM/DBGFStack: Convert AssertReleaseFailed() -> AssertFailed() to ... Fri, 08 Dec 2023 22:59:19 GMT vboxsync [102558] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: Prevent variable registers from being spilled or moved while ... Fri, 08 Dec 2023 22:13:00 GMT vboxsync [102557] * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) VMM/IEM: Try deal with running out of executable memory. bugref:10371 Fri, 08 Dec 2023 17:17:43 GMT vboxsync [102556] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) FE/Qt: bugref:10570: UIMachineLogic: A bit of cleanup/rework for ... Fri, 08 Dec 2023 17:08:41 GMT vboxsync [102555] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Fixed 64-bit address calculation with a 67h prefix (addr ... Fri, 08 Dec 2023 16:45:04 GMT vboxsync [102553] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) FE/Qt: bugref:10513: UIMachineLogic: Nitpicking in ... Fri, 08 Dec 2023 16:41:52 GMT vboxsync [102552] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h (modified) FE/Qt: bugref:10570: UIMachineLogic: Fixing app shutdown hangs caused ... Fri, 08 Dec 2023 16:40:43 GMT vboxsync [102551] * trunk/src/VBox/VMM/testcase/tstIEMAImpl.cpp (modified) * trunk/src/VBox/VMM/testcase/tstIEMAImplDataInt.cpp (modified) tstIEMAImpl: Added the ability to test specific fixed test inputs in ... Fri, 08 Dec 2023 16:00:15 GMT vboxsync [102550] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: doxygen fix. bugref:10371 Fri, 08 Dec 2023 15:57:39 GMT vboxsync [102549] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllAImpl-arm64.S (added) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) VMM/IEM: Must truncate constant variable values according to the type ... Fri, 08 Dec 2023 15:48:39 GMT vboxsync [102548] * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.h (modified) FE/Qt: bugref:10570. Reverting 160689. Should not have committed ... Fri, 08 Dec 2023 15:17:28 GMT vboxsync [102547] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) Unattended/testcase: Added support for separate user/admin passwords. ... Fri, 08 Dec 2023 15:15:35 GMT vboxsync [102546] * trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py (modified) Unattended/testcase: Added support for separate user/admin passwords. ... Fri, 08 Dec 2023 15:13:07 GMT vboxsync [102545] * trunk/src/VBox/VMM/VMMR3/DBGFStack.cpp (modified) VMM/DBGFStack: Convert AssertReleaseFailed() to AssertFailed() in ... Fri, 08 Dec 2023 14:45:15 GMT vboxsync [102544] * trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp (modified) Devices/DevQemuFwCfg: Fixed ASAN warning (as error).