# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 7:14:20 PM Mon, 25 Jan 2021 10:58:45 GMT vboxsync [87412] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMVMX: Renamed VMXR0StartVM64 to hmR0VMXStartVM and reduced the ... Mon, 25 Jan 2021 09:50:56 GMT vboxsync [87411] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMVMX: Straight path thru VMXRestoreHostState for windows hosts, ... Mon, 25 Jan 2021 05:45:39 GMT vboxsync [87410] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 Cleanup. Sun, 24 Jan 2021 20:01:59 GMT vboxsync [87409] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMVMX: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the ... Sun, 24 Jan 2021 19:57:39 GMT vboxsync [87408] * 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: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the ... Sun, 24 Jan 2021 10:28:28 GMT vboxsync [87405] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMX: Use rdfsbase and rdgsbase in hmR0VmxExportHostSegmentRegs, ... Sat, 23 Jan 2021 16:11:18 GMT vboxsync [87403] * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asm/ASMGetFSBase.asm (copied) * trunk/src/VBox/Runtime/common/asm/ASMGetGSBase.asm (copied) * trunk/src/VBox/Runtime/common/asm/ASMSetFSBase.asm (copied) * trunk/src/VBox/Runtime/common/asm/ASMSetGSBase.asm (copied) iprt/asm-amd64-x86.h: Added ASMGetFSBase, ASMSetFSBase, ASMGetGSBase ... Sat, 23 Jan 2021 02:45:29 GMT vboxsync [87401] * 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: Use wrgsbase and wrfsbase instead of wrmsr if we can when ... Sat, 23 Jan 2021 01:31:35 GMT vboxsync [87400] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Fold fetchNatPortForwardRules into the class. Add doc ... Sat, 23 Jan 2021 01:17:40 GMT vboxsync [87399] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Collect port-forwarding functions in one place. Sat, 23 Jan 2021 01:11:06 GMT vboxsync [87398] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Collect VBoxNetBaseService (receive) and lwip (send) ... Sat, 23 Jan 2021 00:56:21 GMT vboxsync [87397] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Sort some more. No code changes. Sat, 23 Jan 2021 00:25:40 GMT vboxsync [87396] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Move onLwipTcpIpInit() to its place. Sat, 23 Jan 2021 00:18:41 GMT vboxsync [87395] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Fix doxy complaint. bugref:9892 Sat, 23 Jan 2021 00:15:42 GMT vboxsync [87394] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Insertion-sort init() and run() into their place. Sat, 23 Jan 2021 00:02:01 GMT vboxsync [87393] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Insertion-sort VBoxNetLwipNAT::parseOpt() where it belongs. Fri, 22 Jan 2021 23:51:04 GMT vboxsync [87392] * trunk/src/VBox/Additions/common/testcase/led-lights.sh (modified) led-lights.sh: remove forgotten debug stuff, sigh. bugref:9892 Fri, 22 Jan 2021 23:47:33 GMT vboxsync [87391] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Allocate PDMLED console LED structs in a sensible manner for each ... Fri, 22 Jan 2021 23:46:52 GMT vboxsync [87390] * trunk/src/VBox/Additions/common/testcase/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/testcase/led-lights.sh (added) Add led-lights.sh: script to twiddle VM console LED lights. bugref:9892 Fri, 22 Jan 2021 23:32:07 GMT vboxsync [87389] * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.mac (modified) VMM/HMVMX: Saved 8 bytes in VMXRESTOREHOST. Fri, 22 Jan 2021 23:26:29 GMT vboxsync [87388] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/hm_vmx.mac (modified) * trunk/include/VBox/vmm/hmvmxinline.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.mac (modified) VMM/HMVMX: Moved VMXRESTOREHOST and VMXRestoreHostState from public ... Fri, 22 Jan 2021 23:12:45 GMT vboxsync [87387] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) Moved the hmR0SvmVmRun* prototypes to HMInternal.h. Fri, 22 Jan 2021 23:04:50 GMT vboxsync [87386] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Collect all data members in one place. Fri, 22 Jan 2021 23:03:58 GMT vboxsync [87385] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/hm_vmx.mac (modified) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Put VMX_RESTORE_HOST_REQUIRED at the top to simplify ... Fri, 22 Jan 2021 22:57:43 GMT vboxsync [87384] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Spell "service" correctly. Fri, 22 Jan 2021 22:50:05 GMT vboxsync [87383] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Make the list of includes less chaotic. Fri, 22 Jan 2021 22:42:20 GMT vboxsync [87382] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Oops, lost a hunk in r142368. Fix the build, updating the ... Fri, 22 Jan 2021 22:27:07 GMT vboxsync [87381] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Hiding the ctor/dtor of the main class right in the middle ... Fri, 22 Jan 2021 22:18:46 GMT vboxsync [87380] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: Move the code around a bit to untangle the naration and make ... Fri, 22 Jan 2021 21:39:46 GMT vboxsync [87379] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: We already have AssertComRC family of macros, so use it ... Fri, 22 Jan 2021 20:10:24 GMT vboxsync [87378] * trunk/src/VBox/Devices/Input/DevPS2K.cpp (modified) DevPS2: Prepare for operation without keyboard driver. Fri, 22 Jan 2021 19:29:15 GMT vboxsync [87377] * trunk/src/VBox/Main/src-server/darwin/iokit.cpp (modified) scm Fri, 22 Jan 2021 19:22:03 GMT vboxsync [87376] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/darwin/loadusb.sh (modified) * trunk/src/VBox/Main/include/USBProxyBackend.h (modified) * trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/iokit.cpp (modified) USB/Darwin: Capture USB devices directly through IOUSBLib, no longer ... Fri, 22 Jan 2021 18:26:45 GMT vboxsync [87375] * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT/Net: In various callback functions consistently use the callback ... Fri, 22 Jan 2021 15:29:11 GMT vboxsync [87374] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/Main: Made the HDA emulation's position adjustment configurable ... Fri, 22 Jan 2021 15:08:37 GMT vboxsync [87373] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0.cpp: Applied function pointer array workaround for ... Fri, 22 Jan 2021 15:01:51 GMT vboxsync [87372] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMR0A.asm: Baked the XMM saving and loading into the ... Fri, 22 Jan 2021 14:42:17 GMT vboxsync [87371] * 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/VMMR0/PDMR0DevHlpTracing.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlpTracing.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) AMD IOMMU: bugref:9654 Handle the case where an access might result ... Fri, 22 Jan 2021 14:14:51 GMT vboxsync [87370] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp (modified) VBoxManage/NATNetwork: Fix printing of the IPv6 prefix. A wide ... Fri, 22 Jan 2021 13:40:19 GMT vboxsync [87369] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h (modified) FE/Qt: bugref:9515. Some empty line corrections Fri, 22 Jan 2021 13:34:44 GMT vboxsync [87368] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h (modified) FE/Qt: bugref:9515. Removing some horizonal lines Fri, 22 Jan 2021 13:33:36 GMT vboxsync [87367] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/Main: Made the device emulation's timer rate configurable via ... Fri, 22 Jan 2021 13:22:18 GMT vboxsync [87366] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) FE/Qt: bugref:9515. Fixes Fri, 22 Jan 2021 12:46:20 GMT vboxsync [87365] * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.cpp (modified) FE/Qt: bugref:9871: Network Manager: Drop excessive validation part ... Fri, 22 Jan 2021 12:24:00 GMT vboxsync [87364] * 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: bugref:9515. Some refactoring Fri, 22 Jan 2021 00:48:31 GMT vboxsync [87363] * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) Main/NATNetwork: NATNetwork::setNetwork - if there are IPv4 port ... Thu, 21 Jan 2021 22:05:41 GMT vboxsync [87362] * trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTNetIPv4.cpp (modified) IPRT: Make RTNetStrToIPv4Cidr() accept prefix specified as netmask, ... Thu, 21 Jan 2021 21:13:55 GMT vboxsync [87361] * trunk/include/VBox/vmm/cpum.mac (modified) * trunk/include/VBox/vmm/cpumctx.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/CPUMRZ.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/CPUMRZA.asm (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in ... Thu, 21 Jan 2021 20:19:42 GMT vboxsync [87360] * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) fMain/NATNetwork: NATNetwork::setNetwork - validate and normalize the ... Thu, 21 Jan 2021 19:56:26 GMT vboxsync [87359] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMSVM: Straighten out the svm vmrun assembly code by having ... Thu, 21 Jan 2021 19:33:35 GMT vboxsync [87356] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) IPRT/memobj-r0drv-linux.cpp: Correct calling convention for ... Thu, 21 Jan 2021 16:24:07 GMT vboxsync [87355] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h (modified) FE/Qt: bugref:9515. More fixes. Thu, 21 Jan 2021 16:08:36 GMT vboxsync [87354] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensionpackmanager (copied) * trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileDetailsWidget.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileDetailsWidget.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileManager.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileManager.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/extensionpackmanager/UIExtensionPackManager.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/extensionpackmanager/UIExtensionPackManager.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.cpp (modified) FE/Qt: bugref:9913: Implementing Extension Pack Manager (initial ... Thu, 21 Jan 2021 15:58:13 GMT vboxsync [87353] * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp (modified) FE/Qt: bugref:9871: Network Manager: Few missed bits for code restyling. Thu, 21 Jan 2021 15:06:20 GMT vboxsync [87352] * trunk/src/VBox/Frontends/VirtualBox/src/cloud/profilemanager/UICloudProfileManager.cpp (modified) FE/Qt: bugref:9831: NLS fix for r141532. Thu, 21 Jan 2021 14:28:30 GMT vboxsync [87351] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) VMM/CPUM: Slapped a @todo on CPUM_CHANGED_XXX / CPUMCPU::fChanged. Thu, 21 Jan 2021 13:24:13 GMT vboxsync [87350] * trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp (modified) vboximg-mount: vboximg-mount no longer honors the '--root' option. ... Thu, 21 Jan 2021 12:11:34 GMT vboxsync [87349] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM/CPUM: Kicked out CPUMR3RemEnter & CPUMR3RemLeave. bugref:9576 Thu, 21 Jan 2021 12:09:05 GMT vboxsync [87348] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBox.cpp (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/UIWizardNewVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h (modified) FE/Qt: bugref:9515. Redesigning unattended page Thu, 21 Jan 2021 11:55:06 GMT vboxsync [87347] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM/CPUM: Recalc DRx after loading state. Ignore saved use flags. Thu, 21 Jan 2021 11:42:23 GMT vboxsync [87346] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp (modified) VMM/CPUM: Dropped the fForceHyper parameter of CPUMRecalcHyperDRx. ... Thu, 21 Jan 2021 11:37:30 GMT vboxsync [87345] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and ... Thu, 21 Jan 2021 11:36:03 GMT vboxsync [87344] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Moved hmR0SVMRunWrapXMM next to the function it is ... Thu, 21 Jan 2021 09:35:59 GMT vboxsync [87343] * trunk/include/VBox/iommu-amd.h (modified) * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Thu, 21 Jan 2021 09:28:42 GMT vboxsync [87342] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManagerUtils.h (modified) FE/Qt: bugref:9871: Missed bits related to renaming Host Network ... Thu, 21 Jan 2021 08:37:35 GMT vboxsync [87341] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Thu, 21 Jan 2021 04:39:44 GMT vboxsync [87340] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 scm? Thu, 21 Jan 2021 02:31:28 GMT vboxsync [87338] * trunk/src/VBox/Runtime/testcase/tstRTNetIPv4.cpp (modified) IPRT/net: G/c the second copy of an accidentally duplicate BADCIDR ... Thu, 21 Jan 2021 01:32:19 GMT vboxsync [87337] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Saved 12-13 bytes. Thu, 21 Jan 2021 01:20:00 GMT vboxsync [87336] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Restore non-volatile registers skipping loading the ... Thu, 21 Jan 2021 00:46:22 GMT vboxsync [87335] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Adding unwind info tom SVMR0VMRun and frame locations ... Wed, 20 Jan 2021 20:58:26 GMT vboxsync [87334] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Converted SVMR0VMRun to proper stack frame, ... Wed, 20 Jan 2021 20:21:38 GMT vboxsync [87333] * trunk/src/VBox/VMM/include/HMInternal.mac (modified) VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. ... Wed, 20 Jan 2021 19:03:48 GMT vboxsync [87332] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. ... Wed, 20 Jan 2021 19:02:24 GMT vboxsync [87330] * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm (modified) VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. ... Wed, 20 Jan 2021 17:09:37 GMT vboxsync [87329] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/HDA: (Release) log DMA position buffer status + DPL/DPU ... Wed, 20 Jan 2021 17:07:12 GMT vboxsync [87328] * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) Audio/HDA: Implemented FIFO watermark support [build fix]. ... Wed, 20 Jan 2021 17:01:53 GMT vboxsync [87327] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Wed, 20 Jan 2021 16:56:18 GMT vboxsync [87326] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Wed, 20 Jan 2021 13:18:48 GMT vboxsync [87325] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/HDA: Reverted r142297 ((Release) log DMA position buffer status ... Wed, 20 Jan 2021 13:12:18 GMT vboxsync [87324] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/HDA: (Release) log DMA position buffer status + DPL/DPU ... Wed, 20 Jan 2021 13:05:49 GMT vboxsync [87323] * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) Main/NATNetwork: mark up two lost todos from day 1, forgotten there ... Wed, 20 Jan 2021 12:45:43 GMT vboxsync [87322] * 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/UIWizardNewVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h (modified) FE/Qt: bugref:9515. More cleaning Wed, 20 Jan 2021 12:36:53 GMT vboxsync [87321] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM/HMR0A.asm: Renamed some macros. Wed, 20 Jan 2021 10:51:20 GMT vboxsync [87320] * trunk/src/VBox/Devices/Audio/DevHDACommon.h (modified) Audio/HDA: Implemented FIFO watermark support [build fix]. ... Wed, 20 Jan 2021 10:44:22 GMT vboxsync [87319] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.h (modified) Audio/HDA: Implemented FIFO watermark support. ticketoem2ref:36 Wed, 20 Jan 2021 10:17:56 GMT vboxsync [87318] * 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/UIWizardNewVMPageBasic1.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h (modified) FE/Qt: bugref:9515. Merging unattended install widgets into a single page Wed, 20 Jan 2021 10:14:39 GMT vboxsync [87317] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h (modified) FE/Qt: Adding isValid method to UIFilePathSelector's API Wed, 20 Jan 2021 09:50:36 GMT vboxsync [87316] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h (deleted) FE/Qt: bugref:9871: Global Preferences: Remove Network page. Wed, 20 Jan 2021 09:34:35 GMT vboxsync [87315] * trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp (modified) AMD IOMMU: bugref:9654 IOTLB cache bits. Wed, 20 Jan 2021 09:24:42 GMT vboxsync [87314] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/HDA: Let run hdaRegReadWALCLK() in R0. ticketoem2ref:36 Wed, 20 Jan 2021 09:01:11 GMT vboxsync [87313] * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp (modified) FE/Qt: bugref:9871: Network Manager: Small fix for NAT network ... Wed, 20 Jan 2021 08:58:56 GMT vboxsync [87312] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.h (modified) FE/Qt: bugref:9871: Network Manager: A bunch of changes for NAT ... Tue, 19 Jan 2021 23:45:43 GMT vboxsync [87311] * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) VMM: Cleaned out non-AMD64 code from HMR0A.asm. Tue, 19 Jan 2021 23:39:19 GMT vboxsync [87310] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMR0UtilA.asm (copied) VMM: Split out the generic VMX/SVM instruction wrapper utility method ... Tue, 19 Jan 2021 23:38:01 GMT vboxsync [87309] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) HMSVMR0.cpp: Log instruction bytes. Tue, 19 Jan 2021 17:54:51 GMT vboxsync [87308] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM/IEM: Make sure to set XSAVE_C_YMM in the xstate header so changes ... Tue, 19 Jan 2021 17:52:50 GMT vboxsync [87307] * trunk/src/VBox/Devices/Samples/DevPlayground.cpp (modified) DevPlayground.cpp: Added some very simple MMIO handling code that ... Tue, 19 Jan 2021 16:00:46 GMT vboxsync [87306] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetHostNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetHostNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp (modified) FE/Qt: bugref:9871: Network Manager: Reworking validation for host- ... Tue, 19 Jan 2021 09:56:36 GMT vboxsync [87305] * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UINetworkManager.cpp (modified) FE/Qt: bugref:9871: Network Manager: A bunch of changes for NAT ...