# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Mar 12, 2025 9:01:01 AM Sun, 04 Oct 2020 12:08:49 GMT vboxsync [86443] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) testdriver/base.py: Don't modify self.asActions or ... Sun, 04 Oct 2020 12:08:27 GMT vboxsync [86442] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) testdriver/base.py: Don't modify self.asActions or ... Sun, 04 Oct 2020 12:05:24 GMT vboxsync [86441] * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) tstCollector: file header Sun, 04 Oct 2020 11:39:48 GMT vboxsync [86440] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) testdriver/vbox.py: Undo libasan.so.X preloading and memory leak ... Sun, 04 Oct 2020 11:36:59 GMT vboxsync [86439] * trunk/src/VBox/ValidationKit/tests/selftests/tdSelfTest1.py (modified) ValKit/tdSelfTest1.py: Dump environment too. bugref:9841 Sun, 04 Oct 2020 11:36:35 GMT vboxsync [86438] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) testdriver/vbox.py: Undo libasan.so.X preloading and memory leak ... Sun, 04 Oct 2020 11:36:35 GMT vboxsync [86437] * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) testdriver/vboxinstaller.py: Preload libasan.so.X when present in ... Sun, 04 Oct 2020 11:36:35 GMT vboxsync [86436] * trunk/src/VBox/ValidationKit/common/webutils.py (modified) common/webutils.py: Fixed local file handling in downloadFile. ... Fri, 02 Oct 2020 21:36:12 GMT vboxsync [86435] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) VBoxManage: Added --dump-build-type so valkit/vbox.py has a better ... Fri, 02 Oct 2020 21:33:45 GMT vboxsync [86434] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) VBoxManage: Added --dump-build-type so valkit/vbox.py has a better ... Fri, 02 Oct 2020 21:13:52 GMT vboxsync [86431] * trunk/Config.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Installer/linux: Include the sanitizer libs in 'asan' builds. 3rd ... Fri, 02 Oct 2020 19:52:02 GMT vboxsync [86430] * trunk/src/VBox/Storage/testcase/Makefile.kmk (modified) Storage/testcase/Makefile.kmk: deal with system libxml2 on Solaris Fri, 02 Oct 2020 17:03:14 GMT vboxsync [86429] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Installer/linux: Include the sanitizer libs in 'asan' builds. 2nd ... Fri, 02 Oct 2020 16:31:18 GMT vboxsync [86428] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Installer/linux: Include the sanitizer libs in 'asan' builds. bugref:9841 Fri, 02 Oct 2020 16:11:12 GMT vboxsync [86427] * trunk/src/VBox/ValidationKit/testmanager/core/coreconsts.py (modified) testmanager: Teach it about 'asan' builds. bugref:9841 Fri, 02 Oct 2020 15:47:58 GMT vboxsync [86426] * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM/PDMLdr: Don't try release .r0 objects till PDMR3TermUVM is ... Fri, 02 Oct 2020 11:53:13 GMT vboxsync [86416] * trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp (modified) tstSeamlessX11-auto: Broken, so skip it. bugref:9842 Fri, 02 Oct 2020 11:50:21 GMT vboxsync [86415] * trunk/include/iprt/handle.h (modified) * trunk/src/VBox/Runtime/include/internal/socket.h (modified) * trunk/src/VBox/Runtime/r3/posix/RTHandleGetStandard-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp (modified) IPRT,++: Made RTHandleGetStandard's fLeaveOpen parameter work for ... Fri, 02 Oct 2020 11:41:26 GMT vboxsync [86414] * trunk/include/iprt/handle.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsmisc.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/RTHandleGetStandard-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp (modified) * trunk/src/bldprogs/scmstream.cpp (modified) IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. ... Fri, 02 Oct 2020 11:40:15 GMT vboxsync [86413] * trunk/src/VBox/Runtime/common/vfs/vfsstdpipe.cpp (modified) IPRT/vfsstdpipe.cpp: Use RTPipeCloseEx to prevent leaking pipe handle ... Fri, 02 Oct 2020 11:39:26 GMT vboxsync [86412] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/pipe-win.cpp (modified) IPRT/pipe: Adding RTPipeCloseEx w/ a fLeaveOpen parameter so we can ... Fri, 02 Oct 2020 10:27:10 GMT vboxsync [86411] * trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferList.cpp (modified) tstDnDTransferList: Leak fix. bugref:9841 Fri, 02 Oct 2020 10:25:12 GMT vboxsync [86410] * trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp (modified) DragAndDrop: Use RTPATH_STYLE rather than RT_OS_XXX defines to decide ... Fri, 02 Oct 2020 10:21:42 GMT vboxsync [86409] * trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp (modified) DragAndDrop: Must close directory before returning from ... Fri, 02 Oct 2020 08:24:37 GMT vboxsync [86408] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) AMD IOMMU: bugref:9654 Add IVRS (IOMMU I/O Virtualization Reporting ... Fri, 02 Oct 2020 06:26:15 GMT vboxsync [86407] * trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp (modified) * trunk/src/VBox/Devices/VirtIO/VirtioCore.h (modified) Fix burn Fri, 02 Oct 2020 06:09:58 GMT vboxsync [86406] * trunk/src/VBox/Devices/VirtIO/VirtioCore.h (modified) Attempt to fix unused var burn Fri, 02 Oct 2020 05:58:42 GMT vboxsync [86405] * trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp (modified) * trunk/src/VBox/Devices/VirtIO/VirtioCore.h (modified) Fixed problem with host crashing with DevVirtioNet_1_0.cpp R3 virtual ... Thu, 01 Oct 2020 20:42:35 GMT vboxsync [86404] * trunk/src/VBox/Runtime/testcase/tstVector.cpp (modified) IPRT/tstVector: Testcase leaks. bugref:9841 Thu, 01 Oct 2020 20:36:46 GMT vboxsync [86403] * trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp (modified) tstVMMR0CallHost-1: sanitizer tweak. bugref:9841 Thu, 01 Oct 2020 20:26:56 GMT vboxsync [86402] * trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp (modified) tstVBoxAPIXPCOM: Fix leak in VM listing. Added VBOX_XPCOM_HOME hack ... Thu, 01 Oct 2020 19:55:24 GMT vboxsync [86400] * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) IPRT/tstUtf8: Fixed a bunch of leaks in the tests. bugref:9841 Thu, 01 Oct 2020 19:47:17 GMT vboxsync [86399] * trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp (modified) tstUsbMouse: Don't leak the CFGM tree for each test instance. bugref:9841 Thu, 01 Oct 2020 18:58:48 GMT vboxsync [86397] * trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp (modified) tstSupSem-Zombie: The threads now returns with VERR_INTERRUPTED when ... Thu, 01 Oct 2020 18:52:12 GMT vboxsync [86396] * trunk/src/VBox/HostServices/SharedFolders/mappings.cpp (modified) SharedFoldersSvc: Must free pAutoMountPoint in vbsfMappingsRemove. ... Thu, 01 Oct 2020 17:08:02 GMT vboxsync [86395] * trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp (modified) VBoxClient/tstSeamlessX11-auto: added not about broken testcase. Thu, 01 Oct 2020 17:06:30 GMT vboxsync [86394] * trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h (modified) VBoxClient/seamless: Free mpRects in SeamlessX11::uninit. bugref:9841 Thu, 01 Oct 2020 16:22:36 GMT vboxsync [86393] * trunk/src/VBox/Additions/x11/VBoxClient/testcase/Makefile.kup (added) VBoxClient/testcase: Missing Makefile.kup file. Thu, 01 Oct 2020 16:21:36 GMT vboxsync [86392] * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) VMM/tstSSM: Cleanup leak. [doxyfix] bugref:9841 Thu, 01 Oct 2020 14:46:20 GMT vboxsync [86388] * trunk/src/VBox/VMM/testcase/tstSSM.cpp (modified) VMM/tstSSM: Cleanup leak. bugref:9841 Thu, 01 Oct 2020 14:44:33 GMT vboxsync [86387] * trunk/src/VBox/Runtime/common/log/tracelogwriter.cpp (modified) IPRT/RTTraceLogWr*: Ignore NIL on destroy (iprt protocol) and always ... Thu, 01 Oct 2020 14:42:09 GMT vboxsync [86386] * trunk/src/VBox/Runtime/common/log/tracelogreader.cpp (modified) IPRT/RTTraceLogRdrDestroy: Free pending events, ignore NIL (iprt ... Thu, 01 Oct 2020 14:26:12 GMT vboxsync [86385] * trunk/src/VBox/Runtime/testcase/tstRTStrSplit.cpp (modified) IPRT/tstRTSplit: Must disable assertions when doing negative testing. ... Thu, 01 Oct 2020 14:24:19 GMT vboxsync [86384] * trunk/src/VBox/Runtime/testcase/tstRTStrCache.cpp (modified) IPRT/tstRTStrCache: Free random strings in tst2 when done. bugref:9841 Thu, 01 Oct 2020 14:22:01 GMT vboxsync [86383] * trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp (modified) Main: bugref:9224: Small fix in linux Thu, 01 Oct 2020 14:21:30 GMT vboxsync [86382] * trunk/src/VBox/Runtime/testcase/tstRTSort.cpp (modified) IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841 Thu, 01 Oct 2020 14:20:32 GMT vboxsync [86381] * trunk/src/VBox/Runtime/testcase/tstRTSort.cpp (modified) IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841 Thu, 01 Oct 2020 14:18:39 GMT vboxsync [86380] * trunk/src/VBox/Runtime/testcase/tstRTHttp-1.cpp (modified) IPRT/tstRTHttp-1: Missing cleanup leaks. bugref:9841 Thu, 01 Oct 2020 14:16:10 GMT vboxsync [86379] * trunk/src/VBox/Runtime/testcase/tstRTEnv.cpp (modified) IPRT/tstRTEnv: cleanup leak. bugref:9841 Thu, 01 Oct 2020 13:59:14 GMT vboxsync [86378] * trunk/src/VBox/Runtime/common/string/strtonum.cpp (modified) IPRT/RTStrToInt64Ex: Shut up tstRTCRest-1 asan warning reading ... Thu, 01 Oct 2020 13:58:23 GMT vboxsync [86377] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: bugref:9224: Fixed description of the IHostDrivePartition::number Thu, 01 Oct 2020 12:44:45 GMT vboxsync [86376] * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/tstRTCRest-1: fix leaks. bugref:9841 Thu, 01 Oct 2020 12:39:20 GMT vboxsync [86375] * trunk/include/VBox/vmm/ssm.h (modified) * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp (modified) VMM/tstMMHyperHeap: Missing cleanup / leaks. bugref:9841 Thu, 01 Oct 2020 12:16:08 GMT vboxsync [86373] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/VirtualBox.xidl: fix a few typos upsetting doxygen Thu, 01 Oct 2020 11:48:44 GMT vboxsync [86372] * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) AMD IOMMU: bugref:9654 Fix logging statement. Thu, 01 Oct 2020 05:23:53 GMT vboxsync [86371] * trunk/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp (modified) tstGuestCtrlParseBuffer: Must disable assertions when doing test ... Thu, 01 Oct 2020 05:13:42 GMT vboxsync [86370] * trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp (modified) DragAndDrop: Do not allocate pObj twice in dndTransferListObjAdd. ... Thu, 01 Oct 2020 05:08:13 GMT vboxsync [86369] * trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferObject.cpp (modified) tstDnDTransferObject: Must disable assertions when doing test ... Thu, 01 Oct 2020 05:05:09 GMT vboxsync [86368] * trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferList.cpp (modified) tstDnDTransferList: Must disable assertions when doing test expected ... Thu, 01 Oct 2020 04:59:16 GMT vboxsync [86367] * trunk/src/VBox/Devices/PC/DevIoApic.cpp (modified) AMD IOMMU: bugref:9654 I/O Apic Stat name nit. Wed, 30 Sep 2020 20:59:03 GMT vboxsync [86366] * trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDPath.cpp (modified) tstDndPath: Must disable assertions when code being tested is fed bad ... Wed, 30 Sep 2020 20:56:22 GMT vboxsync [86365] * trunk/src/VBox/Debugger/testcase/tstDBGCParser.cpp (modified) tstDBGCParser: Fixed assertion because pDbgc->pUVM was NULL. bugref:9841 Wed, 30 Sep 2020 20:53:36 GMT vboxsync [86364] * trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp (modified) SharedClipboard/testcase: shClSvcClientInit is implied in ... Wed, 30 Sep 2020 20:52:28 GMT vboxsync [86363] * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) SharedClipboard: Make sure to free Legacy.lstCID in shClSvcClientInit. Wed, 30 Sep 2020 20:38:12 GMT vboxsync [86362] * trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk (modified) HostServices/testcase: None of these tests cases have any need to be ... Wed, 30 Sep 2020 18:59:31 GMT vboxsync [86361] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCFGM.cpp (modified) VMM,DBGC: Prevent leaks detection triggering in tstCFGM. bugref:9841 Wed, 30 Sep 2020 18:14:19 GMT vboxsync [86360] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTStrSimplePattern.cpp (moved) IPRT: tstStrSimplePattern -> tstRTStrSimplePattern. Wed, 30 Sep 2020 18:09:08 GMT vboxsync [86358] * trunk/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp (modified) tstStrSimplePattern: Converted to iprt/test.h (was using IPRT w/o ... Wed, 30 Sep 2020 18:07:34 GMT vboxsync [86357] * trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp (modified) tstRTStrFormat: More cleanup. Wed, 30 Sep 2020 17:14:20 GMT vboxsync [86356] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.cpp (modified) FE/Qt: bugref:9653: Wizards stuff: A bunch of golden-ratio fixes for ... Wed, 30 Sep 2020 17:12:41 GMT vboxsync [86355] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp (modified) FE/Qt: bugref:9653: Wizards stuff: A bunch of layout fixes for cloud ... Wed, 30 Sep 2020 16:13:45 GMT vboxsync [86352] * trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp (modified) tstRTStrFormat: fix. Wed, 30 Sep 2020 15:55:23 GMT vboxsync [86351] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp (modified) FE/Qt: bugref:9653: New Cloud VM wizard: Swap boot-volumes and images ... Wed, 30 Sep 2020 13:50:20 GMT vboxsync [86349] * trunk/src/VBox/Runtime/testcase/tstRTFileQuerySize-1.cpp (modified) tstRTFileQuerySize-1.cpp: It's NUL not NULL on windows. Wed, 30 Sep 2020 13:33:04 GMT vboxsync [86347] * trunk/Config.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile-header.gmk (modified) * trunk/src/libs/xpcom18a4/Config.kmk (modified) Config.kmk,++: Adding a 'asan' build type that does address sanity ... Wed, 30 Sep 2020 13:02:39 GMT vboxsync [86346] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.h (modified) FE/Qt: bugref:9653: Wizards stuff: Lots of refactoring, rename ... Wed, 30 Sep 2020 12:37:06 GMT vboxsync [86345] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVM.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVM.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp (modified) FE/Qt: bugref:9653: Wizards stuff: Pass full group name to add/create ... Wed, 30 Sep 2020 12:31:29 GMT vboxsync [86344] * 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/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) FE/Qt: bugref:9653: !VirtualBox Manager: No more need for New Cloud ... Wed, 30 Sep 2020 11:19:51 GMT vboxsync [86343] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.h (modified) FE/Qt: bugref:9653: Wizards stuff: Rework all the cloud related ... Wed, 30 Sep 2020 10:25:03 GMT vboxsync [86342] * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.h (modified) FE/Qt: bugref:9831. scm fix Wed, 30 Sep 2020 10:22:52 GMT vboxsync [86341] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.h (modified) FE/Qt: bugref:9831. reverting r140629. Wed, 30 Sep 2020 09:43:27 GMT vboxsync [86340] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.h (modified) FE/Qt: bugref:9831. scm fix. Wed, 30 Sep 2020 07:22:13 GMT vboxsync [86339] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Logging. Tue, 29 Sep 2020 12:02:55 GMT vboxsync [86338] * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp (modified) FE/Qt: bugref:9831. Build fix. Tue, 29 Sep 2020 11:56:22 GMT vboxsync [86337] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser (added) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.h (copied) FE/Qt: bugref:9831. Adding UIHelpBrowser classes. They will be used ... Tue, 29 Sep 2020 11:44:01 GMT vboxsync [86336] * trunk/src/VBox/Main/src-server/UnattendedScript.cpp (modified) bugref:9781. Fixed the comment. Mon, 28 Sep 2020 21:23:50 GMT vboxsync [86335] * trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp (modified) tstRTStrFormat: some cleanup. Mon, 28 Sep 2020 17:56:32 GMT vboxsync [86332] * trunk/src/VBox/Runtime/common/dvm/dvm.cpp (modified) Main: bugref:9224: Changed the todo comment after investigating ... Mon, 28 Sep 2020 17:21:43 GMT vboxsync [86331] * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main: bugref:9224: Changed the way to enumerate disks by scanning ... Mon, 28 Sep 2020 16:49:52 GMT vboxsync [86330] * trunk/src/VBox/Debugger/DBGCIoProvTcp.cpp (modified) Debugger: More doxygen fixes for r140613 Mon, 28 Sep 2020 16:40:45 GMT vboxsync [86329] * trunk/src/VBox/Debugger/DBGCIo.cpp (modified) * trunk/src/VBox/Debugger/DBGCIoProvIpc.cpp (modified) * trunk/src/VBox/Debugger/DBGCIoProvTcp.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.h (modified) Debugger: More doxygen fixes for r140613 Mon, 28 Sep 2020 16:20:50 GMT vboxsync [86327] * trunk/include/VBox/dbg.h (modified) * trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) * trunk/src/VBox/Debugger/DBGCIo.cpp (added) * trunk/src/VBox/Debugger/DBGCIoProvInternal.h (added) * trunk/src/VBox/Debugger/DBGCIoProvIpc.cpp (added) * trunk/src/VBox/Debugger/DBGCIoProvTcp.cpp (added) * trunk/src/VBox/Debugger/DBGCRemoteKd.cpp (modified) * trunk/src/VBox/Debugger/DBGCTcp.cpp (deleted) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/Debugger/Makefile.kmk (modified) * trunk/src/VBox/Debugger/VBoxDbgBase.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgBase.h (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.h (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCParser.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) Debugger: Allow for different I/O providers instead of only TCP So ... Mon, 28 Sep 2020 15:39:29 GMT vboxsync [86326] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItemCloud.cpp (modified) FE/Qt: bugref:9653: UIVirtualMachineItemCloud: Recache refreshed ... Mon, 28 Sep 2020 15:34:56 GMT vboxsync [86325] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h (modified) FE/Qt: bugref:9653: Reworking UIProgress to propagate signal about ... Mon, 28 Sep 2020 15:25:28 GMT vboxsync [86324] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h (modified) FE/Qt: bugref:9653: Reworking UIProgressEventHandler to have proper ... Mon, 28 Sep 2020 14:59:10 GMT vboxsync [86323] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h (modified) FE/Qt: bugref:9653: Extending UIMainEventListener with possibility to ... Mon, 28 Sep 2020 14:44:14 GMT vboxsync [86322] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h (modified) FE/Qt: bugref:9653: UIMainEventListener: A bit of cleanup related to ... Mon, 28 Sep 2020 14:32:36 GMT vboxsync [86321] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h (modified) FE/Qt: bugref:9653: UIProgressDialog: Forgot something in r140412, ... Mon, 28 Sep 2020 13:43:49 GMT vboxsync [86319] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Merge the page offset bits from the original ... Mon, 28 Sep 2020 12:33:34 GMT vboxsync [86318] * trunk/Config.kmk (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display-drm.cpp (modified) GA:Linux: bugref:9671 Non-security issue with our Linux GA binaries