# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 17, 2024 12:36:54 PM Tue, 08 Feb 2022 15:26:58 GMT vboxsync [93661] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMExpertPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMExpertPage.h (modified) FE/Qt: bugref:10193. Add a missing connection in expert page and ... Tue, 08 Feb 2022 15:15:54 GMT vboxsync [93660] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp (modified) FE/Qt: bugref:10193. build fix. Tue, 08 Feb 2022 14:53:08 GMT vboxsync [93659] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMExpertPage.cpp (modified) FE/Qt: bugref:10193. Some fixes in clone vm wizard. Plus some changes ... Tue, 08 Feb 2022 14:01:17 GMT vboxsync [93657] * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of ... Tue, 08 Feb 2022 13:58:21 GMT vboxsync [93656] * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM: Added padding check for VM::iem. bugref:10094 Tue, 08 Feb 2022 13:56:01 GMT vboxsync [93655] * trunk/include/VBox/vmm/gvm.h (modified) * trunk/include/VBox/vmm/vmcc.h (modified) * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/IEMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/include/TMInternal.h (modified) VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of ... Tue, 08 Feb 2022 12:26:36 GMT vboxsync [93654] * trunk/src/VBox/VMM/VMMR0/TMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) TM: Set up the tm.s.VirtualGetRawDataR0 pointers in ring-0. bugref:10094 Tue, 08 Feb 2022 11:45:44 GMT vboxsync [93653] * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 ... Tue, 08 Feb 2022 11:26:14 GMT vboxsync [93652] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNetShaper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 ... Tue, 08 Feb 2022 10:53:29 GMT vboxsync [93651] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM/PGM,*: Split the physical access handler type registration into ... Tue, 08 Feb 2022 10:43:53 GMT vboxsync [93650] * trunk/include/VBox/vmm/gvm.h (modified) * trunk/include/VBox/vmm/gvm.mac (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/iom.h (modified) * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMmioNew.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR0/IEMR0.cpp (added) * trunk/src/VBox/VMM/VMMR0/IOMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0Pool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.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/PGMPool.cpp (modified) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IOMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/PGM,*: Split the physical access handler type registration into ... Tue, 08 Feb 2022 10:04:46 GMT vboxsync [93649] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp (modified) FE/Qt: bugref:10081, bugref:10193. Adding missing menu action and ... Tue, 08 Feb 2022 09:09:44 GMT vboxsync [93648] * trunk/src/VBox/Frontends/Common/PasswordInput.cpp (modified) FE: bugref:9955: Fixed scm errors. Tue, 08 Feb 2022 09:05:38 GMT vboxsync [93647] * trunk/src/VBox/Frontends/Common/PasswordInput.cpp (modified) FE: bugref:9955: Added conversion from console codepage to UTF-8 in ... Tue, 08 Feb 2022 08:15:30 GMT vboxsync [93646] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.h (modified) FE/Qt: bugref:9515. Clean up. Tue, 08 Feb 2022 07:04:30 GMT vboxsync [93645] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) FE/Qt: bugref:9515. A small fix. Mon, 07 Feb 2022 21:15:16 GMT vboxsync [93644] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/vbox-ips.mog (modified) Installer/solaris: The VBoxPython*.so files in directory ... Mon, 07 Feb 2022 16:58:33 GMT vboxsync [93643] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp (modified) FE/Qt: bugref:9515. Addendum to r149783. Changing windows edition ... Mon, 07 Feb 2022 14:36:58 GMT vboxsync [93642] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.h (modified) FE/Qt: bugref:9515. Addendum to r149783. Getting rid of temporary ... Mon, 07 Feb 2022 14:02:44 GMT vboxsync [93640] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/utf8-win.cpp (modified) Runtime: bugref:9955: Added conversion from console codepage to UTF-8 ... Mon, 07 Feb 2022 13:49:57 GMT vboxsync [93639] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/MachineImpl: Always return a NVRAM file path as the TPM might be ... Mon, 07 Feb 2022 13:02:17 GMT vboxsync [93638] * 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/wizards/editors/UIWizardNewVMEditors.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp (modified) FE/Qt: bugref:9515. Passing a reference of CUnattended to new vm ... Mon, 07 Feb 2022 11:22:06 GMT vboxsync [93637] * trunk/src/VBox/Main/src-all/VirtualBoxTranslator.cpp (modified) Main: bugref:1909: Fixed initial language determination when no ... Mon, 07 Feb 2022 10:50:26 GMT vboxsync [93636] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp (modified) VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical ... Mon, 07 Feb 2022 10:43:45 GMT vboxsync [93635] * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-internal.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMmioNew.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOMR3Mmio.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.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/PGMPool.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical ... Mon, 07 Feb 2022 08:28:58 GMT vboxsync [93634] * trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk (modified) GA Attestation signing: cd to repackadd directory Mon, 07 Feb 2022 01:27:28 GMT vboxsync [93633] * trunk/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM/PDMNetShaper: Statistics. bugref:5582 Mon, 07 Feb 2022 01:15:44 GMT vboxsync [93632] * trunk/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp (modified) VMM/PDMNetShaper: Tweaked the cTokensAdded and cTokens calculations ... Mon, 07 Feb 2022 00:45:08 GMT vboxsync [93631] * trunk/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM/PDMNetShaper: Don't start the unchoke thread unless there are are ... Sun, 06 Feb 2022 23:47:45 GMT vboxsync [93630] * trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp (modified) VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off ... Sun, 06 Feb 2022 23:45:44 GMT vboxsync [93629] * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) VMM/MMHyper: Removed unused code. [build fix] bugref:10093 Sun, 06 Feb 2022 23:44:05 GMT vboxsync [93628] * trunk/include/VBox/param.h (modified) * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pdmnetshaper.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/Devices/Network/DrvNetShaper.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/include/PDMNetShaperInternal.h (deleted) VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off ... Sun, 06 Feb 2022 23:35:13 GMT vboxsync [93627] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) VBoxManage/showvminfo: bandwidth group display tweaking. Sun, 06 Feb 2022 18:04:51 GMT vboxsync [93626] * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) VMM/MMHyper: Removed unused code. [build fix] bugref:10093 Sun, 06 Feb 2022 16:36:27 GMT vboxsync [93625] * trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk (modified) GA Attestation signing: replacing kmk_mv with cygwin mv. Looks first ... Sun, 06 Feb 2022 16:01:51 GMT vboxsync [93624] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/PGMPhys: Changed two MMHyperAlloc calls for MMIO mappings and ROM ... Sun, 06 Feb 2022 16:01:12 GMT vboxsync [93623] * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) VMM/MMHyper: Removed unused code. [build fix] bugref:10093 Sun, 06 Feb 2022 15:55:04 GMT vboxsync [93622] * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) VMM/MMHyper: Removed unused code. [build fix] bugref:10093 Sun, 06 Feb 2022 09:54:58 GMT vboxsync [93621] * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) VMM/MMHyper: Removed unused code. [build fix] bugref:10093 Sun, 06 Feb 2022 09:43:00 GMT vboxsync [93620] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) VMM/MMHyper: Removed unused code. bugref:10093 Sun, 06 Feb 2022 09:37:24 GMT vboxsync [93619] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) VMM/PGMPool: Missed a coupld of MMHyperCCToR3/R0 calls. bugref:10093 Sun, 06 Feb 2022 09:26:15 GMT vboxsync [93618] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) VMM/PGMPhys: Replaced two MMR3HyperAllocOnceNoRel calls with direct ... Sun, 06 Feb 2022 08:35:16 GMT vboxsync [93617] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM/PGMPool: Replaced MMR3HyperAllocOnceNoRel call with direct ... Sun, 06 Feb 2022 08:03:47 GMT vboxsync [93616] * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) SUP: Make sure SUPR3PageAllocEx returns zero'ed memory. bugref:10094 Sun, 06 Feb 2022 07:35:04 GMT vboxsync [93615] * trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp (modified) VMM/DBGR3Trace: Replaced MMR3HyperAllocOnceNoRel call with direct ... Sun, 06 Feb 2022 04:33:08 GMT vboxsync [93614] * trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp (modified) fix formatting burn from copying code from online changeset diff into ... Sun, 06 Feb 2022 04:23:27 GMT vboxsync [93613] * trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp (modified) Only wake worker after pause/resume if queue enabled by driver Sat, 05 Feb 2022 19:17:17 GMT vboxsync [93612] * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) VMM/PDMQueue: Doxygen fixes. bugref:10093 Sat, 05 Feb 2022 19:11:22 GMT vboxsync [93611] * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM/PDMQueue: Removed unused function. bugref:10093 Sat, 05 Feb 2022 19:04:28 GMT vboxsync [93610] * trunk/src/VBox/VMM/VMMR0/PDMR0Queue.cpp (added) VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be ... Sat, 05 Feb 2022 19:03:08 GMT vboxsync [93609] * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vmm/gvm.h (modified) * trunk/include/VBox/vmm/gvm.mac (modified) * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pdmqueue.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/include/VBox/vmm/vmmr3vtable-def.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0DevHlpTracing.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/tstPDMQueue.cpp (added) VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be ... Fri, 04 Feb 2022 18:27:43 GMT vboxsync [93608] * trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk (modified) GA attestation signing: adding EV signing for .cab Fri, 04 Feb 2022 15:40:30 GMT vboxsync [93607] * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.h (modified) FE/Qt: bugref:9515. Adding edition selection combo to guided new vm ... Fri, 04 Feb 2022 14:48:36 GMT vboxsync [93606] * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMUnattendedPage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMUnattendedPage.h (modified) FE/Qt: bugref:9515. Removing image index selector from new vm wizard. Fri, 04 Feb 2022 14:38:36 GMT vboxsync [93605] * trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk (modified) scm Fri, 04 Feb 2022 14:34:26 GMT vboxsync [93604] * trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk (modified) Attestation signing for Windows GA Fri, 04 Feb 2022 14:11:42 GMT vboxsync [93603] * trunk/src/VBox/ValidationKit/bootsectors/bs3-memalloc-1.c64 (modified) ValKit/bs3-memalloc-1: No C99 for now. bugref:10093 Fri, 04 Feb 2022 13:03:20 GMT vboxsync [93602] * 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:9515. Adding a combo box to the UINameAndSystemEditor. ... Fri, 04 Feb 2022 09:01:01 GMT vboxsync [93601] * trunk/src/VBox/Devices/Network/Dev3C501.cpp (modified) * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) Dev3C501/DevDP8390: Reworked code to split R3/R0 data. Fri, 04 Feb 2022 08:59:13 GMT vboxsync [93600] * trunk/include/VBox/vmm/vmmr3vtable.h (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3VTable.cpp (modified) VMM: Put dummy function w/ assertion for reserved VMM function table ... Thu, 03 Feb 2022 21:47:03 GMT vboxsync [93599] * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) VMM/PGM: Init HCPhysZeroPg and HCPhysMmioPg in ring-0 and forget ... Thu, 03 Feb 2022 21:46:06 GMT vboxsync [93598] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/VMMR3/MM.cpp (modified) VMM/MM: Removed unused MMR3HCPhys2HCVirt(). bugref:10093 Thu, 03 Feb 2022 21:45:05 GMT vboxsync [93597] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) VMM/MM: Removed now unused MMR3HyperHCVirt2HCPhys(). bugref:10093 Thu, 03 Feb 2022 21:43:35 GMT vboxsync [93596] * trunk/include/VBox/vmm/mm.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) VMM/PGM: Init HCPhysZeroPg and HCPhysMmioPg in ring-0 and forget ... Thu, 03 Feb 2022 21:28:31 GMT vboxsync [93595] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp (deleted) * trunk/src/VBox/VMM/include/MMInternal.h (modified) VMM/MM: Removed unused MMR3PageDummyHCPhys & MMR3PageDummyHCPtr ... Thu, 03 Feb 2022 21:05:05 GMT vboxsync [93593] * trunk/include/VBox/vmm/gvm.h (modified) * trunk/include/VBox/vmm/gvm.mac (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM: Embedded the zero and mmio-dummy pages into the VM structure and ... Thu, 03 Feb 2022 20:09:04 GMT vboxsync [93592] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp (modified) VMM/MM: Removed some more unused functions. bugref:9517 Thu, 03 Feb 2022 19:14:39 GMT vboxsync [93591] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Comment. Thu, 03 Feb 2022 16:45:47 GMT vboxsync [93590] * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) DevDP8390: Manual 0xff loop write optimization (gcc 10+ does this on ... Thu, 03 Feb 2022 16:00:59 GMT vboxsync [93589] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Detect windows server versions in ... Thu, 03 Feb 2022 15:58:49 GMT vboxsync [93588] * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/Global,FE/Qt: Added OS type for windows server 2022. Thu, 03 Feb 2022 15:40:21 GMT vboxsync [93587] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Set IMAGE/WINDOWS/EDITIONID (or IMAGE/FLAGS absent) ... Thu, 03 Feb 2022 15:21:32 GMT vboxsync [93586] * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp (modified) VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily ... Thu, 03 Feb 2022 14:51:59 GMT vboxsync [93585] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Correction to r149171, only make detectIsoOS return ... Thu, 03 Feb 2022 14:49:19 GMT vboxsync [93584] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Update detectedOS* attributes when setting ... Thu, 03 Feb 2022 14:21:09 GMT vboxsync [93583] * trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp (modified) VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily ... Thu, 03 Feb 2022 14:15:58 GMT vboxsync [93582] * trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp (modified) VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily ... Thu, 03 Feb 2022 13:52:21 GMT vboxsync [93581] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Extract the languages from the XML too. bugref:9781 Thu, 03 Feb 2022 13:35:16 GMT vboxsync [93580] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Do mixcase element searching for everything. Added ... Thu, 03 Feb 2022 13:05:17 GMT vboxsync [93579] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Fix for ... Thu, 03 Feb 2022 12:39:56 GMT vboxsync [93578] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Get the image architecture if we can. bugref:9781 Thu, 03 Feb 2022 12:35:45 GMT vboxsync [93577] * trunk/include/iprt/formats/wim.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: The image version is inside the WINDOWS element, not ... Thu, 03 Feb 2022 12:18:25 GMT vboxsync [93576] * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) Main/HostNetworkInterfaceImpl: Convert exit code from VBoxNetAdpCtl ... Thu, 03 Feb 2022 12:16:48 GMT vboxsync [93575] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: The image version is inside the WINDOWS element, not ... Thu, 03 Feb 2022 11:27:27 GMT vboxsync [93574] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HM: Nested VMX: bugref:10092 Separate out VM-exit counters for ... Thu, 03 Feb 2022 11:22:36 GMT vboxsync [93573] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) VMM: Nested VMX: bugref:10092 The guest SLAT mode should be EPT even ... Thu, 03 Feb 2022 11:17:37 GMT vboxsync [93572] * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) VMM: Nested VMX: bugref:10092 When paging isn't enabled when using ... Thu, 03 Feb 2022 11:02:30 GMT vboxsync [93571] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Only valid imageIndex if we detect images on the ... Thu, 03 Feb 2022 10:43:20 GMT vboxsync [93570] * trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp (modified) Main/NvramStore: Don't try to save the NVRAM store when the filepath ... Thu, 03 Feb 2022 09:20:06 GMT vboxsync [93569] * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) FE/Qt: Default strings for added NIC types. Thu, 03 Feb 2022 08:01:15 GMT vboxsync [93568] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) FE/Qt: bugref:9515. Detaching CMachine instance during ... Thu, 03 Feb 2022 07:51:55 GMT vboxsync [93567] * trunk/src/VBox/Devices/Network/Dev3C501.cpp (modified) * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) DevDP8390/3C501: Fixed type mismatch. Thu, 03 Feb 2022 07:43:16 GMT vboxsync [93566] * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) DevDP8390: Removed stray percent signs from debug info formatting ... Thu, 03 Feb 2022 07:37:57 GMT vboxsync [93565] * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) DevDP8390: Logging fixes. Thu, 03 Feb 2022 07:31:00 GMT vboxsync [93564] * trunk/src/VBox/Devices/Network/Dev3C501.cpp (modified) * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) DevDP8390/3C501: Removed unneeded inline functions. Thu, 03 Feb 2022 07:24:54 GMT vboxsync [93563] * trunk/src/VBox/Devices/Network/Dev3C501.cpp (modified) Dev3C501: Removed extraneous printf argument. Thu, 03 Feb 2022 07:17:21 GMT vboxsync [93562] * trunk/src/VBox/Devices/Network/DevDP8390.cpp (modified) Build fix, somehow forgot to merge compilation fixes. Thu, 03 Feb 2022 07:02:29 GMT vboxsync [93561] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Work around inability of XPCOM to handle enums starting with a digit. Thu, 03 Feb 2022 06:37:40 GMT vboxsync [93560] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/Dev3C501.cpp (added) * trunk/src/VBox/Devices/Network/DevDP8390.cpp (added) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) * trunk/src/VBox/Devices/build/VBoxDDR0.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Added emulation of several classic Ethernet adapters. Wed, 02 Feb 2022 23:52:39 GMT vboxsync [93559] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) VirtualBox.xidl: docs. bugref:9781