# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Dec 4, 2024 12:41:47 PM Thu, 03 Oct 2019 09:04:54 GMT vboxsync [81103] * trunk/src/VBox/Main/xml/Settings.cpp (modified) scm fix. Mon, 30 Sep 2019 18:55:28 GMT vboxsync [81087] * trunk/include/VBox/settings.h (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/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings.xsd (modified) Main/Machine+BIOSSettings: bare bones NVRAM logic, many parts missing ... Mon, 30 Sep 2019 15:55:04 GMT vboxsync [81084] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) bugref:9555. Added ability to create an instance from a boot volume. Wed, 18 Sep 2019 00:04:18 GMT vboxsync [80875] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Main/GuestSessionImpl.cpp: Removed most of the AutoCaller instances ... Tue, 17 Sep 2019 23:55:26 GMT vboxsync [80873] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Main/GuestSessionImpl.cpp: Keep returning E_INVALIDARG for ... Tue, 17 Sep 2019 20:54:03 GMT vboxsync [80872] * trunk/include/VBox/Graphics/VBoxCrHgsmi.h (deleted) * trunk/include/VBox/Graphics/VBoxVideo.h (modified) * trunk/include/VBox/Graphics/VBoxVideoHost3D.h (deleted) * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (deleted) * trunk/include/VBox/HostServices/VBoxOGLOp.h (deleted) * trunk/include/VBox/HostServices/VBoxOpenGLSvc.h (deleted) * trunk/include/VBox/HostServices/glext.h (deleted) * trunk/include/VBox/HostServices/glxext.h (deleted) * trunk/include/VBox/HostServices/wglext.h (deleted) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (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/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529 Tue, 17 Sep 2019 16:47:07 GMT vboxsync [80870] * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) VBoxProxyStub: avoid more assertions if a non-admin tries updating ... Tue, 17 Sep 2019 16:42:37 GMT vboxsync [80869] * trunk/src/VBox/Main/idl/apiwrap-server.xsl (modified) Main/apiwrap-server.xsl: spell out why the error object is explicitly ... Tue, 17 Sep 2019 14:45:21 GMT vboxsync [80862] * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/GuestHost/SharedClipboard-transfers.h (moved) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardArea.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardMIME.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardPath.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp (moved) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp (moved) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.h (moved) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) * trunk/src/VBox/Main/src-client/SharedClipboardPrivate.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*. Tue, 17 Sep 2019 11:36:02 GMT vboxsync [80853] * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) Main/HostNetworkInterfaceImpl: Use BstrFmt. Tue, 17 Sep 2019 10:20:29 GMT vboxsync [80851] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) Main/glue: Implement BstrFmt and BstrFmtVA using the printfV method ... Tue, 17 Sep 2019 10:14:53 GMT vboxsync [80850] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) Main/glue: Moved the implementation of cleanup and copyFrom out of ... Tue, 17 Sep 2019 09:46:51 GMT vboxsync [80849] * trunk/include/VBox/GuestHost/SharedClipboard-win.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardExt.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-utils.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/SharedClipboardPrivate.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> ... Tue, 17 Sep 2019 09:38:16 GMT vboxsync [80847] * trunk/include/VBox/GuestHost/SharedClipboard-uri.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard.h (modified) * trunk/include/VBox/GuestHost/clipboard-helper.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp (modified) * trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp (modified) * trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboardGuestToHost.cpp (modified) * trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboardHostToGuest.cpp (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestApplication.h (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.cpp (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxGuestDeskbarView.h (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxServiceDescriptor.h (modified) * trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-uri.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-utils.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Shared Clipboard/URI: More renaming to make code base more uniform. Tue, 17 Sep 2019 09:05:21 GMT vboxsync [80845] * trunk/include/VBox/GuestHost/SharedClipboard-uri.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard-win.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/include/VBox/err.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-uri.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Shared Clipboard/URI: More code for transfer channel handling. Tue, 17 Sep 2019 00:48:36 GMT vboxsync [80838] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/testcase/tstBstr.cpp (modified) Main/glue: Added an erase method identical to the one in RTCString. Tue, 17 Sep 2019 00:26:52 GMT vboxsync [80836] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/testcase/tstBstr.cpp (modified) Main/glue: Added all the append methods that RTCString have and then ... Mon, 16 Sep 2019 20:30:40 GMT vboxsync [80835] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstBstr.cpp (added) Main/glue: Added bstr testcase and fixed printf bugs. Introduced ... Mon, 16 Sep 2019 19:59:03 GMT vboxsync [80833] * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) GuestSessionTask::fileCopyToGuest: More review comments. bugref:9320 Mon, 16 Sep 2019 14:05:09 GMT vboxsync [80828] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) Main/Guest*: Create enviornment blocks with ... Mon, 16 Sep 2019 13:40:38 GMT vboxsync [80826] * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) Main: bugref:9341: Fixed doxygen issues Mon, 16 Sep 2019 13:18:44 GMT vboxsync [80824] * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStart.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp (modified) * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) * trunk/src/VBox/Main/glue/tests/TestVBox.java (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MachineLaunchVMCommonWorker.h (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) * trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp (modified) * trunk/src/VBox/Main/webservice/samples/java/jax-ws/clienttest.java (modified) * trunk/src/VBox/Main/webservice/samples/perl/clienttest.pl (modified) Main: bugref:9341: The "environment" parameter in the ... Sun, 15 Sep 2019 18:31:14 GMT vboxsync [80797] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main/Host: adapt condition for nested virtualization, including VT-x ... Sun, 15 Sep 2019 11:27:47 GMT vboxsync [80793] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) Bstr: Added printf, printfNoThrow, printfV and printfVNoThrow methods ... Sun, 15 Sep 2019 11:12:24 GMT vboxsync [80790] * trunk/include/VBox/com/defs.h (modified) * trunk/src/VBox/Main/glue/xpcom/helpers.cpp (modified) Main/glue/xpcom/helpers.cpp: Fixed and re-enabled the ... Fri, 13 Sep 2019 20:08:53 GMT vboxsync [80788] * trunk/src/VBox/Main/src-client/ClientTokenHolder.cpp (modified) * trunk/src/VBox/Main/src-server/ClientToken.cpp (modified) Main/ClientToken.cpp,ClientTokenHolder.cpp: Fixed the SDDL tweak that ... Fri, 13 Sep 2019 19:27:07 GMT vboxsync [80787] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/MachineImpl.cpp: strSessionName can be empty if we failed to ... Fri, 13 Sep 2019 14:58:22 GMT vboxsync [80781] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) VirtualBox.xidl: Updated the IVirtualBox::APIRevision documentation. Thu, 12 Sep 2019 11:16:01 GMT vboxsync [80754] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/IVirtualBox::APIVersion: On second though, always include the ... Thu, 12 Sep 2019 11:11:01 GMT vboxsync [80753] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main/IVirtualBox::APIVersion: The pre-release trunk build cutoff is ... Thu, 12 Sep 2019 11:03:41 GMT vboxsync [80752] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: Workaround for windows VM hang when 2D accel is enabled ... Wed, 11 Sep 2019 15:07:39 GMT vboxsync [80737] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ConsoleImpl: Build fix if VBOX_WITH_RECORDING is not defined. Wed, 11 Sep 2019 14:32:43 GMT vboxsync [80734] * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) Main/SystemProperties: For now allow only disks on virtio-scsi ... Wed, 11 Sep 2019 10:46:05 GMT vboxsync [80730] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/MediumImpl: Build fix if VBOX_WITH_EXTPACK= is not defined. Wed, 11 Sep 2019 10:44:16 GMT vboxsync [80729] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/ConsoleImpl2: Build fix if VBOX_WITH_VMSVGA is not defined. Wed, 11 Sep 2019 10:33:08 GMT vboxsync [80725] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/DisplayImpl: Build fix if VBOX_WITH_VIDEOHWACCEL is not defined. Mon, 09 Sep 2019 14:10:43 GMT vboxsync [80676] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OCI: Rename overly generic *and* restrictive CloudParavirtualized to ... Mon, 09 Sep 2019 11:59:30 GMT vboxsync [80670] * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) Main/Guest: Don't start the statistics collection thread until ... Mon, 09 Sep 2019 11:43:43 GMT vboxsync [80668] * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) Main/Performance: We don't measure diskspace is millibytes (mB), it ... Mon, 09 Sep 2019 08:43:14 GMT vboxsync [80662] * trunk/include/VBox/GuestHost/SharedClipboard-uri.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard-win.h (modified) * trunk/include/VBox/GuestHost/SharedClipboard.h (modified) * trunk/include/VBox/GuestHost/clipboard-helper.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardExt.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardArea.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/ClipboardStreamImpl-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-uri.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-utils.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD ... Sun, 08 Sep 2019 23:51:15 GMT vboxsync [80654] * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) Main/GuestImpl: Start the Guest::i_staticUpdateStats in paused mode ... Fri, 06 Sep 2019 10:05:11 GMT vboxsync [80623] * trunk/include/VBox/GuestHost/SharedClipboard.h (modified) * trunk/include/VBox/HostServices/VBoxClipboardSvc.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp (modified) * trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Shared Clipboard: Removed old protocol handling cruft on the host ... Thu, 05 Sep 2019 22:24:44 GMT vboxsync [80614] * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) Main/MachineLaunchVMCommonWorker: Simplified darwin specific code for ... Thu, 05 Sep 2019 22:18:23 GMT vboxsync [80613] * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) Main/MachineLaunchVMCommonWorker: Simplified darwin specific code for ... Thu, 05 Sep 2019 22:12:07 GMT vboxsync [80612] * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) Main/MachineLaunchVMCommonWorker: Simplified darwin specific code for ... Thu, 05 Sep 2019 21:47:40 GMT vboxsync [80611] * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) Main/MachineLaunchVMCommonWorker: Darwin regression fix. bugref:9341 Thu, 05 Sep 2019 10:42:53 GMT vboxsync [80603] * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) OVF: fixed the bug with SCSI controller object. Wed, 04 Sep 2019 14:14:03 GMT vboxsync [80586] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Runtime: Windows build fix for r133105 Wed, 04 Sep 2019 14:05:50 GMT vboxsync [80585] * trunk/include/iprt/file.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/vfslowlevel.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/src-all/TextScript.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/generic/AutostartDb-generic.cpp (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/RTSha256Digest.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/manifest.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodmapsym.cpp (modified) * trunk/src/VBox/Runtime/common/dvm/dvm.cpp (modified) * trunk/src/VBox/Runtime/common/fs/extvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/fatvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isomaker.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isomakerimport.cpp (modified) * trunk/src/VBox/Runtime/common/fs/isovfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/ntfsvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp (modified) * trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrVfsFile.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/common/misc/inifile.cpp (modified) * trunk/src/VBox/Runtime/common/misc/s3.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsprogress.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsreadahead.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp (modified) * trunk/src/VBox/Runtime/generic/RTFileCopyByHandlesEx-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/fileio-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r3/fileio.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstFile.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTDvm.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTFileQuerySize-1.cpp (moved) * trunk/src/VBox/Runtime/testcase/tstRTFilesystem.cpp (modified) * trunk/src/VBox/Runtime/tools/RTLdrCheckImports.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) * trunk/src/VBox/Storage/DMG.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) * trunk/src/VBox/Storage/VISO.cpp (modified) * trunk/src/VBox/Storage/testcase/VDIoBackend.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDIo.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) Runtime: Some renaming to stay consistent (*Get* always returns what ... Wed, 04 Sep 2019 05:54:47 GMT vboxsync [80573] * trunk/src/VBox/Frontends/Common/PasswordInput.h (modified) * trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h (modified) * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main: bugref:9341: Fixed some scm errors Tue, 03 Sep 2019 14:34:21 GMT vboxsync [80569] * trunk/doc/VBox-CodingGuidelines.cpp (modified) * trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Frontends/Common/PasswordInput.cpp (added) * trunk/src/VBox/Frontends/Common/PasswordInput.h (added) * trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartUtils.cpp (modified) * trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineLaunchVMCommonWorker.h (added) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp (added) * trunk/src/VBox/Main/src-client/ClientTokenHolder.cpp (modified) * trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) * trunk/src/VBox/Main/src-server/ClientToken.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/generic/AutostartDb-generic.cpp (modified) * trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp (modified) * trunk/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp (modified) * trunk/src/bldprogs/scmsubversion.cpp (modified) * trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxproces.c (modified) Main: bugref:9341: Added VM autostart during boot support for windows ... Tue, 03 Sep 2019 07:00:29 GMT vboxsync [80559] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Shared Clipboard: Build fix (forgot a file). Mon, 02 Sep 2019 11:35:38 GMT vboxsync [80546] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: debug build fix Mon, 26 Aug 2019 15:13:16 GMT vboxsync [80426] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OCI: add CloudPrivateIP and CloudParavirtualized to VSD type enum. Fri, 23 Aug 2019 13:34:04 GMT vboxsync [80398] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main: Get rid of VBOX_WITH_CROGL and replace with more generic ... Fri, 23 Aug 2019 13:27:22 GMT vboxsync [80396] * trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h (modified) * trunk/include/VBox/hgcmsvc.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (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/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/HGCM.h (modified) * trunk/src/VBox/Main/include/VMMDev.h (modified) * trunk/src/VBox/Main/src-client/HGCM.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) Devices/DevVGA, Main: Get rid of obsolete code enclosed by ... Wed, 21 Aug 2019 17:50:43 GMT vboxsync [80377] * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based ... Wed, 21 Aug 2019 17:48:51 GMT vboxsync [80376] * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based ... Wed, 21 Aug 2019 17:48:30 GMT vboxsync [80375] * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based ... Wed, 21 Aug 2019 14:51:02 GMT vboxsync [80373] * trunk/include/VBox/com/array.h (modified) * trunk/src/VBox/Main/glue/com.cpp (modified) com/array.h: handling empty base elements better (hopefully will ... Wed, 21 Aug 2019 11:46:47 GMT vboxsync [80370] * trunk/src/VBox/Main/Makefile.kmk (modified) 3D/Chromium: Move OpenGLTest to the helper apps directory under Main ... Wed, 21 Aug 2019 11:40:44 GMT vboxsync [80368] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk (modified) 3D/Chromium: Move OpenGLTest to the helper apps directory under Main ... Wed, 21 Aug 2019 11:28:40 GMT vboxsync [80365] * trunk/src/VBox/HostServices/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL (deleted) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-helper-apps/OpenGLTest (copied) * trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk (copied) * trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTest.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestDarwin.cpp (modified) 3D/Chromium: Move OpenGLTest to the helper apps directory under Main ... Wed, 21 Aug 2019 08:41:18 GMT vboxsync [80360] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver (deleted) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib (deleted) * trunk/src/VBox/HostServices/SharedOpenGL/unpacker (deleted) * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) * trunk/src/VBox/Installer/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/debian/lintian-override.in (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/win/Makefile.kmk (modified) * trunk/src/VBox/Installer/win/VBoxMergeApp.wxi (modified) * trunk/src/VBox/Installer/win/VirtualBox.wxs (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) HostServices/SharedOpenGL: Remove most of the chromium related HGCM ... Thu, 15 Aug 2019 16:53:10 GMT vboxsync [80303] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/DisplayImpl.cpp: Skip including vm.h as it is no longer used. ... Tue, 13 Aug 2019 10:57:42 GMT vboxsync [80248] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/ConsoleImpl2.cpp: Warn about the removal of the chromium based ... Fri, 09 Aug 2019 12:36:04 GMT vboxsync [80210] * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) OVF: The bug with an empty medium fixed. Tue, 06 Aug 2019 13:54:47 GMT vboxsync [80156] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFInfo.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) DBGFInfo: Added a getopt error reporter helper. Fri, 02 Aug 2019 21:04:00 GMT vboxsync [80114] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) Main/IMachineDebugger: Added method for getting the CPU load (as seen ... Wed, 31 Jul 2019 14:18:34 GMT vboxsync [80074] * trunk/include/VBox/settings.h (modified) * trunk/include/VBox/vmm/em.h (modified) * trunk/include/VBox/vmm/ftm.h (deleted) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) * trunk/src/VBox/Devices/Network/DrvUDPTunnel.cpp (modified) * trunk/src/VBox/Devices/Network/DrvVDE.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvRamDisk.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp (modified) * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-all/Global.cpp (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/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings.xsd (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/FTMAll.cpp (deleted) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/FTM.cpp (deleted) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/include/FTMInternal.h (deleted) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) VMM,Main,++: Retired the unfinished FTM component. Sun, 28 Jul 2019 13:29:43 GMT vboxsync [80023] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) Main: Kicking out raw-mode. bugref:9517 Fri, 26 Jul 2019 15:43:23 GMT vboxsync [80012] * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) OCI: tr() should only be applied to the format string. Fri, 26 Jul 2019 14:05:14 GMT vboxsync [80008] * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) VMM: Kicking out raw-mode (work in progress). bugref:9517 Fri, 26 Jul 2019 13:54:38 GMT vboxsync [80006] * trunk/src/VBox/Main/src-server/MediumIOImpl.cpp (modified) Main/MediumIOImpl.cpp: Need a string reference to the data stream COM ... Fri, 26 Jul 2019 00:59:07 GMT vboxsync [79985] * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) OCI: tr() should only be applied to the format string. Thu, 25 Jul 2019 01:28:23 GMT vboxsync [79968] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/Medium::i_setLocation: Fixed leak in the error path where the ... Wed, 24 Jul 2019 20:32:32 GMT vboxsync [79965] * trunk/include/VBox/vd-image-backend.h (modified) * trunk/include/VBox/vd.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp (modified) * trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Storage/CUE.cpp (modified) * trunk/src/VBox/Storage/DMG.cpp (modified) * trunk/src/VBox/Storage/ISCSI.cpp (modified) * trunk/src/VBox/Storage/Parallels.cpp (modified) * trunk/src/VBox/Storage/QCOW.cpp (modified) * trunk/src/VBox/Storage/QED.cpp (modified) * trunk/src/VBox/Storage/RAW.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) * trunk/src/VBox/Storage/VDI.cpp (modified) * trunk/src/VBox/Storage/VDPlugin.cpp (modified) * trunk/src/VBox/Storage/VDVfs.cpp (modified) * trunk/src/VBox/Storage/VHD.cpp (modified) * trunk/src/VBox/Storage/VHDX.cpp (modified) * trunk/src/VBox/Storage/VISO.cpp (modified) * trunk/src/VBox/Storage/VMDK.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVD.cpp (modified) * trunk/src/VBox/Storage/testcase/vbox-img.cpp (modified) Storage: Added a desired format parameter to VDGetFormat() so Main ... Wed, 24 Jul 2019 15:41:32 GMT vboxsync [79961] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/MediumImpl.cpp: Suffix strings that skips over the dot are ... Wed, 24 Jul 2019 12:18:40 GMT vboxsync [79956] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. small typo. Wed, 24 Jul 2019 12:04:54 GMT vboxsync [79955] * trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Second part of refining and cleaning up the code. Wed, 24 Jul 2019 11:53:32 GMT vboxsync [79954] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) bugref:8344. Fixed a bug with an uppercase letter suffix in the image ... Tue, 23 Jul 2019 14:33:10 GMT vboxsync [79931] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Recognize vista isos. bugref:9151 Tue, 23 Jul 2019 11:47:38 GMT vboxsync [79928] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp (modified) * trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp (added) * trunk/src/VBox/Devices/VirtIO/Virtio_1_0.h (added) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) See #9440 Comment #36 Mon, 22 Jul 2019 19:47:29 GMT vboxsync [79926] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Older Windows ISOs (3.1 - W2K3). bugref:9151 Mon, 22 Jul 2019 10:58:00 GMT vboxsync [79920] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Detect windows 10 ISOs. bugref:9151 Sun, 21 Jul 2019 12:11:37 GMT vboxsync [79910] * trunk/src/VBox/Main/src-server/UnattendedImpl.cpp (modified) Main/Unattended: Avoid set timezone to 'localtime' as it breaks ... Fri, 19 Jul 2019 19:34:57 GMT vboxsync [79904] * trunk/src/VBox/Main/glue/GetVBoxUserHomeDirectory.cpp (modified) * trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp (modified) Main/glue: com.h -> utils.h for relevant source files. bugref:9511 Thu, 18 Jul 2019 20:32:47 GMT vboxsync [79866] * trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp (modified) * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) Main/DHCPServer: Fixes to logging, individual vm/slot configs, and ... Thu, 18 Jul 2019 14:39:55 GMT vboxsync [79857] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) VirtualBox.xidl: Pattern description for the getStats, dumpStats and ... Thu, 18 Jul 2019 14:37:20 GMT vboxsync [79856] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) VirtualBox.xidl: docs for the encoding enum. bugref:9288 Thu, 18 Jul 2019 08:40:08 GMT vboxsync [79854] * trunk/doc/manual/en_US/man_VBoxManage-dhcpserver-dhcpoptions.xml (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) man_VBoxManage-dhcpserver.xml,VirtualBox.xidl: DHCP option ... Thu, 18 Jul 2019 08:34:51 GMT vboxsync [79853] * trunk/doc/manual/Makefile.kmk (modified) * trunk/doc/manual/en_US/man_VBoxManage-dhcpserver-dhcpoptions.xml (added) * trunk/doc/manual/en_US/man_VBoxManage-dhcpserver-dhcpoptions.xsl (added) * trunk/doc/manual/en_US/man_VBoxManage-dhcpserver.xml (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) man_VBoxManage-dhcpserver.xml: Include DHCP option details from ... Wed, 17 Jul 2019 22:55:02 GMT vboxsync [79849] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that ... Wed, 17 Jul 2019 21:56:49 GMT vboxsync [79848] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that ... Wed, 17 Jul 2019 21:19:20 GMT vboxsync [79846] * trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp (modified) Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that ... Wed, 17 Jul 2019 21:12:50 GMT vboxsync [79845] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DHCPConfigImpl.h (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp (modified) * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.cpp (modified) * trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.h (modified) Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that ... Wed, 17 Jul 2019 00:44:41 GMT vboxsync [79826] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OCI: G/c getExportLaunchDescriptionForm and exportLaunchVM, we now ... Tue, 16 Jul 2019 20:14:56 GMT vboxsync [79823] * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) Main/DHCPServer: It's okay to put the DHCP server IP in the dynamic ... Tue, 16 Jul 2019 20:12:28 GMT vboxsync [79822] * trunk/src/VBox/Main/include/DHCPConfigImpl.h (modified) * trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp (modified) Main/DHCPServer: Fixed MAC resolving of MachineMAC configs. bugref:9288 Tue, 16 Jul 2019 00:06:00 GMT vboxsync [79800] * trunk/src/VBox/Main/include/DHCPConfigImpl.h (modified) * trunk/src/VBox/Main/src-server/DHCPConfigImpl.cpp (modified) * trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp (modified) * trunk/src/VBox/NetworkServices/Dhcpd/Config.h (modified) * trunk/src/VBox/NetworkServices/Dhcpd/DHCPD.cpp (modified) Dhcpd,Main: Working on extending the DHCP server end to cope with new ...