# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Apr 22, 2025 4:38:22 AM Tue, 28 Nov 2023 14:22:42 GMT vboxsync [102366] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdTables.h (modified) VMM/IEM: Log call as they are emitted by the threaded recompiler. ... Tue, 28 Nov 2023 14:19:35 GMT vboxsync [102365] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) VMM/IEM: Fixed bug in threaded recompiler where we'd emit the ... Tue, 28 Nov 2023 13:24:56 GMT vboxsync [102363] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h (modified) FE/Qt: bugref:10561. Small changes. Basically gorund work for the ... Tue, 28 Nov 2023 12:53:33 GMT vboxsync [102361] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). ... Tue, 28 Nov 2023 12:47:27 GMT vboxsync [102360] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Main/include/UnattendedScript.h (modified) * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (modified) IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this ... Tue, 28 Nov 2023 11:18:21 GMT vboxsync [102358] * trunk/src/VBox/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) VBox/Runtime: Need RuntimeBldProg for xpidl now if VBOX_ONLY_SDK is ... Tue, 28 Nov 2023 10:33:34 GMT vboxsync [102356] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (modified) IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can ... Tue, 28 Nov 2023 09:58:54 GMT vboxsync [102355] * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from ... Tue, 28 Nov 2023 09:46:37 GMT vboxsync [102354] * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from ... Tue, 28 Nov 2023 07:36:46 GMT vboxsync [102353] * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from ... Mon, 27 Nov 2023 21:34:29 GMT vboxsync [102351] * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, ... Mon, 27 Nov 2023 21:21:59 GMT vboxsync [102350] * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Enabled IEM_MC_FETCH_MEM_U8, IEM_MC_FETCH_MEM_U32 and ... Mon, 27 Nov 2023 20:41:01 GMT vboxsync [102349] * trunk/src/VBox/VMM/VMMAll/IEMAllInstOneByte.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py (modified) * trunk/src/VBox/VMM/include/IEMMc.h (modified) VMM/IEM: Converted IEM_MC_REF_LOCAL uses to IEM_MC_ARG_LOCAL_REF, ... Mon, 27 Nov 2023 18:55:29 GMT vboxsync [102347] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp (modified) Main/Unattended: Added support for Ubuntu Server >= 20.04. bugref:10551 Mon, 27 Nov 2023 18:05:06 GMT vboxsync [102344] * trunk/src/VBox/Runtime/tools/RTMkPasswd.cpp (modified) IPRT/tools: Use errcore.h instead of error.h for RTMkPasswd. bugref:10551 Mon, 27 Nov 2023 17:56:10 GMT vboxsync [102342] * trunk/src/VBox/Installer/Config.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/ubuntu_autoinstall_meta_data (moved) * trunk/src/VBox/Main/UnattendedTemplates/ubuntu_autoinstall_user_data (moved) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp (modified) Main/Unattended: Implemented support for subiquity-/cloud-init-based ... Mon, 27 Nov 2023 17:31:10 GMT vboxsync [102337] * trunk/src/VBox/Installer/Config.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/ubuntu_autoinstall_meta-data (added) * trunk/src/VBox/Main/UnattendedTemplates/ubuntu_autoinstall_user-data (added) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript-1.expected (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript-1.template (modified) Main/Unattended: Implemented support for subiquity-/cloud-init-based ... Mon, 27 Nov 2023 17:04:18 GMT vboxsync [102336] * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) IPRT/crypto/shacrypt: Make sure to terminate strings in the ... Mon, 27 Nov 2023 17:01:59 GMT vboxsync [102335] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (modified) * trunk/src/VBox/Runtime/tools/RTMkPasswd.cpp (modified) IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code ... Mon, 27 Nov 2023 16:04:07 GMT vboxsync [102333] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) FE/Qt: bugref:10067: Fixing asan regression introduced in r156552; ... Mon, 27 Nov 2023 15:57:03 GMT vboxsync [102332] * trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp (modified) VMM/IEM: Restored the heuristics for when to recompiler to native. ... Mon, 27 Nov 2023 15:48:50 GMT vboxsync [102331] * 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/IEMAllInstVexMap2.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstVexMap3.cpp.h (modified) VMM/IEM: IEM_MC_REF_XXX must NOT have any IEM_MC_FETCH_XXX following ... Mon, 27 Nov 2023 15:47:51 GMT vboxsync [102330] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Fix label creation in release builds. bugref:10371 Mon, 27 Nov 2023 13:54:40 GMT vboxsync [102322] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h (modified) FE/Qt: bugref:10450: Handle final commit data call for ... Mon, 27 Nov 2023 13:40:22 GMT vboxsync [102319] * trunk/src/VBox/Installer/Config.kmk (modified) libs/xpcom: Remove some unused code from the python bindings, ... Mon, 27 Nov 2023 13:01:13 GMT vboxsync [102313] * 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/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMN8veRecompiler.h (modified) VMM/IEM: First recompiled memory access. This is without any TLB ... Mon, 27 Nov 2023 12:59:07 GMT vboxsync [102311] * trunk/src/VBox/VMM/VMMAll/IEMAllMemRWTmplInline.cpp.h (modified) VMM/IEM: Better memory access logging. bugref:10371 Mon, 27 Nov 2023 12:58:44 GMT vboxsync [102310] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM/IEM: Hook up the DBGFEVENT_XCPT_XXX events; more exception ... Mon, 27 Nov 2023 12:44:53 GMT vboxsync [102308] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: bugref:10513: Fixing regression intruduced in r160231; Though ... Mon, 27 Nov 2023 12:14:34 GMT vboxsync [102304] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) Linux: Introduce initial support for RHEL 9.4 kernel for host and ... Mon, 27 Nov 2023 10:06:50 GMT vboxsync [102299] * trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFInternal.cpp (modified) Additions/WINNT/Mouse: do not try to remove device from list if it is ... Fri, 24 Nov 2023 16:32:03 GMT vboxsync [102297] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (modified) * trunk/src/VBox/Runtime/tools/RTMkPasswd.cpp (modified) IPRT/crypto/shacrypt: Better string length checks for ... Fri, 24 Nov 2023 15:49:29 GMT vboxsync [102296] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (modified) * trunk/src/VBox/Runtime/tools/RTMkPasswd.cpp (modified) IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + ... Fri, 24 Nov 2023 13:45:12 GMT vboxsync [102295] * 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/VBoxDXDDIVideo.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXVideo.cpp (modified) WDDM: user mode driver update: bugref:10529 Fri, 24 Nov 2023 13:40:35 GMT vboxsync [102294] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. ... Fri, 24 Nov 2023 13:15:48 GMT vboxsync [102293] * trunk/src/VBox/Devices/Graphics/vmsvga_include/vbsvga3d_dx.h (modified) Devices/Graphics: header update. bugref:10529 Fri, 24 Nov 2023 13:01:41 GMT vboxsync [102292] * trunk/include/iprt/crypto/shacrypt.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (modified) IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. ... Fri, 24 Nov 2023 12:48:43 GMT vboxsync [102291] * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) * trunk/src/VBox/Runtime/tools/RTMkPasswd.cpp (added) IPRT/tools: Added new tool RTMkPasswd, which can create SHA-crypt- ... Fri, 24 Nov 2023 12:47:51 GMT vboxsync [102290] * trunk/src/VBox/Runtime/Makefile.kmk (modified) IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. ... Fri, 24 Nov 2023 12:46:36 GMT vboxsync [102289] * trunk/include/iprt/crypto/shacrypt.h (added) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/crypto/shacrypt.cpp (added) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTShaCrypt.cpp (added) IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. ... Fri, 24 Nov 2023 11:14:31 GMT vboxsync [102287] * trunk/src/VBox/Runtime/common/misc/expreval.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTExprEval.cpp (modified) IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions ... Fri, 24 Nov 2023 02:44:16 GMT vboxsync [102286] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitHighDlls.c (modified) bs3kit: Implemented 16-bit prot segment setup for high-dlls, ... Fri, 24 Nov 2023 02:37:50 GMT vboxsync [102285] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3Linker.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitHighDlls.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-linker.h (modified) bs3kit: Implemented 16-bit prot segment setup for high-dlls, ... Fri, 24 Nov 2023 02:36:38 GMT vboxsync [102284] * trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp (modified) IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371 Thu, 23 Nov 2023 20:11:53 GMT vboxsync [102283] * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h (modified) FE/Qt: bugref:10501. Build fix. Thu, 23 Nov 2023 19:52:48 GMT vboxsync [102282] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIGuestOSType.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIGuestOSType.h (modified) FE/Qt: bugref:10543: A bit of rework for UIGuestOSType; Make sure ... Thu, 23 Nov 2023 19:48:16 GMT vboxsync [102281] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIGuestOSType.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIGuestOSType.h (modified) FE/Qt: bugref:10543: A bit of cleanup for UIGuestOSType. Thu, 23 Nov 2023 18:52:21 GMT vboxsync [102280] * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) Main: For ARM there's also x86 emulation in ... Thu, 23 Nov 2023 16:34:33 GMT vboxsync [102279] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Forgot to properly ... Thu, 23 Nov 2023 15:44:17 GMT vboxsync [102278] * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-lea64.py (modified) ValKit/bs3-cpu-basic-3: A couple of fixes. bugref:10371 Thu, 23 Nov 2023 15:43:31 GMT vboxsync [102277] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3Linker.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-common.mac (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitAll.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitHighDlls.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-system-data.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-linker.h (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.mac (modified) bs3kit: Speed up high DLL loading by using a larger buffer. Extended ... Thu, 23 Nov 2023 15:41:16 GMT vboxsync [102276] * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp (modified) IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371 Thu, 23 Nov 2023 14:32:05 GMT vboxsync [102275] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp (modified) FE/Qt: OCI related stuff: Missing part of Integer64 support ... Thu, 23 Nov 2023 13:07:40 GMT vboxsync [102274] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h (modified) FE/Qt: bugref:10543: UICommon: A bit of rework for ... Thu, 23 Nov 2023 11:11:35 GMT vboxsync [102273] * 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. Draw graph correctly when data max. is 0. Thu, 23 Nov 2023 00:43:20 GMT vboxsync [102272] * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-asm.asm (modified) ValKit/bs3-cpu-basic-3: Full 64-bit lea testcase. Use python (3+) to ... Thu, 23 Nov 2023 00:41:45 GMT vboxsync [102271] * trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-asm.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-lea64.py (added) ValKit/bs3-cpu-basic-3: Full 64-bit lea testcase. Use python (3+) to ... Thu, 23 Nov 2023 00:40:38 GMT vboxsync [102270] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3Linker.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-bootsector.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-DiskQueryGeometry.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-DiskRead.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitAll.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitHighDlls.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-linker.h (modified) bs3kit: Fixed some issues with loading of a fake 63.5 MB floppy. ... Wed, 22 Nov 2023 18:50:08 GMT vboxsync [102269] * trunk/src/VBox/Frontends/VirtualBox/src/cloud/consolemanager/UICloudConsoleManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensionpackmanager/UIExtensionPackManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIToolBar.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIToolBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.cpp (modified) FE/Qt: bugref:10450: macOS: No need to QIToolBar layout/paint hacks ... Wed, 22 Nov 2023 18:35:28 GMT vboxsync [102268] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: bugref:10513: VBox Manager: Hide Clone/Move actions for Basic ... Wed, 22 Nov 2023 18:26:51 GMT vboxsync [102267] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) FE/Qt: bugref:10450: VBox Manager: Cleanup connections not just on ... Wed, 22 Nov 2023 17:22:07 GMT vboxsync [102266] * 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. Parametrize maximum data series size. Wed, 22 Nov 2023 15:59:48 GMT vboxsync [102265] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h (modified) FE/Qt: bugref:10513: Make sure UIActionPoolManager updates available ... Wed, 22 Nov 2023 15:54:04 GMT vboxsync [102264] * trunk/src/VBox/Frontends/VirtualBox/src/activity/overview/UIVMActivityToolWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/overview/UIVMActivityToolWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) FE/Qt: bugref:10501. Getting cpu utilization data series and drawing ... Wed, 22 Nov 2023 15:46:10 GMT vboxsync [102263] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) FE/Qt: bugref:10513: Tiny cleanup for UIActionPoolManager. Wed, 22 Nov 2023 15:19:20 GMT vboxsync [102262] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.h (modified) FE/Qt: bugref:10513: Make sure selector of UIAdvancedSettingsDialog ... Wed, 22 Nov 2023 15:12:38 GMT vboxsync [102261] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h (modified) FE/Qt: bugref:10513: Adjusting UISettingsSelector to be able to ... Wed, 22 Nov 2023 15:10:54 GMT vboxsync [102260] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialog.cpp (modified) FE/Qt: bugref:10513: A bit of cleanup for UIVerticalScrollArea; ... Wed, 22 Nov 2023 14:35:50 GMT vboxsync [102259] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Release build fix, bugref:10371 Wed, 22 Nov 2023 14:05:19 GMT vboxsync [102258] * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) DevFdc.cpp: Comment update. Wed, 22 Nov 2023 14:03:53 GMT vboxsync [102256] * trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp (modified) VMM/IEM: Arm build fixes. bugref:10371 Wed, 22 Nov 2023 12:28:54 GMT vboxsync [102253] * 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: Track shader resource views; re-create views in ... Wed, 22 Nov 2023 09:16:27 GMT vboxsync [102230] * trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp (modified) Shared Clipboard/tstClipboardHttpServer: Try to fixing timeouts on ... Wed, 22 Nov 2023 09:07:45 GMT vboxsync [102228] * trunk/src/VBox/Main/include/UnattendedScript.h (modified) Main/Unattended: Added support for returning hashed values (MD5, ... Wed, 22 Nov 2023 08:58:37 GMT vboxsync [102227] * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) Main/Unattended: Added support for returning hashed values (MD5, ... Wed, 22 Nov 2023 08:53:57 GMT vboxsync [102224] * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript-1.expected (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript-1.template (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/Unattended: Added support for returning hashed values (MD5, ... Tue, 21 Nov 2023 17:59:36 GMT vboxsync [102222] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp (modified) FE/Qt: Minimum for font scaling is now 40% instead of 20%. Tue, 21 Nov 2023 17:25:50 GMT vboxsync [102221] * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIMotherboardFeaturesEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIMotherboardFeaturesEditor.h (modified) FE/Qt: bugref:10513: Reverting r160146; As we consider this option to ... Tue, 21 Nov 2023 17:19:15 GMT vboxsync [102220] * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIShortcutConfigurationEditor.cpp (modified) FE/Qt: bugref:10513: Changed requirements for Global Preferences ... Tue, 21 Nov 2023 17:16:48 GMT vboxsync [102219] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) FE/Qt: bugref:10513: Changed requirements for Basic set of ... Tue, 21 Nov 2023 13:38:38 GMT vboxsync [102206] * trunk/src/VBox/Main/src-server/xpcom/server_module.cpp (modified) VBox: Get rid of unused (and now removed) include, bugref:10545 ... Tue, 21 Nov 2023 13:15:33 GMT vboxsync [102201] * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-asm.asm (modified) ValKit/bs3-cpu-basic-3: More 64-bit lea testing. bugref:10371 Tue, 21 Nov 2023 11:52:20 GMT vboxsync [102193] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-MemCopyFlat.asm (modified) scm fix, bs3-mode-MemCopyFlat.asm file Tue, 21 Nov 2023 11:09:03 GMT vboxsync [102190] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) Validation Kit/vboxtestvms.py: Fix config of win7-64 smoketest VM. Tue, 21 Nov 2023 11:03:54 GMT vboxsync [102189] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) Validation Kit/vboxtestvms.py: Fix guest OS type for Windows Server ... Tue, 21 Nov 2023 10:57:48 GMT vboxsync [102188] * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) Shared Clipboard/Transfers: Compile fix for Solaris (not enabled by ... Tue, 21 Nov 2023 10:25:58 GMT vboxsync [102185] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Storage/DrvVD: Floppy type upgrade fixes. bugref:10371 Tue, 21 Nov 2023 09:46:56 GMT vboxsync [102183] * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-asm.asm (modified) ValKit/bs3-cpu-basic-3: Move the 64-bit lea tests to the high DLL ... Tue, 21 Nov 2023 09:46:33 GMT vboxsync [102182] * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-cmn-template.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-cmn-template.mac (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-3-high-asm.asm (modified) ValKit/bs3-cpu-basic-3: Move the 64-bit lea tests to the high DLL ... Tue, 21 Nov 2023 09:45:40 GMT vboxsync [102181] * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3Linker.cpp (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-DiskRead.asm (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitHighDlls.c (modified) * trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-linker.h (modified) ValKit/bs3kit: High DLL loading fixes (keep forgetting the BIOS ... Tue, 21 Nov 2023 09:42:06 GMT vboxsync [102180] * trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp (modified) Shared Clipboard/tstClipboardHttpServer: Further decreased test file ... Tue, 21 Nov 2023 07:09:04 GMT vboxsync [102172] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Nested VMX: bugref:10318 Trying to nail down the cause ... Mon, 20 Nov 2023 23:05:24 GMT vboxsync [102171] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Removed WIMImage::mEnmOsType as it is a duplicate of ... Mon, 20 Nov 2023 22:54:22 GMT vboxsync [102170] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Changed a three uses of VBOXOSTYPE_OsTypeMask to ... Mon, 20 Nov 2023 22:43:41 GMT vboxsync [102167] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) VBoxManage: 'list ostype': Use platformArchitectureToStr (no ... Mon, 20 Nov 2023 22:13:57 GMT vboxsync [102166] * trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk (modified) Shared Clipboard/Transfers: Another build fix for Solaris (not ... Mon, 20 Nov 2023 18:41:07 GMT vboxsync [102165] * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) Shared Clipboard/Transfers: Compile fix for Solaris (not enabled by ... Mon, 20 Nov 2023 17:56:30 GMT vboxsync [102164] * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIDescriptionEditor.cpp (modified) FE/Qt: bugref:10513: Temporary layout workaround for UIDescriptionEditor. Mon, 20 Nov 2023 17:43:04 GMT vboxsync [102163] * trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp (modified) Shared Clipboard/tstClipboardHttpServer: Added some more tests ... Mon, 20 Nov 2023 17:32:01 GMT vboxsync [102162] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIGuestOSType.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIGuestOSType.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.h (modified) FE/Qt: bugref:10513: UINameAndSystemEditor: Make sure editor allows ...