# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Dec 4, 2024 3:11:01 PM Sat, 31 Mar 2018 21:32:29 GMT vboxsync [71597] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094 Sat, 31 Mar 2018 18:34:28 GMT vboxsync [71590] * trunk/include/VBox/Graphics/HGSMI.h (modified) * trunk/include/VBox/Graphics/HGSMIBase.h (modified) * trunk/include/VBox/Graphics/HGSMIHostCmd.h (modified) * trunk/include/VBox/Graphics/HGSMIMemAlloc.h (modified) * trunk/include/VBox/Graphics/VBoxVideo.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCr.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBuffers.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIHostCmd.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp (modified) * trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h (modified) * trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h (modified) * trunk/src/VBox/Additions/x11/vboxvideo/hgsmimemalloc.c (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094 Fri, 30 Mar 2018 10:38:27 GMT vboxsync [71581] * trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Attempt to fix the subtle bug with MEDIUMTASK structure ... Thu, 29 Mar 2018 12:11:19 GMT vboxsync [71567] * trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp (modified) Guest Control/Main: GuestFsObjInfo logging. Thu, 29 Mar 2018 11:59:27 GMT vboxsync [71566] * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp (modified) Guest Control/Main: Resolved a @todo: Return VERR_OBJECT_DESTROYED on ... Thu, 29 Mar 2018 11:47:25 GMT vboxsync [71564] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/Main: Added GuestProcessTool::uninit() and also ... Thu, 29 Mar 2018 11:10:12 GMT vboxsync [71562] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Logging. Thu, 29 Mar 2018 11:08:34 GMT vboxsync [71561] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: Check rc in GuestBase::baseUninit(). Thu, 29 Mar 2018 11:00:30 GMT vboxsync [71560] * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Added more AutoCaller checks for public APIs. Wed, 28 Mar 2018 15:20:26 GMT vboxsync [71542] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/IGuestSession: Added more session readiness checks. Wed, 28 Mar 2018 09:35:16 GMT vboxsync [71533] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Bugfixes for IGuestSession::fileCopyToGuest() -- ... Mon, 26 Mar 2018 16:11:16 GMT vboxsync [71518] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/Main: Warn about not (yet) supported toolbox exit codes ... Mon, 26 Mar 2018 15:50:44 GMT vboxsync [71517] * trunk/include/VBox/GuestHost/GuestControl.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control: Added toolbox / vbox_stat error handling for not found ... Mon, 26 Mar 2018 12:38:31 GMT vboxsync [71510] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/Main: Fixed source path handling in ... Mon, 26 Mar 2018 09:22:11 GMT vboxsync [71506] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) Reverted r121454 (Guest Control/Main: Skip empty entries in ... Fri, 23 Mar 2018 11:26:08 GMT vboxsync [71483] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/Main: Don't try to unregister guest process in ... Fri, 23 Mar 2018 11:10:18 GMT vboxsync [71482] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) Guest Control/Main: Skip empty entries in ... Wed, 21 Mar 2018 09:18:27 GMT vboxsync [71414] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Build fix. Tue, 20 Mar 2018 15:28:46 GMT vboxsync [71409] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Build fix. Tue, 20 Mar 2018 14:44:24 GMT vboxsync [71406] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestDirectoryImpl.h (modified) * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control: Revamped internal object [un]registration and ... Tue, 20 Mar 2018 12:54:33 GMT vboxsync [71398] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) DnD/Main: Got rid of defining LOG_GROUP in GuestDnDPrivate.h -- ... Mon, 19 Mar 2018 16:43:09 GMT vboxsync [71376] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) Main/Machine: bugref:8345 Release Machine lock early enough, since ... Thu, 15 Mar 2018 11:23:39 GMT vboxsync [71349] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Added (COM) error codes ... Thu, 15 Mar 2018 10:19:38 GMT vboxsync [71347] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Guest Control: Clarify session limit in API docs. Thu, 15 Mar 2018 09:45:28 GMT vboxsync [71345] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control: Dropped the "Internal" suffix from function, as the ... Wed, 14 Mar 2018 15:03:53 GMT vboxsync [71334] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) D'oh (build fix). Wed, 14 Mar 2018 14:29:43 GMT vboxsync [71327] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Better error texts for ... Wed, 14 Mar 2018 14:28:28 GMT vboxsync [71326] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control/Main: Simply ignore callbacks which there are no ... Tue, 13 Mar 2018 20:36:43 GMT vboxsync [71317] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/VBoxSVC: fix for ​​​​​​​​​​​bugref:9134: fixed missed check for null Tue, 13 Mar 2018 16:38:10 GMT vboxsync [71315] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Removed trailing blanks. Tue, 13 Mar 2018 15:51:14 GMT vboxsync [71314] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) GuestControl: Added and implemented IGuestSession::userHome and ... Tue, 13 Mar 2018 09:06:18 GMT vboxsync [71309] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Improved logic updating the path of state files. Mon, 12 Mar 2018 16:49:02 GMT vboxsync [71304] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Resolved a todo: Treat empty input as non- ... Mon, 12 Mar 2018 16:43:25 GMT vboxsync [71303] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control/Main: Validate flags for ... Mon, 12 Mar 2018 16:25:30 GMT vboxsync [71302] * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Guest Control: Guest directory creation fixes. Mon, 12 Mar 2018 16:24:27 GMT vboxsync [71301] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/Process: Check guest error information in the ... Mon, 12 Mar 2018 11:30:08 GMT vboxsync [71299] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control: Renaming (guestRc -> rcGuest). Fri, 09 Mar 2018 13:14:39 GMT vboxsync [71287] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/src-all/ThreadTask.cpp (modified) Main/ThreadTask: Added own logging group LOG_GROUP_MAIN_THREAD_TASK ... Fri, 09 Mar 2018 09:24:01 GMT vboxsync [71281] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) Guest Control/GuestProcessImpl.h: Docs. Thu, 08 Mar 2018 12:30:38 GMT vboxsync [71273] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Committed a bit too much (r121201). Thu, 08 Mar 2018 12:26:36 GMT vboxsync [71272] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control: Renaming, formatting. Thu, 08 Mar 2018 09:21:08 GMT vboxsync [71267] * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Minor comment typo. Wed, 07 Mar 2018 18:20:22 GMT vboxsync [71264] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) Guest Control: Implemented support for ... Wed, 07 Mar 2018 17:43:44 GMT vboxsync [71263] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control: Renamed GUESTPROCESSTOOL_FLAG_ -> ... Wed, 07 Mar 2018 14:55:23 GMT vboxsync [71261] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) Guest Control: Implemented support for ... Wed, 07 Mar 2018 13:14:57 GMT vboxsync [71257] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Guest Control/Main: Updated SDK docs. Wed, 07 Mar 2018 13:11:42 GMT vboxsync [71256] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control: Implemented copying directories from guest to host via ... Wed, 07 Mar 2018 11:46:27 GMT vboxsync [71254] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Build fix. Wed, 07 Mar 2018 11:38:49 GMT vboxsync [71253] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Build fix. Wed, 07 Mar 2018 11:25:17 GMT vboxsync [71252] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Doxygen build fix. Wed, 07 Mar 2018 11:20:00 GMT vboxsync [71251] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control/[Directory|File]CopyFrom: Factored out the fileCopyFrom ... Wed, 07 Mar 2018 11:02:14 GMT vboxsync [71250] * trunk/src/VBox/Main/include/GuestDirectoryImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) Guest Control/GuestDirectoryImpl: Factored out the implementations of ... Tue, 06 Mar 2018 13:17:55 GMT vboxsync [71242] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Doxygen build fix. Tue, 06 Mar 2018 12:53:15 GMT vboxsync [71241] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Doxygen build fix. Tue, 06 Mar 2018 10:12:36 GMT vboxsync [71232] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and ... Tue, 06 Mar 2018 10:08:58 GMT vboxsync [71231] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and ... Mon, 05 Mar 2018 21:54:12 GMT vboxsync [71221] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Main: Build fixes for r121122++. Mon, 05 Mar 2018 21:49:29 GMT vboxsync [71220] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main: Build fixes for r121122++. Mon, 05 Mar 2018 21:32:09 GMT vboxsync [71219] * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Main: Build fixes for r121122++. Mon, 05 Mar 2018 20:30:44 GMT vboxsync [71213] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) Guest Control: Moved the copying host -> guest implementations from ... Mon, 05 Mar 2018 10:55:30 GMT vboxsync [71197] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. The trailing blanks were removed. Mon, 05 Mar 2018 10:23:41 GMT vboxsync [71192] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Cleaned up the code. Fixed an assertion on the debug ... Sat, 03 Mar 2018 00:53:44 GMT vboxsync [71183] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-all/VirtualBoxClientListImpl.cpp (modified) VirtualBoxClientListImpl.cpp: Fixed invalid LogRel format string ... Fri, 02 Mar 2018 15:08:52 GMT vboxsync [71179] * trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoIOCTL.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.h (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Fixing few VirtualBox related typos in various places, mostly GUI, ... Fri, 02 Mar 2018 13:34:08 GMT vboxsync [71177] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/GuestProcessImpl: Unified VERR_FILE_NOT_FOUND and ... Fri, 02 Mar 2018 13:30:59 GMT vboxsync [71176] * trunk/include/VBox/GuestHost/GuestControl.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/Toolbox: Added ... Fri, 02 Mar 2018 11:01:06 GMT vboxsync [71174] * trunk/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp (modified) Guest Control: Logging tweaks; make use of the dedicated ... Fri, 02 Mar 2018 10:59:38 GMT vboxsync [71173] * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control: Logging tweaks; make use of the dedicated ... Thu, 01 Mar 2018 15:35:39 GMT vboxsync [71164] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Got rid of the static codec interface define and prepare ... Thu, 01 Mar 2018 15:23:53 GMT vboxsync [71162] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Don't try to free the filename's suffix if it's not ... Wed, 28 Feb 2018 19:50:04 GMT vboxsync [71161] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​​​bugref:8161: flower boxer ... Wed, 28 Feb 2018 17:07:35 GMT vboxsync [71160] * trunk/src/VBox/Main/include/RpcChannelHook.h (modified) * trunk/src/VBox/Main/include/VirtualBoxClientListImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/VirtualBoxClientListImpl.cpp (added) * trunk/src/VBox/Main/src-all/win/RpcChannelHook.cpp (added) * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​​​bugref:8161: added svn:sync- ... Wed, 28 Feb 2018 16:06:10 GMT vboxsync [71159] * trunk/src/VBox/Main/include/RpcChannelHook.h (added) * trunk/src/VBox/Main/include/VirtualBoxClientListImpl.h (added) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) * trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​​bugref:8161: added svn:sync- ... Wed, 28 Feb 2018 11:41:35 GMT vboxsync [71151] * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) Main/NetIf (bugref:8915) Fixed wireless detection on adapters with ... Wed, 28 Feb 2018 09:54:40 GMT vboxsync [71146] * trunk/include/VBox/Graphics/VBoxVideoGuest.h (modified) * trunk/include/VBox/Graphics/VBoxVideoVBE.h (modified) * trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual ... Tue, 27 Feb 2018 22:45:00 GMT vboxsync [71144] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) * trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​​bugref:8161: fix scm warnings ... Tue, 27 Feb 2018 21:29:47 GMT vboxsync [71143] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​​​​​bugref:8161: fix build warning Tue, 27 Feb 2018 20:12:26 GMT vboxsync [71142] * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) * trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​​​bugref:8161: added and updated ... Tue, 27 Feb 2018 19:42:21 GMT vboxsync [71141] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/VBoxSVC,VBoxSDS: fix for ​​​bugref:8161: fixed interface ... Tue, 27 Feb 2018 18:11:47 GMT vboxsync [71140] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/VBoxSVC,VBoxSDS: fix for ​​bugref:8161: fixed interface definition Tue, 27 Feb 2018 17:48:13 GMT vboxsync [71139] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) * trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/VBoxSVC,VBoxSDS: fix for ​bugref:8161: added API client list ... Tue, 27 Feb 2018 14:47:38 GMT vboxsync [71137] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Added timestamping output files if an output file already ... Mon, 26 Feb 2018 13:36:42 GMT vboxsync [71125] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Guest Control/GuestProcessImpl.cpp: Added default case for ... Thu, 22 Feb 2018 15:38:35 GMT vboxsync [71108] * trunk/include/VBox/settings.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) Added speculation control settings to API, refined implementation. Thu, 22 Feb 2018 09:43:25 GMT vboxsync [71097] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) bugref:8344. Added a simple check for existence of destination file ... Tue, 20 Feb 2018 14:47:34 GMT vboxsync [71071] * trunk/src/VBox/Main/UnattendedTemplates/rhel3_ks.cfg (modified) rhel3_ks.cfg: Need xconfig for non-minimal installation. Mon, 19 Feb 2018 17:36:36 GMT vboxsync [71063] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) Whitespace. Mon, 19 Feb 2018 13:49:24 GMT vboxsync [71055] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) bugref:8344. Fixed adding a wrong extension for HDD medium type. Mon, 19 Feb 2018 13:35:01 GMT vboxsync [71053] * trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref: 8345. Added a function isMediumTypeSupportedForMoving(). ... Wed, 14 Feb 2018 18:42:52 GMT vboxsync [71018] * trunk/src/VBox/Installer/Config.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/rhel3_ks.cfg (copied) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp (modified) Main,Installer: Made unattended installation work for rhel3 and friends. Wed, 14 Feb 2018 16:14:36 GMT vboxsync [71012] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main,Installer: Made unattended installation work for rhel4 and ... Wed, 14 Feb 2018 16:11:18 GMT vboxsync [71011] * trunk/src/VBox/Installer/Config.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/rhel4_ks.cfg (copied) * trunk/src/VBox/Main/UnattendedTemplates/rhel5_ks.cfg (modified) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp (modified) Main,Installer: Made unattended installation work for rhel4 and ... Wed, 14 Feb 2018 12:47:45 GMT vboxsync [71008] * trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh (modified) Main: Same fix as for the redhat post-install script. Wed, 14 Feb 2018 12:46:17 GMT vboxsync [71007] * trunk/src/VBox/Installer/Config.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk (modified) * trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh (modified) * trunk/src/VBox/Main/UnattendedTemplates/rhel5_ks.cfg (copied) * trunk/src/VBox/Main/include/UnattendedInstaller.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) * trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp (modified) Main,Installer: Made unattended installation of rhel5 and friends ... Tue, 13 Feb 2018 19:05:22 GMT vboxsync [71003] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/UnattendedImpl.cpp: More old RHEL/OEL detection. Tue, 13 Feb 2018 16:37:08 GMT vboxsync [70999] * trunk/src/VBox/Main/include/UnattendedImpl.h (modified) * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Started to detect RHEL and OEL iso images. Tue, 13 Feb 2018 10:59:14 GMT vboxsync [70991] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) bugref:8345. Fixed the condition for moving floppy disk. Creation of ... Mon, 12 Feb 2018 13:42:28 GMT vboxsync [70973] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Fixed trailing blanks. Mon, 12 Feb 2018 12:25:45 GMT vboxsync [70971] * trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Corrected progress setup and handling. Replaced RTPrintf ... Thu, 08 Feb 2018 16:11:47 GMT vboxsync [70918] * trunk/Makefile.kmk (modified) * trunk/include/VBox/log.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/vmm/nem.h (added) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/NEMR3.cpp (added) * trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp (added) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/include/NEMInternal.h (added) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructDTrace.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM: NEM kick off.