# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Dec 22, 2024 6:32:35 AM Mon, 22 Jan 2018 20:52:05 GMT vboxsync [70691] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. The part for moving the log files was added. Mon, 22 Jan 2018 17:44:00 GMT vboxsync [70684] * trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp (modified) Main/VBoxSDS.cpp: Reverted timeout change (10s) from r119313 and ... Mon, 22 Jan 2018 12:04:27 GMT vboxsync [70675] * trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified) bugref:8345. Added m_pRollBackProgress for rollback activity. Mon, 22 Jan 2018 12:00:30 GMT vboxsync [70674] * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified) bugref:8345. Added a Progress object for rollback action. is it ... Mon, 22 Jan 2018 09:10:06 GMT vboxsync [70670] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) Main/AudioDriver: Attach / detach the entire driver chain (including ... Fri, 19 Jan 2018 14:59:09 GMT vboxsync [70650] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) scm: fix trailing whitespace Fri, 19 Jan 2018 14:23:00 GMT vboxsync [70648] * trunk/src/VBox/Main/include/MachineImplMoveVM.h (added) * trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (added) scm police Fri, 19 Jan 2018 12:20:33 GMT vboxsync [70644] * trunk/src/VBox/Main/include/AudioDriver.h (modified) * trunk/src/VBox/Main/include/DrvAudioVRDE.h (modified) * trunk/src/VBox/Main/include/DrvAudioVideoRec.h (modified) * trunk/src/VBox/Main/src-client/AudioDriver.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/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) Audio/Main: More code needed for attaching / detaching host backends ... Thu, 18 Jan 2018 12:09:41 GMT vboxsync [70628] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/Networking: Anything else but LUN#0 is not supported yet in ... Thu, 18 Jan 2018 11:30:20 GMT vboxsync [70626] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) Main/AudioDriver: Logging. Thu, 18 Jan 2018 10:05:23 GMT vboxsync [70623] * trunk/src/VBox/Main/src-client/WebMWriter.cpp (modified) * trunk/src/VBox/Main/src-client/WebMWriter.h (modified) VideoRec/WebMWriter: Fixes required for some players (e.g latest ... Thu, 18 Jan 2018 09:52:31 GMT vboxsync [70622] * trunk/src/VBox/Main/src-client/WebMWriter.cpp (modified) * trunk/src/VBox/Main/src-client/WebMWriter.h (modified) VideoRec/WebMWriter: Added support for relative and absolute ... Thu, 18 Jan 2018 09:43:34 GMT vboxsync [70621] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) Main/VideoRec: Logging nit. Thu, 18 Jan 2018 09:42:43 GMT vboxsync [70620] * trunk/src/VBox/Main/src-client/EBML_MKV.h (modified) VideoRec/EBML_MKV.h: Copyright 2018. Thu, 18 Jan 2018 09:40:49 GMT vboxsync [70619] * trunk/src/VBox/Main/src-client/EBML_MKV.h (modified) VideoRec/EBML_MKV.h: Added FrameRate element. Tue, 16 Jan 2018 19:05:36 GMT vboxsync [70606] * trunk (modified) * trunk/include/VBox/settings.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/cpum.mac (modified) * trunk/include/VBox/vmm/cpumctx.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/include/iprt/x86.mac (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Frontends (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/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) updates (bugref:9087) Tue, 16 Jan 2018 15:36:41 GMT vboxsync [70599] * trunk/src/VBox/Main/src-client/HGCM.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) Main: Minor HGCM fixes, ?bugref:9064 Mon, 15 Jan 2018 22:46:29 GMT vboxsync [70596] * trunk/include/VBox/Graphics/VBoxVideoHost3D.h (modified) * trunk/include/VBox/vmm/pdmifs.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/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA: cleanup in progress Mon, 15 Jan 2018 15:25:19 GMT vboxsync [70593] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) bugref:8345. try to fix the coding style issues. Mon, 15 Jan 2018 13:46:05 GMT vboxsync [70590] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) bugref:8345. VirtualBox.xidl: coding style - tab removed. Mon, 15 Jan 2018 12:25:40 GMT vboxsync [70586] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) bugref:8345. VirtualBox.xidl: coding style - tab removed. Mon, 15 Jan 2018 12:19:26 GMT vboxsync [70585] * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) VirtualBoxClientImpl.cpp: Adjusted SDS diagnostic messages. Fixed ... Mon, 15 Jan 2018 11:02:19 GMT vboxsync [70583] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) Main/AudioDriver: Bail out early in configure() if no audio device is ... Mon, 15 Jan 2018 10:13:41 GMT vboxsync [70582] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) bugref:8345. First draft of move VM feature. There are some issues ... Sun, 14 Jan 2018 12:47:45 GMT vboxsync [70580] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) AudioDriver.cpp: This is more readable. Sun, 14 Jan 2018 12:46:15 GMT vboxsync [70579] * trunk/src/VBox/Main/include/AudioDriver.h (modified) * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/AudioDriver: Fixed crash trying to configure device when no ... Fri, 12 Jan 2018 18:06:03 GMT vboxsync [70565] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Burn fix (trailing spaces). Fri, 12 Jan 2018 18:01:25 GMT vboxsync [70564] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) Main/AudioDriver: Documentation. Fri, 12 Jan 2018 17:52:10 GMT vboxsync [70563] * trunk/src/VBox/Main/include/AudioDriver.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/DrvAudioVideoRec.h (modified) * trunk/src/VBox/Main/src-client/AudioDriver.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/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) Audio/Main: Also made the video recording driver use the new ... Fri, 12 Jan 2018 15:05:53 GMT vboxsync [70561] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/Global: bump disk size recommendations for Windows 7 and later Fri, 12 Jan 2018 12:15:36 GMT vboxsync [70553] * trunk/src/VBox/Main/include/DrvAudioVRDE.h (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) Audio: Main/DrvAudioVRDE: Added drvAttach and drvDetach callbacks. Thu, 11 Jan 2018 18:14:10 GMT vboxsync [70547] * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) Main/AudioDriver: Documentation. Thu, 11 Jan 2018 16:20:27 GMT vboxsync [70544] * trunk/src/VBox/Main/include/AudioDriver.h (modified) * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/Main: Also added the driver name to the AudioDriver base class. Thu, 11 Jan 2018 14:08:14 GMT vboxsync [70538] * trunk/src/VBox/Main/include/AudioDriver.h (modified) * trunk/src/VBox/Main/src-client/AudioDriver.cpp (modified) SVN props. 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 ... 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 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. ... 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. 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 ... Fri, 29 Dec 2017 16:51:03 GMT vboxsync [70388] * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) Main/GuestProcessImpl.cpp: Made annoying assertion in ... Fri, 29 Dec 2017 11:38:27 GMT vboxsync [70386] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Machine::discardSettings: Need to take the machine line lock before ... Fri, 22 Dec 2017 16:53:41 GMT vboxsync [70322] * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) USB: When capturing devices, provide the speed rather than USB port ... Thu, 21 Dec 2017 22:55:06 GMT vboxsync [70296] * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) VBoxSDS: ​​​​bugref:3300: added error description if VBoxSDS deleted. Wed, 20 Dec 2017 12:32:57 GMT vboxsync [70240] * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) VBoxProxyStub.c: Official docs says DELETE is required for ... Wed, 20 Dec 2017 11:55:52 GMT vboxsync [70239] * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) Main/Nvram: use PDM driver include, avoid unnecessary header dependency Wed, 20 Dec 2017 11:55:05 GMT vboxsync [70238] * trunk/src/VBox/Main/src-client/BusAssignmentManager.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/Console+BusAssignmentManager: Move from manual PCI bridge ... Wed, 20 Dec 2017 11:50:11 GMT vboxsync [70237] * trunk/src/VBox/Main/src-client/UsbCardReader.cpp (modified) Main/UsbCardReader: use PDM driver include, avoid unnecessary header ... Wed, 20 Dec 2017 11:49:17 GMT vboxsync [70236] * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) Main/Snapshot: coding style whitespace cleanup, adding a todo ... Wed, 20 Dec 2017 11:47:31 GMT vboxsync [70235] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/Global: change order of Linux guest OS types, returning to 'sort ... Tue, 19 Dec 2017 19:28:15 GMT vboxsync [70228] * trunk/src/VBox/Installer/win/VBoxMergeApp.wxi (modified) * trunk/src/VBox/Installer/win/VirtualBox.wxs (modified) * trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl (modified) * trunk/src/VBox/Installer/win/VirtualBox_TypeLibWithInterfaces.xsl (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) VBoxSDS: ​​​bugref:3300: fixed VirtualBox installation when UAC is ... Tue, 19 Dec 2017 14:00:01 GMT vboxsync [70221] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Backed out r119656 as it was not the fix I asked for. Tue, 19 Dec 2017 11:17:11 GMT vboxsync [70218] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/Global.cpp: Added NOUSB to the NT4 guest OS type hints. Tue, 19 Dec 2017 11:14:53 GMT vboxsync [70217] * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) VBox/ostypes.h,Main: Forced an NT 3.x type into the enum. NT 3.x ... Thu, 14 Dec 2017 14:27:55 GMT vboxsync [70130] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) ConsoleImpl2: Put the ISA extension CFGM bits where CPUM wants them. Thu, 14 Dec 2017 14:18:51 GMT vboxsync [70129] * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) VBoxSDS: ​​bugref:3300: fix compilation error Wed, 13 Dec 2017 12:35:13 GMT vboxsync [70108] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Guest properties: Added a length check for GuestPropWriteFlags() and ... Wed, 13 Dec 2017 11:47:28 GMT vboxsync [70106] * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) VBoxProxyStub: Fix assertion Wed, 13 Dec 2017 10:34:32 GMT vboxsync [70105] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: Increase chunk size for reading the log from 32K to ... Tue, 12 Dec 2017 17:53:44 GMT vboxsync [70090] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Backed out r119634 + r119637 again. Tue, 12 Dec 2017 17:36:51 GMT vboxsync [70086] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Guest properties: Added a length check for GuestPropWriteFlags() and ... Tue, 12 Dec 2017 09:54:21 GMT vboxsync [70075] * trunk/include/VBox/Graphics/VBoxVideo.h (modified) * trunk/include/VBox/log.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) Devices/Graphics, Main, FE/Qt: add plumbing for sending cursor ... Mon, 11 Dec 2017 15:32:07 GMT vboxsync [70063] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++) Mon, 11 Dec 2017 15:26:46 GMT vboxsync [70061] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestProp.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp (modified) * trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.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-server/MachineImpl.cpp (modified) GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++) Mon, 11 Dec 2017 15:02:07 GMT vboxsync [70058] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestProp.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp (modified) * trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/service.cpp (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.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-server/MachineImpl.cpp (modified) GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++) Fri, 08 Dec 2017 17:23:10 GMT vboxsync [70039] * trunk/include/VBox/vmm/pdmapi.h (modified) * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) Fixed typo: Occurance -> Occurrence. Fri, 08 Dec 2017 17:02:17 GMT vboxsync [70038] * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) Build fix. Fri, 08 Dec 2017 16:52:18 GMT vboxsync [70036] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Build fix. Fri, 08 Dec 2017 15:50:01 GMT vboxsync [70035] * trunk/src/VBox/Main/include/DisplayImpl.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/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.h (modified) Main/VideoRec: Made the audio driver's LUN assignment more flexible ... Fri, 08 Dec 2017 14:09:19 GMT vboxsync [70030] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/svcmain.cpp: Backed out r119561 as we won't try instantiate the ... Fri, 08 Dec 2017 13:40:09 GMT vboxsync [70028] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) VBoxSDS: ​bugref:3300: ignore VBoxSDS errors in VBoxSVC Fri, 08 Dec 2017 12:17:09 GMT vboxsync [70021] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/Main: Use uint64_t for fDebugEnabled flag, as we're writing ... Fri, 08 Dec 2017 11:58:13 GMT vboxsync [70015] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/Main: Fixed ValidationKit driver name in CFGM registration. Fri, 08 Dec 2017 11:52:00 GMT vboxsync [70013] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDA.h (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio: Unified audio debug / dumping code to also get device DMA data ... Wed, 06 Dec 2017 12:28:48 GMT vboxsync [69956] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio: Implemented support for dumping raw PCM data if debug mode is ... Tue, 28 Nov 2017 19:27:43 GMT vboxsync [69867] * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) VBoxSDS: bugref:3300: fixed registration, increased shutdown timeout Mon, 27 Nov 2017 17:23:32 GMT vboxsync [69846] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) webservice/Makefile.kmk: Added VBOX_WITH_SOAP_NOT_PARALLEL tweak. Wed, 22 Nov 2017 17:53:44 GMT vboxsync [69810] * trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c (modified) VBoxProxyStub: Rewrote the VBoxSDS service updating code to do ... Wed, 22 Nov 2017 12:20:54 GMT vboxsync [69806] * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) VirtualBoxClient: Dropped the WMI non-sense to get service status, ... Wed, 22 Nov 2017 12:13:26 GMT vboxsync [69805] * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) VirtualBoxClient: Dropped the WMI non-sense to get service status, ... Wed, 22 Nov 2017 12:11:32 GMT vboxsync [69804] * trunk/src/VBox/Main/include/VirtualBoxClientImpl.h (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) VirtualBoxClient: Dropped the WMI non-sense to get service status, ... Wed, 22 Nov 2017 11:42:14 GMT vboxsync [69803] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) svcmain.cpp: Only call IVirtualBoxSDS::deregisterVBoxSVC from the ... Tue, 21 Nov 2017 19:38:27 GMT vboxsync [69796] * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) VBoxSDS: Fixed locking issue. Tue, 21 Nov 2017 14:14:35 GMT vboxsync [69792] * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) SDS/VirtualBoxClient: build fix Tue, 21 Nov 2017 13:54:53 GMT vboxsync [69791] * trunk/src/VBox/Main/include/VirtualBoxClientImpl.h (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) VirtualBoxClient: brought back some problem determination code useful ... Mon, 20 Nov 2017 20:18:32 GMT vboxsync [69785] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) VBoxSDS: Made VirtualBoxSDS internal and non-scriptable, dropping the ... Mon, 20 Nov 2017 18:58:42 GMT vboxsync [69784] * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) doc burn fix Mon, 20 Nov 2017 18:58:25 GMT vboxsync [69783] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main: SDS plan B it is. Mon, 20 Nov 2017 18:53:29 GMT vboxsync [69782] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) VBoxSDS: Plan B it is. Mon, 20 Nov 2017 16:36:34 GMT vboxsync [69775] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) VBoxSDS/Plan/B: More complete code. Mon, 20 Nov 2017 12:36:17 GMT vboxsync [69773] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) vboxsoap: Increased the number of file we split soapC.cpp up into in ... Mon, 20 Nov 2017 12:32:00 GMT vboxsync [69772] * trunk/src/VBox/Main/webservice/split-soapC.cpp (modified) split-soapC.cpp: Must take warning pushing and poping into account ... Mon, 20 Nov 2017 11:50:33 GMT vboxsync [69771] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) svcmain.cpp: Forgot to disable EF heap. oops. Mon, 20 Nov 2017 11:50:32 GMT vboxsync [69770] * trunk/src/VBox/Main/idl/midl.xsl (modified) midl.xsl: Corrected test on attribute which isn't always there. Sun, 19 Nov 2017 14:27:58 GMT vboxsync [69753] * trunk/include/VBox/GuestHost/DragAndDrop.h (modified) * trunk/include/iprt/dir.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp (modified) * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) * trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_cc.c (modified) * trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp (modified) * trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/shflhandle.h (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/teststubs.h (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) * trunk/src/VBox/Main/src-server/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/store-cert-add-basic.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp (modified) * trunk/src/VBox/Runtime/common/vfs/vfsstddir.cpp (modified) * trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/dir.h (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (modified) * trunk/src/VBox/Runtime/r3/dir2.cpp (modified) * trunk/src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/krnlmod-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstDir-2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstDir-3.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstDir.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTNtPath-1.cpp (modified) * trunk/src/VBox/Runtime/tools/RTDbgSymCache.cpp (modified) * trunk/src/VBox/Storage/VDPlugin.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp (modified) * trunk/src/VBox/ValidationKit/utils/usb/UsbTest.cpp (modified) * trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp (modified) * trunk/src/bldprogs/scm.cpp (modified) iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting ... Sun, 19 Nov 2017 12:49:36 GMT vboxsync [69749] * trunk/include/VBox/com/com.h (modified) * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp (modified) * trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp (modified) * trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than ...