# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 3, 2025 2:19:27 PM Thu, 11 Jan 2018 14:01:55 GMT vboxsync [70537] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Build fix. Thu, 11 Jan 2018 14:00:12 GMT vboxsync [70536] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) Build fix, trailing spaces. Thu, 11 Jan 2018 13:33:05 GMT vboxsync [70535] * trunk/src/VBox/Main/include/DrvAudioVRDE.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) Audio/VRDE: Implemented support for dynamically attaching / detaching ... Thu, 11 Jan 2018 13:31:54 GMT vboxsync [70534] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) Audio/VRDE: Committed too much. Thu, 11 Jan 2018 13:28:49 GMT vboxsync [70533] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/AudioDriver.h (added) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/AudioDriver.cpp (added) Audio/VRDE: Implemented audio driver base class for Main audio ... Thu, 11 Jan 2018 11:30:46 GMT vboxsync [70532] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp (modified) FE/Qt: bugref:8694: A bit of layout fixes for QIMessageBox. Thu, 11 Jan 2018 11:11:32 GMT vboxsync [70531] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) Typos. Thu, 11 Jan 2018 10:39:18 GMT vboxsync [70530] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.cpp (modified) FE/Qt: bugref:8694: Runtime UI: A bit of layout fixes for VM close ... Thu, 11 Jan 2018 07:46:27 GMT vboxsync [70529] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) FE/Qt bugref:9072 Improve bookmarks panel Thu, 11 Jan 2018 07:15:34 GMT vboxsync [70528] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Temporarily back out r120196 (needs other local commit ... Thu, 11 Jan 2018 07:14:53 GMT vboxsync [70527] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Temporarily back out r120196 (neeeds another local ... Thu, 11 Jan 2018 06:56:26 GMT vboxsync [70526] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Enable executing INVPCID in the guest and cause VM-exits ... Wed, 10 Jan 2018 18:27:52 GMT vboxsync [70524] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) oops Wed, 10 Jan 2018 17:22:30 GMT vboxsync [70523] * trunk/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIStatusBarEditorWindow.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp (modified) FE/Qt: bugref:8694: Not that easy on macOS, fixes for r119246. Wed, 10 Jan 2018 15:55:16 GMT vboxsync [70522] * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) * trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py (modified) ValidationKit: More python 3 adjustments. [fixes] Wed, 10 Jan 2018 15:49:10 GMT vboxsync [70521] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) * trunk/src/VBox/ValidationKit/testdriver/reporter.py (modified) * trunk/src/VBox/ValidationKit/testdriver/tst-txsclient.py (modified) * trunk/src/VBox/ValidationKit/testdriver/txsclient.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) * trunk/src/VBox/ValidationKit/testdriver/winbase.py (modified) * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py (modified) * trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py (modified) * trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py (modified) * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) * trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py (modified) * trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py (modified) * trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py (modified) ValidationKit: More python 3 adjustments. Wed, 10 Jan 2018 15:45:02 GMT vboxsync [70520] * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) VMM/SELM: The gdtguest and ldtguest info handlers read memory and ... Wed, 10 Jan 2018 14:27:17 GMT vboxsync [70519] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) FE/Qt: bugref:9072 Synchronize actions' checked state with panel hide ... Wed, 10 Jan 2018 14:14:56 GMT vboxsync [70518] * trunk/src/VBox/ValidationKit/common/utils.py (modified) common/utils.py: Python 3 adjustments. Wed, 10 Jan 2018 14:14:45 GMT vboxsync [70517] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) * trunk/src/VBox/ValidationKit/testdriver/btresolver.py (modified) * trunk/src/VBox/ValidationKit/testdriver/reporter.py (modified) * trunk/src/VBox/ValidationKit/testdriver/tst-txsclient.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) testdriver: More python 3 adjustments. Wed, 10 Jan 2018 13:52:05 GMT vboxsync [70516] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Add VM-exit instruction information struct for INVEPT, ... Wed, 10 Jan 2018 11:55:05 GMT vboxsync [70515] * trunk/Config.kmk (modified) * trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/utils/nt/Makefile.kmk (modified) ValidationKit: import checker fixes. Wed, 10 Jan 2018 11:52:06 GMT vboxsync [70513] * trunk/src/VBox/Runtime/tools/RTLdrCheckImports.cpp (modified) RTLdrCheckImports: fListOrdinals was used uninitialized. Wed, 10 Jan 2018 11:28:23 GMT vboxsync [70512] * trunk/src/VBox/Runtime/tools/RTLdrCheckImports.cpp (modified) RTLdrCheckImports.cpp: Drop RTMEM_WRAP_TO_EF_APIS. Wed, 10 Jan 2018 11:26:42 GMT vboxsync [70511] * trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk (modified) grr Wed, 10 Jan 2018 11:24:57 GMT vboxsync [70510] * trunk/src/VBox/ValidationKit/Config.kmk (modified) grr Wed, 10 Jan 2018 11:23:52 GMT vboxsync [70509] * trunk/src/VBox/ValidationKit/Config.kmk (modified) * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) * trunk/src/VBox/ValidationKit/tests/teleportation/tdTeleportLocal1.py (modified) * trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py (modified) * trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk (modified) ValidationKit/tests: python 3 updates. Wed, 10 Jan 2018 11:21:09 GMT vboxsync [70508] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) * trunk/src/VBox/ValidationKit/testdriver/reporter.py (modified) * trunk/src/VBox/ValidationKit/testdriver/txsclient.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) testdriver: python 3 updates. Wed, 10 Jan 2018 11:07:19 GMT vboxsync [70507] * trunk/src/VBox/Main/src-global (added) * trunk/src/VBox/Main/src-global/Makefile.kup (added) * trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp (added) * trunk/src/VBox/Main/src-global/win (added) * trunk/src/VBox/Main/src-global/win/Makefile.kup (added) * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (added) * trunk/src/VBox/Main/src-global/win/VBoxSDS.rc (added) Export src-global and all files under it to OSE. bugref:3300: ... Wed, 10 Jan 2018 11:06:20 GMT vboxsync [70506] * trunk/src/VBox/Main/src-global (deleted) Unexport src-global and all files under it from OSE, as not all files ... Wed, 10 Jan 2018 11:02:21 GMT vboxsync [70505] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) FE/Qt:Log Viewer: fix a burn due to an unreferenced parameter. ... Wed, 10 Jan 2018 10:54:38 GMT vboxsync [70504] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) testdriver/vbox.py: Changed txsCdWait to look for valkit.txt. This ... Wed, 10 Jan 2018 10:50:52 GMT vboxsync [70503] * trunk/src/VBox/ValidationKit/Makefile.kmk (modified) ValidationKit: Adding valkit.txt to the iso as a file to check for ... Wed, 10 Jan 2018 10:49:22 GMT vboxsync [70502] * trunk/src/VBox/Main/src-global (added) * trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp (added) Export VirtualBoxSDSImpl.cpp and the containing folder to OSE. ... Wed, 10 Jan 2018 10:26:21 GMT vboxsync [70501] * trunk/src/VBox/ValidationKit/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/docs/valkit.txt (added) ValidationKit: Adding valkit.txt to the iso as a file to check for ... Wed, 10 Jan 2018 09:36:36 GMT vboxsync [70500] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) FE/Qt bugref:9072 Derive logviewer's panel widgets from the same base Tue, 09 Jan 2018 22:57:49 GMT vboxsync [70498] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) hmR0VmxExitMovCRx: When reading into RSP/ESP we must set ... Tue, 09 Jan 2018 16:09:23 GMT vboxsync [70496] * trunk/Config.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * 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) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp (modified) Audio: Renamed VBOX_WITH_VRDE_AUDIO -> VBOX_WITH_AUDIO_VRDE. Tue, 09 Jan 2018 13:39:08 GMT vboxsync [70495] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h (modified) FE/Qt: Remove a forgotten printf Tue, 09 Jan 2018 12:24:31 GMT vboxsync [70493] * trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp (modified) Audio/DrvHostValidationKit: Build fixes. Mon, 08 Jan 2018 22:15:50 GMT vboxsync [70491] * trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified) testdriver/vboxtestvms.py: Prep for NT 3.1 smoke test vm. Mon, 08 Jan 2018 22:14:41 GMT vboxsync [70490] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) testdrivers/vbox.py,vboxwrappers.py: Adjustments for NT 3.1 ... Mon, 08 Jan 2018 20:41:30 GMT vboxsync [70489] * trunk/src/VBox/ValidationKit/vms/t-nt310.txt (modified) ValidationsKit/t-nt310.txt: updates Mon, 08 Jan 2018 20:40:45 GMT vboxsync [70488] * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp (modified) * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceInternal.h (modified) ValidationKit/TestExecService: Added verbose output option. Made the ... Mon, 08 Jan 2018 20:04:54 GMT vboxsync [70487] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) FE/Qt: bugref:9072 The first attempt on logviewer's bookmark panel Mon, 08 Jan 2018 14:16:16 GMT vboxsync [70486] * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp (modified) IPRT/process-win.cpp: Make inheritance work on NT 3.1 too. Mon, 08 Jan 2018 10:57:34 GMT vboxsync [70485] * trunk/src/VBox/Runtime/r3/socket.cpp (modified) iprt/socket.cpp: stupid me Mon, 08 Jan 2018 10:12:19 GMT vboxsync [70484] * trunk/src/VBox/Runtime/r3/socket.cpp (modified) iprt/socket.cpp: two fixes Sun, 07 Jan 2018 21:43:45 GMT vboxsync [70483] * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPoll.cpp (modified) IPRT/socket,poll: Try fix windows polling bug (not fallback) ... Sun, 07 Jan 2018 18:46:33 GMT vboxsync [70482] * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling ... Sun, 07 Jan 2018 18:46:08 GMT vboxsync [70481] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/src/VBox/Runtime/include/internal/socket.h (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTPoll.cpp (modified) iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling ... Sun, 07 Jan 2018 18:43:58 GMT vboxsync [70480] * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp (modified) iprt/FakeCancelIo: comment update. Sun, 07 Jan 2018 18:43:29 GMT vboxsync [70479] * trunk/include/iprt/pipe.h (modified) * trunk/src/VBox/Runtime/r3/win/pipe-win.cpp (modified) iprt/pipe-win.cpp: Added RTPipeGetCreationInheritability for use in ... Sun, 07 Jan 2018 18:38:38 GMT vboxsync [70477] * trunk/src/VBox/Runtime/r3/poll.cpp (modified) iprt/RTPollSetAdd: Fixed bug in management of fFinalEntry. Sun, 07 Jan 2018 15:28:26 GMT vboxsync [70476] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) FE/Qt: bugref:9072 Some debugging in logviewer search functionality Sun, 07 Jan 2018 11:59:41 GMT vboxsync [70475] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h (modified) FE/Qt: bugref:9072 'Case Sensitive' and 'Match Whole Word' checkboxes ... Sun, 07 Jan 2018 09:10:41 GMT vboxsync [70474] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp (modified) FE/Qt: Adding some comments and coding style corrections. Sat, 06 Jan 2018 18:46:16 GMT vboxsync [70473] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp (modified) FE/Qt: bugref:9072 Some improvements to log viewer's filter pane Fri, 05 Jan 2018 16:07:29 GMT vboxsync [70472] * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) Audio/DrvHostDSound.cpp: Implemented OS detection when intending to ... Fri, 05 Jan 2018 15:37:08 GMT vboxsync [70471] * trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.cpp (modified) Audio/VBoxMMNotificationClient.cpp: Documentation. Fri, 05 Jan 2018 15:24:56 GMT vboxsync [70470] * trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.cpp (modified) Audio/VBoxMMNotificationClient.cpp: Set m_fRegisteredClient if we ... Fri, 05 Jan 2018 14:21:54 GMT vboxsync [70469] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) FE/Qt: ​Remove tabs Fri, 05 Jan 2018 13:40:01 GMT vboxsync [70468] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) FE/Qt: Adding a missing include for QToolButton Fri, 05 Jan 2018 13:32:49 GMT vboxsync [70467] * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) FE/Qt: ​Remove names of unreferenced parameters Fri, 05 Jan 2018 13:20:35 GMT vboxsync [70466] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp (modified) FE/Qt: ​bugref:9072 Improve logviewer's filter functionality Fri, 05 Jan 2018 10:31:40 GMT vboxsync [70465] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0: space. Fri, 05 Jan 2018 09:27:16 GMT vboxsync [70464] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h (modified) VMM/IEM: Nested Hw.virt: Only update EXTINTINFO on #VMEXIT when ... Fri, 05 Jan 2018 09:23:54 GMT vboxsync [70463] * trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified) VMM/HM: Comment. Fri, 05 Jan 2018 08:11:02 GMT vboxsync [70462] * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/hm_svm.h (modified) * trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified) VMM/HM: Added HMSvmIsVGifActive, some cleanup and comments for ... Thu, 04 Jan 2018 17:35:03 GMT vboxsync [70461] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) Replace a few tabs that made it into a source file in r120068 and (I ... Thu, 04 Jan 2018 16:56:53 GMT vboxsync [70460] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) Fix Guest Additions vboxsf sendfile() caching problems (see #2548), ... Thu, 04 Jan 2018 12:44:33 GMT vboxsync [70458] * trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c (modified) Runtime: Adapt Linux R0 timer implementation to work with the ... Thu, 04 Jan 2018 06:34:21 GMT vboxsync [70457] * trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM: spaces, nit. Wed, 03 Jan 2018 20:37:19 GMT vboxsync [70456] * trunk/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp (modified) IPRT/RTUuidCreate: More tweaks for old NT 3.1. Wed, 03 Jan 2018 18:49:14 GMT vboxsync [70455] * trunk/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp (modified) IPRT/RTUuidCreate-win.cpp: Provide fallback for older NT versions ... Wed, 03 Jan 2018 18:18:48 GMT vboxsync [70454] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/Global.cpp: Changed the NT 3.x recommendations to be BusLogic ... Wed, 03 Jan 2018 18:12:38 GMT vboxsync [70453] * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp (modified) nits Wed, 03 Jan 2018 18:05:20 GMT vboxsync [70452] * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserModel.h (modified) FE/Qt: Don't jump to the top of the VM list after deletion, pick ... Wed, 03 Jan 2018 16:06:17 GMT vboxsync [70451] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0: Nested Hw.virt: Fix regression with the guest GIF when ... Wed, 03 Jan 2018 12:57:27 GMT vboxsync [70450] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) VMM/CPUMR3CpuId.cpp: Some new intel model numbers. Wed, 03 Jan 2018 08:50:28 GMT vboxsync [70449] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0: We shuoldn't be receiving any interrupt-window exiting ... Wed, 03 Jan 2018 05:27:54 GMT vboxsync [70448] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM/IEM: build fix. Wed, 03 Jan 2018 05:26:39 GMT vboxsync [70447] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0: Handle SVM_EXIT_INVALID and unlikely VMRUN failure while ... Wed, 03 Jan 2018 05:21:07 GMT vboxsync [70446] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM/IEM: Nested Hw.virt: ifdef consistency. Wed, 03 Jan 2018 05:18:20 GMT vboxsync [70445] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM/IEM: Add SVM intercept for tasks-switches. Wed, 03 Jan 2018 04:27:32 GMT vboxsync [70442] * trunk/src/VBox/Runtime/tools/RTCp.cpp (modified) RTCp.cpp: scm says max one trailing newline. Wed, 03 Jan 2018 04:05:33 GMT vboxsync [70441] * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/HM: nit. Wed, 03 Jan 2018 04:03:59 GMT vboxsync [70440] * trunk/src/libs/Makefile.kmk (modified) additions build fix, 2nd try Wed, 03 Jan 2018 03:59:20 GMT vboxsync [70439] * trunk/src/libs/Makefile.kmk (modified) additions build fix Tue, 02 Jan 2018 20:03:29 GMT vboxsync [70438] * trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt (modified) nits Tue, 02 Jan 2018 20:02:31 GMT vboxsync [70437] * trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt (modified) * trunk/src/VBox/ValidationKit/vms/t-nt310.txt (added) ValidationKit: t-nt310 description Tue, 02 Jan 2018 16:56:54 GMT vboxsync [70436] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/HDA: Only re-arm the timer in hdaWriteRegSDSTS() if there were ... Tue, 02 Jan 2018 16:21:53 GMT vboxsync [70435] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) Audio/HDA: Do not count transfer fragment in hdaStreamInit() if a ... Tue, 02 Jan 2018 16:14:21 GMT vboxsync [70434] * trunk/src/VBox/Devices/Makefile.kmk (modified) Build fix. Tue, 02 Jan 2018 16:04:13 GMT vboxsync [70433] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) Audio: Expose VBOX_WITH_INTEL_HDA (default) in Config.kmk. Tue, 02 Jan 2018 15:31:49 GMT vboxsync [70432] * trunk/src/Makefile.kmk (modified) * trunk/src/libs/Makefile.kmk (modified) Need zlib for additions now. Tue, 02 Jan 2018 15:14:30 GMT vboxsync [70431] * trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp (modified) VBoxControl: Added gzip, ls, tar and unzip commands. Tue, 02 Jan 2018 15:08:02 GMT vboxsync [70430] * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) RTNtPathOpenDirEx: more access fixes Tue, 02 Jan 2018 15:01:20 GMT vboxsync [70428] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h (modified) * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) IPRT: Changed the NT namespace passthru prefix from '\\!\' to ... Tue, 02 Jan 2018 14:35:34 GMT vboxsync [70425] * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/RTUtf16NCmpAscii.cpp (copied) IPRT: Added RTUtf16NCmpAscii.