# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 2, 2024 2:42:03 AM Thu, 21 Oct 2021 07:45:22 GMT vboxsync [91923] * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and ... Thu, 21 Oct 2021 07:44:31 GMT vboxsync [91922] * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and ... Thu, 21 Oct 2021 07:41:36 GMT vboxsync [91921] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and ... Thu, 21 Oct 2021 06:45:26 GMT vboxsync [91920] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcArch.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and ... Thu, 21 Oct 2021 01:10:52 GMT vboxsync [91919] * trunk/src/VBox/Runtime/testcase/tstRTNetIPv4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTNetIPv6.cpp (modified) IPRT: Make RTNetStrToIPv4Cidr() and RTNetStrToIPv4Cidr() accept zero ... Thu, 21 Oct 2021 01:09:34 GMT vboxsync [91918] * trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp (modified) IPRT: Make RTNetStrToIPv4Cidr() and RTNetStrToIPv4Cidr() accept zero ... Thu, 21 Oct 2021 00:34:53 GMT vboxsync [91917] * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) NAT/Net: NATNetwork::setNetwork - be prepared for RTNetStrToIPv4Cidr ... Thu, 21 Oct 2021 00:26:53 GMT vboxsync [91916] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Convert assertion about RTNetStrToIPv4Cidr returning a valid ... Wed, 20 Oct 2021 19:45:19 GMT vboxsync [91915] * trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk (modified) Audio/Validation Kit: Added an automatic unit testing target for the ... Wed, 20 Oct 2021 19:29:46 GMT vboxsync [91914] * trunk/src/VBox/Devices/Audio/testcase/tstAudioTestService.cpp (modified) Audio/Validation Kit: Fixed testcase tstAudioTestService. ​bugref:10008 Wed, 20 Oct 2021 19:15:43 GMT vboxsync [91913] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/Validation Kit: Added the pre/post beacon sizes to the test set ... Wed, 20 Oct 2021 19:09:54 GMT vboxsync [91912] * trunk/src/VBox/Devices/Audio/AudioTest.cpp (modified) Audio/Validation Kit: Cleaned up the test tone validation code a bit. ... Wed, 20 Oct 2021 19:07:54 GMT vboxsync [91911] * trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp (modified) Audio/Validation Kit: Shortened the (fudge) time for letting the ... Wed, 20 Oct 2021 19:06:45 GMT vboxsync [91910] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/Validation Kit: Added support for recording pre/post audio ... Wed, 20 Oct 2021 19:05:44 GMT vboxsync [91909] * trunk/include/VBox/vmm/pdmcritsect.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM,PDM: Eliminated PDMDevHlpCritSectGetNopR0 and ... Wed, 20 Oct 2021 19:05:19 GMT vboxsync [91908] * trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp (modified) Audio/Validation Kit: Implemented support for injecting pre/post ... Wed, 20 Oct 2021 19:00:05 GMT vboxsync [91907] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/MM: Eliminated MMHyperCCToRC and MMHyperR0ToRC. bugref:9517 Wed, 20 Oct 2021 17:53:08 GMT vboxsync [91906] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM/PDMDevHlp: Stripped down the queue methods (completely unused at ... Wed, 20 Oct 2021 17:43:26 GMT vboxsync [91905] * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) Drv*,PDMDrvHlp: Added driver helpers for all queues operations, ... Wed, 20 Oct 2021 16:54:47 GMT vboxsync [91904] * trunk/Config.kmk (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/include/PGMGstDefs.h (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM: Nested VMX: bugref:10092 EPT guest paging mode boiler plate and ... Wed, 20 Oct 2021 14:22:30 GMT vboxsync [91901] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) Devices/Graphics/DevVGA-SVGA.cpp: Use ... Wed, 20 Oct 2021 14:16:27 GMT vboxsync [91900] * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) VMM,Devices: Add callbacks to required MMR3* APIs to the helper ... Wed, 20 Oct 2021 14:11:42 GMT vboxsync [91899] * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) VMM,Devices: Add callbacks to required MMR3* APIs to the helper ... Wed, 20 Oct 2021 13:59:08 GMT vboxsync [91898] * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) VMM,Devices: Add callbacks to required MMR3* APIs to the helper ... Wed, 20 Oct 2021 13:42:39 GMT vboxsync [91897] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/Devices/Audio/DrvHostAudioCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/GIMDev/DrvUDP.cpp (modified) * trunk/src/VBox/Devices/Network/DevINIP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvUDPTunnel.cpp (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (modified) * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcArch.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/PC/DevQemuFwCfg.cpp (modified) * trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvRawFile.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvTCP.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/Trace/DrvIfsTrace.cpp (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.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) VMM,Devices: Add callbacks to required MMR3* APIs to the helper ... Wed, 20 Oct 2021 13:42:05 GMT vboxsync [91896] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp (modified) FE/Qt: bugref:10067: UIWizardExportApp: Migrate intermediate progress ... Wed, 20 Oct 2021 13:30:17 GMT vboxsync [91895] * trunk/include/VBox/vmm/pdmqueue.h (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM: Removed raw-mode stuff from PDMQueue. bugref:9517 Wed, 20 Oct 2021 13:27:20 GMT vboxsync [91894] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h (modified) FE/Qt: bugref:10067: UIWizardExportApp: Move field setters to public ... Wed, 20 Oct 2021 13:02:11 GMT vboxsync [91893] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h (modified) FE/Qt: bugref:9996: Tiny cleanup for UIWizardExportApp. Wed, 20 Oct 2021 12:42:02 GMT vboxsync [91892] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Devices/Network: Change the network drivers to access the CFGM API ... Wed, 20 Oct 2021 12:30:27 GMT vboxsync [91891] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp (modified) Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp: Fix compilation with ... Wed, 20 Oct 2021 12:11:19 GMT vboxsync [91890] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciInternal.h (modified) Devices/Bus/DevPciIch9: Access SSM API only through the device helper ... Wed, 20 Oct 2021 12:05:47 GMT vboxsync [91889] * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) Devices/Bus/DevPciIch9: Access CFGM API only through the device ... Wed, 20 Oct 2021 12:03:15 GMT vboxsync [91888] * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) Devices/Bus/DevPciIch9: Access SSM API only through the device helper ... Wed, 20 Oct 2021 12:02:36 GMT vboxsync [91887] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) Devices/VMMDev: Access SSM API only through the device helper ... Wed, 20 Oct 2021 12:01:58 GMT vboxsync [91886] * trunk/src/VBox/Devices/Misc/DevVirtualKD.cpp (modified) Devices/Misc/DevVirtualKD.cpp: Access CFGM API only through the ... Wed, 20 Oct 2021 12:01:26 GMT vboxsync [91885] * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) Devices/PC/ACPI/VBoxAcpi.cpp: Access CFGM API only through the device ... Wed, 20 Oct 2021 11:52:45 GMT vboxsync [91884] * trunk/src/VBox/Devices/Audio/DrvHostAudioDSound.cpp (modified) Devices/Audio: Change audio drivers to access the CFGM API through ... Wed, 20 Oct 2021 11:47:48 GMT vboxsync [91883] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) Devices/Network: Change the network drivers to access the CFGM API ... Wed, 20 Oct 2021 11:41:52 GMT vboxsync [91882] * trunk/src/VBox/Devices/Storage/UsbMsd.cpp (modified) Devices/Storage: Change the USB mass storage device emulations to ... Wed, 20 Oct 2021 11:37:30 GMT vboxsync [91881] * trunk/src/VBox/Devices/Input/UsbKbd.cpp (modified) * trunk/src/VBox/Devices/Input/UsbMouse.cpp (modified) Devices/Input: Change the USB keyboard and mouse device emulations to ... Wed, 20 Oct 2021 11:37:06 GMT vboxsync [91880] * trunk/src/VBox/Devices/USB/USBProxyDevice.cpp (modified) Devices/USB: Change the USB proxy device to access the CFGM API ... Wed, 20 Oct 2021 11:35:56 GMT vboxsync [91879] * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) VMM/PDMUsb: Add CFGM and SSM helpers to PDMUSBHLP, bugref:10074 Wed, 20 Oct 2021 11:29:07 GMT vboxsync [91878] * 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/wizards/exportappliance/UIWizardExportApp.cpp (modified) FE/Qt: bugref:10067: UIWizardExportApp: Migrate CVFSExplorer related ... Wed, 20 Oct 2021 11:26:48 GMT vboxsync [91877] * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.h (modified) FE/Qt: bugref:10067: UINotificationCenter: Make handleNow() return ... Wed, 20 Oct 2021 10:47:27 GMT vboxsync [91876] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Devices/Storage/DrvVD: Access the SSM API through the driver helper ... Wed, 20 Oct 2021 09:15:43 GMT vboxsync [91875] * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) Devices/Storage: Change the storage drivers to access the CFGM API ... Wed, 20 Oct 2021 09:11:06 GMT vboxsync [91874] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. ... Wed, 20 Oct 2021 09:08:32 GMT vboxsync [91873] * trunk/src/VBox/Devices/Network/DrvVMNet.m (modified) Devices/Network: Change the network drivers to access the CFGM API ... Wed, 20 Oct 2021 09:07:44 GMT vboxsync [91872] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetShaper.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetSniffer.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvUDPTunnel.cpp (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (modified) Devices/Network: Change the network drivers to access the CFGM API ... Wed, 20 Oct 2021 09:06:26 GMT vboxsync [91871] * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) Devices/USB: Change the USB roothub driver to access the CFGM API ... Wed, 20 Oct 2021 09:06:11 GMT vboxsync [91870] * trunk/src/VBox/Devices/Trace/DrvIfsTrace.cpp (modified) Devices/Trace: Change the tracing driver to access the CFGM API ... Wed, 20 Oct 2021 09:05:50 GMT vboxsync [91869] * trunk/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvRamDisk.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Devices/Storage: Change the storage drivers to access the CFGM API ... Wed, 20 Oct 2021 09:05:37 GMT vboxsync [91868] * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvRawFile.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvTCP.cpp (modified) Devices/Serial: Change the serial drivers to access the CFGM API ... Wed, 20 Oct 2021 09:05:23 GMT vboxsync [91867] * trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp (modified) * trunk/src/VBox/Devices/Security/DrvTpmEmuTpms.cpp (modified) * trunk/src/VBox/Devices/Security/DrvTpmHost.cpp (modified) Devices/Security: Change the TPM drivers to access the CFGM API ... Wed, 20 Oct 2021 09:05:06 GMT vboxsync [91866] * trunk/src/VBox/Devices/Samples/DrvStorageFilter.cpp (modified) Devices/Samples: Change the storage filter driver to access the CFGM ... Wed, 20 Oct 2021 09:04:42 GMT vboxsync [91865] * trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp (modified) Devices/Parallel: Change host parallel port driver to access the CFGM ... Wed, 20 Oct 2021 09:04:23 GMT vboxsync [91864] * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp (modified) Devices/PC: Change ACPI drivers to access the CFGM API through the ... Wed, 20 Oct 2021 09:04:02 GMT vboxsync [91863] * trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) Devices/Input: Change input drivers to access the CFGM API through ... Wed, 20 Oct 2021 09:03:40 GMT vboxsync [91862] * trunk/src/VBox/Devices/GIMDev/DrvUDP.cpp (modified) Devices/GIM: Change UDP driver to access the CFGM API through the ... Wed, 20 Oct 2021 09:03:22 GMT vboxsync [91861] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostAudioCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostAudioPulseAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp (modified) Devices/Audio: Change audio drivers to access the CFGM API through ... Wed, 20 Oct 2021 08:53:19 GMT vboxsync [91860] * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) VMM/PDMDriver: Add CFGM and SSM helpers to PDMDRVHLPR3, bugref:10074 Wed, 20 Oct 2021 08:37:35 GMT vboxsync [91859] * trunk/src/VBox/Installer/common/virtualboxvm.desktop.in (modified) FE/Qt: bugref:10127. Hiding virtualboxvm.desktop from application menus. Wed, 20 Oct 2021 07:25:21 GMT vboxsync [91858] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/ALSA: Temporary instrumentation build for investigating ... Wed, 20 Oct 2021 06:50:10 GMT vboxsync [91857] * trunk/debian/rules (modified) * trunk/src/VBox/Installer/common/virtualbox.desktop.in (modified) * trunk/src/VBox/Installer/common/virtualboxvm.desktop.in (copied) * trunk/src/VBox/Installer/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Installer/freebsd/pkg_plist (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/debian/rules (modified) * trunk/src/VBox/Installer/linux/deffiles (modified) * trunk/src/VBox/Installer/linux/install.sh (modified) * trunk/src/VBox/Installer/linux/uninstall.sh (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) FE/Qt: bugref:10127. Adding virtualboxvm.desktop to installer. take 2. Wed, 20 Oct 2021 01:02:23 GMT vboxsync [91856] * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) VMM/MM: Build fix. bugref:10122 Wed, 20 Oct 2021 00:51:01 GMT vboxsync [91855] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) VMM/PGM: scm fix. bugref:10122 Wed, 20 Oct 2021 00:50:11 GMT vboxsync [91854] * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (deleted) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. ... Tue, 19 Oct 2021 23:55:01 GMT vboxsync [91853] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/NEM,PGM: Build fix. bugref:10122 Tue, 19 Oct 2021 23:34:50 GMT vboxsync [91852] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/NEM,PGM: Build fixes. bugref:10122 Tue, 19 Oct 2021 23:27:52 GMT vboxsync [91851] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/NEM,PGM: Build fixes. bugref:10122 Tue, 19 Oct 2021 23:27:43 GMT vboxsync [91850] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/NEM,PGM: Build fixes. bugref:10122 Tue, 19 Oct 2021 23:24:00 GMT vboxsync [91849] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) VMM/NEM,PGM: Build fixes. bugref:10122 Tue, 19 Oct 2021 23:18:13 GMT vboxsync [91848] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/nem.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/Config.kmk (modified) * trunk/src/VBox/VMM/VMMAll/NEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/NEMR3.cpp (modified) * trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) * trunk/src/VBox/VMM/include/NEMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/NEM,PGM: First bunch changes for watered down guest memory ... Tue, 19 Oct 2021 18:06:42 GMT vboxsync [91847] * trunk/debian/rules (modified) * trunk/src/VBox/Installer/common/virtualbox.desktop.in (modified) * trunk/src/VBox/Installer/common/virtualboxvm.desktop.in (deleted) * trunk/src/VBox/Installer/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Installer/freebsd/pkg_plist (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/debian/rules (modified) * trunk/src/VBox/Installer/linux/deffiles (modified) * trunk/src/VBox/Installer/linux/install.sh (modified) * trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec (modified) * trunk/src/VBox/Installer/linux/uninstall.sh (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Reverting r147647. Tue, 19 Oct 2021 18:01:00 GMT vboxsync [91846] * trunk/debian/rules (modified) * trunk/src/VBox/Installer/common/virtualbox.desktop.in (modified) * trunk/src/VBox/Installer/common/virtualboxvm.desktop.in (copied) * trunk/src/VBox/Installer/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Installer/freebsd/pkg_plist (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/debian/rules (modified) * trunk/src/VBox/Installer/linux/deffiles (modified) * trunk/src/VBox/Installer/linux/install.sh (modified) * trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec (modified) * trunk/src/VBox/Installer/linux/uninstall.sh (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) FE/Qt: bugref:10127. Adding virtualboxvm.desktop to installer. First ... Tue, 19 Oct 2021 17:19:45 GMT vboxsync [91845] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIProgressTask.cpp (modified) FE/Qt: bugref:10067: UIProgressTask: Additional case for stuff ... Tue, 19 Oct 2021 17:17:21 GMT vboxsync [91844] * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationCenter.cpp (modified) FE/Qt: bugref:10067: UINotificationCenter: Update for handleNow() ... Tue, 19 Oct 2021 17:15:37 GMT vboxsync [91843] * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObject.h (modified) FE/Qt: bugref:10067: Notification-center: Extend ... Tue, 19 Oct 2021 14:44:02 GMT vboxsync [91842] * trunk/src/VBox/ValidationKit/utils/audio/vkatCmdGeneric.cpp (modified) * trunk/src/VBox/ValidationKit/utils/audio/vkatDriverStack.cpp (modified) Audio/VKAT: Fixes for audioTestDriverStackStreamDestroy(). ​bugref:10008 Tue, 19 Oct 2021 13:39:25 GMT vboxsync [91841] * trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp (modified) Audio/ALSA: Temporary instrumentation build for investigating ... Tue, 19 Oct 2021 10:50:26 GMT vboxsync [91840] * trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp (modified) vboximg-mount: Return an error if no image UUID or path is specified, ... Tue, 19 Oct 2021 09:43:29 GMT vboxsync [91839] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Clarified AssertRC scope. Tue, 19 Oct 2021 08:56:52 GMT vboxsync [91838] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIBootFailureDialog.cpp (modified) FE/Qt: bugref:9974. Small layout fix. Tue, 19 Oct 2021 08:28:44 GMT vboxsync [91836] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) SUP: Added SUPR0GetSessionUid(). bugref:10093 Tue, 19 Oct 2021 08:04:23 GMT vboxsync [91835] * trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp (modified) Audio/ALSA: More optional (release) logging when draining stream. ... Tue, 19 Oct 2021 08:04:08 GMT vboxsync [91834] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/Validation Kit: Fixed nits in audioTestStreamDestroy(). ... Mon, 18 Oct 2021 17:47:04 GMT vboxsync [91833] * trunk/src/libs/openssl-1.1.1l/crypto/rand/rand_unix.c (modified) openssl-1.1.1l: Experiment with (hopefully upstreamable) alternative ... Mon, 18 Oct 2021 17:22:48 GMT vboxsync [91832] * trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp (modified) Audio/Validation Kit: Correctly set the probe backends flags (don't ... Mon, 18 Oct 2021 16:55:57 GMT vboxsync [91831] * trunk/src/libs/openssl-1.1.1l/crypto/rand/rand_unix.c (modified) openssl-1.1.1l: Check for SDK function availability. bugref:10126 Mon, 18 Oct 2021 16:32:29 GMT vboxsync [91830] * trunk/src/libs/Makefile.kmk (modified) Switching to openssl-1.1.1l bugref:10126 Mon, 18 Oct 2021 16:30:50 GMT vboxsync [91829] * trunk/src/libs/openssl-1.1.1k (deleted) Removing old openssl-1.1.1k bugref:10126 Mon, 18 Oct 2021 15:47:22 GMT vboxsync [91828] * trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp (modified) Audio/ALSA: More optional (release) logging when draining stream. ... Mon, 18 Oct 2021 15:30:28 GMT vboxsync [91827] * trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp (modified) Audio/ALSA: More optional (release) logging when draining stream. ... Mon, 18 Oct 2021 13:45:07 GMT vboxsync [91826] * trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp (modified) Audio/Validation Kit: Log last successful writes to backends. ... Mon, 18 Oct 2021 12:26:24 GMT vboxsync [91825] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVM.cpp (modified) FE/Qt: bugref:9996: Tiny includes cleanup for UIWizardNewCloudVM. Mon, 18 Oct 2021 10:42:34 GMT vboxsync [91824] * trunk/src/VBox/ValidationKit/utils/audio/vkatDriverStack.cpp (modified) Audio/Validation Kit: Added fail-safe for audio stacks and/or ... Mon, 18 Oct 2021 10:12:46 GMT vboxsync [91823] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-shader.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp (modified) Devices/Graphics: parser improvements; logging: bugref:9830 Mon, 18 Oct 2021 10:06:29 GMT vboxsync [91822] * trunk/src/VBox/VMM/include/PGMGstDefs.h (modified) VMM: Nested VMX: bugref:10092 Removed GST_TOTAL_PD_ENTRIES macro, no ... Mon, 18 Oct 2021 09:59:54 GMT vboxsync [91821] * trunk/src/VBox/VMM/VMMR0/PGMR0Pool.cpp (modified) VMM/PGMPool: Make we grow while on the kernel stack. [fix] bugref:10124