# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Mar 3, 2025 12:09:15 AM Wed, 17 Feb 2021 12:21:16 GMT vboxsync [87776] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/VMM/VMMAll/DBGFAllBp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3FlowTrace.cpp (modified) dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure ... Wed, 17 Feb 2021 11:42:01 GMT vboxsync [87775] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h (modified) FE/Qt: Keeping the part of the disk file name even if it includes a dot. Tue, 16 Feb 2021 23:40:35 GMT vboxsync [87774] * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInline.h (modified) VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] ... Tue, 16 Feb 2021 23:36:15 GMT vboxsync [87773] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2K.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2M.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM/TM,Devices: Store the timer name in the TMTIMER structure and ... Tue, 16 Feb 2021 18:10:05 GMT vboxsync [87772] * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) VMM/PDM: Doxygen todo fix? bugref:9943 Tue, 16 Feb 2021 18:05:41 GMT vboxsync [87771] * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943 Tue, 16 Feb 2021 17:46:45 GMT vboxsync [87770] * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) VMM/TM: Doxygen fixes. bugref:9943 Tue, 16 Feb 2021 17:44:39 GMT vboxsync [87769] * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) DevE1000: Fixed four e1kRaiseInterrupt calls broken by r29792 when ... Tue, 16 Feb 2021 17:18:38 GMT vboxsync [87768] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) VMM/TM,Devices/*: Changed the device and usb timer callbacks to take ... Tue, 16 Feb 2021 16:41:18 GMT vboxsync [87767] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2K.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2M.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) VMM/TM,Devices/*: Changed the device and usb timer callbacks to take ... Tue, 16 Feb 2021 14:27:43 GMT vboxsync [87766] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMBlkCache.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h (modified) * trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/include/TMInline.h (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take ... Tue, 16 Feb 2021 00:18:57 GMT vboxsync [87765] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMBlkCache.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) VMM/TM,*: Added flag parameter to TMR3TimerCreateInternal and renamed ... Mon, 15 Feb 2021 23:49:16 GMT vboxsync [87764] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) VMM/TM: Experimenting with changing the signature of ... Mon, 15 Feb 2021 23:40:44 GMT vboxsync [87763] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM/TM: Removed unused TMR3TimerCreateExternal api. bugref:9943 Mon, 15 Feb 2021 23:38:29 GMT vboxsync [87762] * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBInternal.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) VMM/UsbHlp: Changed the timer interface to TMTIMERHANDLE, adding the ... Mon, 15 Feb 2021 23:02:24 GMT vboxsync [87761] * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) VMM/DrvHlp: Changed the unused (at least internally) pfnTMTimerCreate ... Mon, 15 Feb 2021 22:45:27 GMT vboxsync [87760] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2K.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2M.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevFdc.cpp (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in ... Mon, 15 Feb 2021 12:15:18 GMT vboxsync [87759] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/HDA: Lots more code in the hope to resolve issue ... Mon, 15 Feb 2021 12:14:09 GMT vboxsync [87758] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDA.h (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/HDACodec.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp (modified) Audio/HDA: Lots more code in the hope to resolve issue ... Mon, 15 Feb 2021 10:44:00 GMT vboxsync [87757] * trunk/src/VBox/Frontends/VirtualBox/src/qtpatching.cpp (modified) FE/VirtualBox: Implement runtime patching of QTextBrowser (disabled ... Mon, 15 Feb 2021 10:34:48 GMT vboxsync [87756] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/qtpatching.cpp (added) FE/VirtualBox: Implement runtime patching of QTextBrowser (disabled ... Sat, 13 Feb 2021 17:53:16 GMT vboxsync [87755] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVM: Moved the RDTSC in hmR0SvmPostRunGuest to the assembly ... Sat, 13 Feb 2021 17:44:31 GMT vboxsync [87754] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.mac (modified) VMM/HMVMX: Moved the RDTSC in hmR0VmxPostRunGuest to the ... Sat, 13 Feb 2021 16:08:10 GMT vboxsync [87753] * trunk/src/VBox/Storage/VHDX.cpp (modified) Storage/VHDX: Fixed compilation in strict release builds on Linux. ... Sat, 13 Feb 2021 14:13:15 GMT vboxsync [87752] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HM: Don't use ordered writes for pVCpu->hm.s.fCheckedTLBFlush as ... Sat, 13 Feb 2021 13:57:20 GMT vboxsync [87751] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x ... Sat, 13 Feb 2021 03:37:09 GMT vboxsync [87750] * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM/TM: Further relax memory ordering when signaling update-in- ... Sat, 13 Feb 2021 03:18:27 GMT vboxsync [87749] * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) VMM/TM: Relax ordering when signaling update-in-progress in ... Sat, 13 Feb 2021 03:03:20 GMT vboxsync [87748] * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) TM: Speed up TMNotifyEndOfExecution by using TSC instead of ... Sat, 13 Feb 2021 02:56:04 GMT vboxsync [87746] * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) SUPDrv: Todo. Sat, 13 Feb 2021 02:36:05 GMT vboxsync [87745] * trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp (modified) Dhcpd: G/c delcaration of ifOutput() that never was. bugref:9288 Fri, 12 Feb 2021 21:00:51 GMT vboxsync [87744] * trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1-template.mac (modified) * trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm (modified) bs2-test1: Increase the instruction count for the CPUID test. Fri, 12 Feb 2021 17:43:03 GMT vboxsync [87743] * trunk/src/VBox/NetworkServices/NAT/Makefile.kmk (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp (deleted) * trunk/src/VBox/NetworkServices/NetLib/utils.h (deleted) NAT/Net: Rewrite the code to manage API event listeners to be, ... Fri, 12 Feb 2021 16:38:55 GMT vboxsync [87742] * trunk/src/VBox/HostDrivers/linux/Makefile (modified) HostDrivers/linux: More (mostly) wrapper related tweaks. ... Fri, 12 Feb 2021 16:37:50 GMT vboxsync [87741] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Put a size on hmR0VmxStartVmHostRIP so perf can ... Fri, 12 Feb 2021 16:36:34 GMT vboxsync [87740] * trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm (modified) SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0 ... Fri, 12 Feb 2021 16:36:17 GMT vboxsync [87739] * trunk/include/iprt/asmdefs.mac (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-wrapper.gmk (modified) SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0 ... Fri, 12 Feb 2021 16:30:08 GMT vboxsync [87738] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: G/c unnecessary #include. bugref:9929. Fri, 12 Feb 2021 15:59:58 GMT vboxsync [87737] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h (modified) FE/Qt: Working on the error indicators of QIComboBox. Fri, 12 Feb 2021 15:03:35 GMT vboxsync [87736] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIUserNamePasswordEditor.cpp (modified) FE/Qt: Working on the error indicators of QILineEdit. Fri, 12 Feb 2021 13:59:57 GMT vboxsync [87735] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Undid unintentional change in r142785. Fri, 12 Feb 2021 13:47:41 GMT vboxsync [87734] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIUserNamePasswordEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIUserNamePasswordEditor.h (modified) FE/Qt: Working on the error indicators of UIUserNamePasswordEditor. ... Fri, 12 Feb 2021 13:40:48 GMT vboxsync [87733] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 PREFETCH_IOMMU_PAGES comment and nit. Fri, 12 Feb 2021 11:00:29 GMT vboxsync [87731] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIUserNamePasswordEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIUserNamePasswordEditor.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) FE/Qt: Working on the error indicators of UIUserNamePasswordEditor Fri, 12 Feb 2021 09:56:21 GMT vboxsync [87730] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Allow continuing lookups when accesses don't ... Fri, 12 Feb 2021 02:47:03 GMT vboxsync [87729] * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) SUPDrv: Build fix. bugref:9937 Fri, 12 Feb 2021 02:24:07 GMT vboxsync [87728] * trunk/Config.kmk (modified) * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-vbox_vboxddr0.gmk (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-vbox_vmmr0.gmk (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-wrapper.gmk (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPWrapperMod-linux.c (modified) * trunk/src/VBox/HostDrivers/linux/Makefile (modified) * trunk/src/VBox/Installer/linux/Makefile-header.gmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) SUPDrv,VMMR0,VBoxDDR0,++: More work on wrapper kmods. bugref:9937 Thu, 11 Feb 2021 21:29:13 GMT vboxsync [87726] * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) Devices/Serial/UartCore: Fix lock order violation when in ... Thu, 11 Feb 2021 15:21:12 GMT vboxsync [87724] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) FE/Qt: Dont mark QILineEdit thru color change. Use instead an icon Thu, 11 Feb 2021 13:55:09 GMT vboxsync [87723] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Try to placate VisualC that is really paranoid about ... Thu, 11 Feb 2021 11:16:20 GMT vboxsync [87722] * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSearchWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) FE/Qt: Adding tooltip to UIToolBox page title icons for accessibility. Thu, 11 Feb 2021 09:44:37 GMT vboxsync [87721] * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UILanguageSettingsEditor.cpp (modified) FE/Qt: bugref:9532: Qt 5.15.2 migration revealed layout abusing in ... Thu, 11 Feb 2021 09:42:55 GMT vboxsync [87720] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp (modified) FE/Qt: bugref:9532: Qt 5.15.2 migration: Fix obsolete Qt::Alignment init. Thu, 11 Feb 2021 09:42:30 GMT vboxsync [87719] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.cpp (modified) FE/Qt: bugref:9532: Qt 5.15.2 migration: Fix obsolete Qt::ItemFlags init. Thu, 11 Feb 2021 08:50:48 GMT vboxsync [87718] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRestorableGeometry.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp (modified) FE/Qt: bugref:9532: Qt 5.15.2 migration: Fix obsolete Qt::WindowFlags ... Thu, 11 Feb 2021 08:26:33 GMT vboxsync [87717] * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) FE/Qt: bugref:9532: Qt 5.15.2 migration: Force fusion style for Qt ... Thu, 11 Feb 2021 07:17:35 GMT vboxsync [87715] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Thu, 11 Feb 2021 07:12:58 GMT vboxsync [87714] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Thu, 11 Feb 2021 06:27:01 GMT vboxsync [87713] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Thu, 11 Feb 2021 06:14:13 GMT vboxsync [87712] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Thu, 11 Feb 2021 04:53:34 GMT vboxsync [87711] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Don't hold PDM lock while reading commands ... Thu, 11 Feb 2021 02:14:40 GMT vboxsync [87710] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) NAT/Net: Call Loopback mapping initialization (forgotten in ... Thu, 11 Feb 2021 00:11:20 GMT vboxsync [87709] * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) SUPDrv: Build fix for older kernels, 3rd attempt. bugref:9937 Thu, 11 Feb 2021 00:09:46 GMT vboxsync [87708] * trunk/src/VBox/HostDrivers/Support/linux/SUPWrapperMod-linux.c (modified) SUPDrv: Doxygen fix. bugref:9937 Thu, 11 Feb 2021 00:04:31 GMT vboxsync [87707] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Move the code to init the loopback map into a method of its ... Thu, 11 Feb 2021 00:03:12 GMT vboxsync [87706] * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) SUPDrv: Build fix for older kernels, 2nd attempt. bugref:9937 Thu, 11 Feb 2021 00:02:04 GMT vboxsync [87705] * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) SUPDrv: Doxygen fix. bugref:9937 Wed, 10 Feb 2021 23:59:11 GMT vboxsync [87704] * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) SUPDrv: Build fix for older kernels. bugref:9937 Wed, 10 Feb 2021 22:12:40 GMT vboxsync [87703] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/vbox-ips.mog (modified) Installer/solaris: Additional amendment to vbox-ips.mog to remove ... Wed, 10 Feb 2021 20:37:53 GMT vboxsync [87702] * trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp (modified) SUP: Build fix. bugref:9937 Wed, 10 Feb 2021 20:36:30 GMT vboxsync [87701] * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) SUPDrv: Build fix. bugref:9937 Wed, 10 Feb 2021 20:21:04 GMT vboxsync [87700] * trunk/Config.kmk (modified) * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvSem.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-vbox_vboxddr0.gmk (added) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-vbox_vmmr0.gmk (added) * trunk/src/VBox/HostDrivers/Support/linux/Makefile-wrapper.gmk (added) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPWrapperMod-linux.c (added) * trunk/src/VBox/HostDrivers/Support/linux/VBoxR0-wrapped.lds (added) * trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) SUPDrv,++: Experimental support for wrapping .r0 modules in native ... Wed, 10 Feb 2021 17:38:22 GMT vboxsync [87699] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) FE/Qt: bugref:9831. scm fix Wed, 10 Feb 2021 17:21:46 GMT vboxsync [87698] * trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) NAT/Net: G/c unused wrappers to query IHost for DomainName and ... Wed, 10 Feb 2021 17:20:34 GMT vboxsync [87697] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp (modified) FE/Qt: bugref:9831. Some windows fixes Wed, 10 Feb 2021 17:10:58 GMT vboxsync [87696] * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) NAT/Net: G/c more unused code. bugref:9929. Wed, 10 Feb 2021 17:10:05 GMT vboxsync [87695] * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) NAT/Net: G/c unused code. bugref:9929. Wed, 10 Feb 2021 17:00:01 GMT vboxsync [87694] * trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp (modified) Dhcpd: Config::i_read - fix typo in comment. NB: the comment seems ... Wed, 10 Feb 2021 16:58:22 GMT vboxsync [87693] * trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp (modified) Dhcpd: Fix comment, we are reading the config file, not the log file. ... Wed, 10 Feb 2021 16:50:02 GMT vboxsync [87692] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Drop the atomic reads when holding the lock. Wed, 10 Feb 2021 16:20:11 GMT vboxsync [87691] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) AMD IOMMU: bugref:9654 Replace IOMMU device lock with the PDM lock ... Wed, 10 Feb 2021 16:00:28 GMT vboxsync [87690] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Call IEMExecVmxVmexitExtInt when the external interrupt ... Wed, 10 Feb 2021 15:40:48 GMT vboxsync [87689] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed "permission error" during target ... Wed, 10 Feb 2021 15:28:46 GMT vboxsync [87688] * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Now that VBoxNetNAT gets all its settings via the API, the ... Wed, 10 Feb 2021 14:44:06 GMT vboxsync [87687] * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp (modified) Shared Clipboard/Transfers: Toned down flow logging a bit for common ... Wed, 10 Feb 2021 13:17:50 GMT vboxsync [87686] * trunk/include/VBox/GuestHost/SharedClipboard-transfers.h (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp (modified) Shared Clipboard/Transfers: Renaming. ​bugref:9437 Wed, 10 Feb 2021 13:13:31 GMT vboxsync [87685] * trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk (modified) Shared Clipboard/Transfers: Makefile tweaking for VBoxClient. ... Wed, 10 Feb 2021 12:54:23 GMT vboxsync [87684] * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing ... Wed, 10 Feb 2021 12:47:51 GMT vboxsync [87683] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed pylint issues Wed, 10 Feb 2021 12:40:58 GMT vboxsync [87682] * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing ... Wed, 10 Feb 2021 12:29:18 GMT vboxsync [87681] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed pylint issues Wed, 10 Feb 2021 12:13:03 GMT vboxsync [87680] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed pylint issues Wed, 10 Feb 2021 12:11:46 GMT vboxsync [87679] * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) Reverting r142718, this API is available since Qt 5.10. Wed, 10 Feb 2021 12:09:44 GMT vboxsync [87678] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed pylint issues Wed, 10 Feb 2021 11:57:49 GMT vboxsync [87677] * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: bugref:9532: Build fix. Wed, 10 Feb 2021 11:47:43 GMT vboxsync [87676] * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing ... Wed, 10 Feb 2021 11:45:30 GMT vboxsync [87675] * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing ... Wed, 10 Feb 2021 10:24:01 GMT vboxsync [87674] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed pylint issues Wed, 10 Feb 2021 10:14:50 GMT vboxsync [87673] * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (modified) Main: bugref:9224: Testcase: fixed pylint issues Wed, 10 Feb 2021 09:57:14 GMT vboxsync [87672] * trunk/src/VBox/ValidationKit/tests/storage/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py (added) Main: bugref:9224: Added testcase for the task