# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Dec 15, 2024 7:57:57 PM 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 Wed, 02 Feb 2022 23:51:45 GMT vboxsync [93558] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) VBoxManage/unattended: List detected windows images. bugref:9781 Wed, 02 Feb 2022 23:15:11 GMT vboxsync [93557] * trunk/src/VBox/VMM/.scm-settings (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM: Enabled checks for ASMMemIsZeroPage and ASMMemZeroPage, ... Wed, 02 Feb 2022 23:07:34 GMT vboxsync [93555] * trunk/src/VBox/VMM/testcase/tstX86-1.cpp (modified) VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, ... Wed, 02 Feb 2022 22:57:02 GMT vboxsync [93554] * trunk/include/VBox/param.h (modified) * trunk/include/VBox/vmm/gmm.h (modified) * trunk/src/VBox/VMM/.scm-settings (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h (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/PDMAllCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGstSlatEpt.cpp.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/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/DBGFR0Bp.cpp (modified) * trunk/src/VBox/VMM/VMMR0/DBGFR0Tracer.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/IOMR0IoPort.cpp (modified) * trunk/src/VBox/VMM/VMMR0/IOMR0Mmio.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0Pool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0TripleFaultHack.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GVMMR3.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOMR3IoPort.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOMR3Mmio.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlpTracing.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/PGMHandler.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/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/MMInternal.h (modified) * trunk/src/VBox/VMM/include/NEMInternal.h (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCFGM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp (modified) * trunk/src/VBox/VMM/testcase/tstSSM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp (modified) * trunk/src/VBox/VMM/testcase/tstX86-1.cpp (modified) VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, ... Wed, 02 Feb 2022 19:58:34 GMT vboxsync [93552] * trunk/src/VBox/Installer/solaris/vbox-ips.mog (modified) Installer/solaris: Fix not working attempt to suppress ... Wed, 02 Feb 2022 18:58:31 GMT vboxsync [93551] * trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h (modified) * trunk/src/VBox/Additions/x11/VBoxClient/main.cpp (modified) Additions: X11: VBoxClient: move Wayland detection function into ... Wed, 02 Feb 2022 18:56:39 GMT vboxsync [93550] * trunk/src/VBox/Installer/solaris/vbox-ips.mog (modified) Installer/solaris: Suppress dependency on libpython2.7.so.* Wed, 02 Feb 2022 18:55:27 GMT vboxsync [93549] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Installer/solaris: Force vboxshell.py to use python3 since that's ... Wed, 02 Feb 2022 18:08:28 GMT vboxsync [93548] * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: When saving the settings fails when creating a new ... Wed, 02 Feb 2022 17:28:38 GMT vboxsync [93547] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp (modified) FE/Qt: bugref:9515. Some small fixes related to cleaning up in new vm ... Wed, 02 Feb 2022 15:44:53 GMT vboxsync [93546] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp (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, Main/Unattended. ​​​bugref:9515, ​​​bugref:9781. Adding ... Wed, 02 Feb 2022 13:32:23 GMT vboxsync [93545] * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (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) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) FE/Qt, Main/Unattended. ​​bugref:9515, ​​bugref:9781. Creating ... Wed, 02 Feb 2022 12:46:50 GMT vboxsync [93544] * trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp (modified) IPRT: Default to UTF-8 on macOS when nothing else is given in the ... Wed, 02 Feb 2022 12:40:40 GMT vboxsync [93543] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp (modified) IPRT: Default to UTF-8 on macOS when nothing else is given in the ... Wed, 02 Feb 2022 10:17:21 GMT vboxsync [93542] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp (modified) scm fix. Wed, 02 Feb 2022 10:07:07 GMT vboxsync [93541] * 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) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp (modified) FE/Qt, Main/Unattended. ​bugref:9515, ​bugref:9781. Adding a widget ... Wed, 02 Feb 2022 07:21:28 GMT vboxsync [93540] * 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, Main/Unattended. bugref:9515, bugref:9781. Adding necessary ... Wed, 02 Feb 2022 05:50:44 GMT vboxsync [93539] * trunk/src/VBox/VMM/VMMAll/PGMAllGstSlatEpt.cpp.h (modified) VMM: Nested VMX: bugref:10092 Fixed typo in assertion in checking EPT ... Wed, 02 Feb 2022 05:48:58 GMT vboxsync [93538] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:10092 Fixed INVEPT to consistently clear ... Tue, 01 Feb 2022 17:02:58 GMT vboxsync [93536] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: bugref:9781. Build fix. Tue, 01 Feb 2022 16:56:55 GMT vboxsync [93535] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/Unattended: bugref:9781. Build fix. Tue, 01 Feb 2022 16:46:52 GMT vboxsync [93534] * 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) * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/Unattended: bugref:9781. Adding an atribute to IUnattended for ... Tue, 01 Feb 2022 14:07:44 GMT vboxsync [93533] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: bugref:9781. Reading and storing image index from ... Tue, 01 Feb 2022 13:27:29 GMT vboxsync [93532] * trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp (modified) Main/Unattended: bugref:9781. Adding a missing stub to test code. Tue, 01 Feb 2022 12:53:56 GMT vboxsync [93531] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/Unattended: bugref:9781. Modifying UUID of IUnattended. Tue, 01 Feb 2022 12:29:08 GMT vboxsync [93530] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: bugref:9781. Correcting an assert check. Tue, 01 Feb 2022 12:23:58 GMT vboxsync [93529] * 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: bugref:9781. Adding an attribute to Unattended ... Tue, 01 Feb 2022 11:48:41 GMT vboxsync [93528] * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) Devices/DevFwCommon.cpp: comment typo Tue, 01 Feb 2022 10:43:00 GMT vboxsync [93527] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: bugref:9781. Build fix. Tue, 01 Feb 2022 10:34:20 GMT vboxsync [93526] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: bugref:9781. Wrapping xml tags of comments in ... Tue, 01 Feb 2022 10:28:57 GMT vboxsync [93525] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: bugref:9781. Adding a function to WIMImage struct to ... Tue, 01 Feb 2022 10:28:00 GMT vboxsync [93524] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Correcting a typo.