# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Feb 9, 2025 1:54:26 PM Tue, 14 Jun 2016 08:52:34 GMT vboxsync [61690] * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) VMM/EM: Clarify with a comment, can easily get confusing otherwise. Tue, 14 Jun 2016 08:31:02 GMT vboxsync [61689] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: increased the default size of RAM, VRAM and hard disk of some ... Tue, 14 Jun 2016 07:35:59 GMT vboxsync [61688] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0: Follow up fix for r108040. Mon, 13 Jun 2016 16:15:43 GMT vboxsync [61687] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp (modified) FE/Qt: allow to compile with VBOX_WITH_EXTPACK= Mon, 13 Jun 2016 16:15:24 GMT vboxsync [61686] * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main: allow to compile with VBOX_WITH_USB= Mon, 13 Jun 2016 16:04:42 GMT vboxsync [61685] * trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) VMM: I/O APIC lockless implementation. Mon, 13 Jun 2016 16:03:31 GMT vboxsync [61684] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: IDisplay reverted r108035, not needed Mon, 13 Jun 2016 15:11:12 GMT vboxsync [61683] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) SVM: Allow additional return code. Mon, 13 Jun 2016 15:07:49 GMT vboxsync [61682] * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) whoops Mon, 13 Jun 2016 15:06:29 GMT vboxsync [61681] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (modified) Debugger/CodeView: Start on two new commands. 'dti' prints ... Mon, 13 Jun 2016 15:02:28 GMT vboxsync [61680] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Type.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) VMMR3/DBGFR3Type: New API to dump type information and a guest memory ... Mon, 13 Jun 2016 12:49:29 GMT vboxsync [61678] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: IDisplay restored compatibility with 5.0 by using reserved ... Mon, 13 Jun 2016 12:41:56 GMT vboxsync [61677] * trunk/src/VBox/Devices/PC/vbox.dsl (modified) typo Mon, 13 Jun 2016 12:40:45 GMT vboxsync [61676] * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) Devices/ACPI: when determining the current power consumption, use ... Mon, 13 Jun 2016 12:39:34 GMT vboxsync [61675] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) Devices/ACPI: Notify the guest by sending a battery status change ... Mon, 13 Jun 2016 12:31:37 GMT vboxsync [61674] * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) FE/VBoxManage: Committed too much Mon, 13 Jun 2016 11:50:22 GMT vboxsync [61673] * trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDebugVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) FE/VBoxManage: Add dumpgueststack subcommand for debugvm Mon, 13 Jun 2016 08:57:36 GMT vboxsync [61672] * trunk/src/VBox/VMM/VMMR3/DBGFR3Type.cpp (modified) build fix Mon, 13 Jun 2016 08:51:05 GMT vboxsync [61671] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Type.cpp (added) * trunk/src/VBox/VMM/include/DBGFInternal.h (modified) VMM/DBGF: Start on a simple type system to pretty print structs in ... Mon, 13 Jun 2016 08:49:54 GMT vboxsync [61670] * trunk/include/VBox/vmm/mm.h (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) MM: Add new tag for later use Mon, 13 Jun 2016 08:44:56 GMT vboxsync [61669] * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (modified) FE/Qt: bugref:8358: Debugger: Fixing issue in binary-search of ... Mon, 13 Jun 2016 07:35:56 GMT vboxsync [61668] * trunk/src/VBox/Devices/Audio/AudioMixer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Audio: Update. Fri, 10 Jun 2016 18:22:09 GMT vboxsync [61667] * trunk/src/VBox/Main/include/HostUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBProxyService.cpp (modified) bugref:8238 VBoxSVC settings - USBDeviceFilter Fri, 10 Jun 2016 16:58:56 GMT vboxsync [61666] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) SVM: Mark CPU state as very dirty after emulating an instruction. Fri, 10 Jun 2016 16:25:40 GMT vboxsync [61665] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) Type typo. Fri, 10 Jun 2016 15:47:26 GMT vboxsync [61664] * trunk/src/VBox/Devices/Makefile.kmk (modified) Devices: Partially revert r108015. Fri, 10 Jun 2016 15:44:48 GMT vboxsync [61663] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp (modified) Build fix for r108013. Fri, 10 Jun 2016 15:32:00 GMT vboxsync [61662] * trunk/src/VBox/Devices/Makefile.kmk (modified) Devices: typo. Fri, 10 Jun 2016 15:31:18 GMT vboxsync [61661] * trunk/src/VBox/Devices/Makefile.kmk (modified) Devices: Don't compile old I/O APIC code when not required. Fri, 10 Jun 2016 15:19:48 GMT vboxsync [61660] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) iemOp_movups_Wps_Vps__movupd_Wpd_Vpd__movss_Wss_Vss__movsd_Vsd_Wsd: ... Fri, 10 Jun 2016 14:22:03 GMT vboxsync [61659] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h (modified) FE/Qt: bugref:8422: Runtime UI: Full-screen window: Clear window ... Fri, 10 Jun 2016 14:20:55 GMT vboxsync [61658] * trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp (modified) GuestHost/SharedClipboard: coding fixes and fix for a potential ... Fri, 10 Jun 2016 13:15:41 GMT vboxsync [61657] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) VMM: Careful with cpumguest and friends! Fri, 10 Jun 2016 13:13:44 GMT vboxsync [61656] * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) same here Fri, 10 Jun 2016 13:05:00 GMT vboxsync [61655] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) FE/Qt: Russian spelling fix. Fri, 10 Jun 2016 12:30:04 GMT vboxsync [61654] * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) Additions/VBoxClient: don't block the DnD service when VBoxClient is ... Fri, 10 Jun 2016 11:39:53 GMT vboxsync [61653] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: OSX Watchdog Timeout. Fri, 10 Jun 2016 11:28:07 GMT vboxsync [61652] * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) IEM: quick movsd Wsd,Vsd impl for tindermac6. Fri, 10 Jun 2016 11:24:37 GMT vboxsync [61651] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) IEM: quick movsd Wsd,Vsd impl for tindermac6. Fri, 10 Jun 2016 10:54:55 GMT vboxsync [61650] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEMAllInstructions.cpp.h: cleanup Fri, 10 Jun 2016 10:50:42 GMT vboxsync [61649] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) build fix Fri, 10 Jun 2016 10:14:16 GMT vboxsync [61648] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HM: Better handling of edge-cases during exceptions caused as a ... Fri, 10 Jun 2016 08:28:24 GMT vboxsync [61647] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/HM: Use unique, non-zero error codes for u32HMError and avoid ... Fri, 10 Jun 2016 07:56:48 GMT vboxsync [61645] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) bugref:8344. added logic when new location consists of only a ... Fri, 10 Jun 2016 06:57:56 GMT vboxsync [61644] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ConsoleImpl: refine error handling for enabling the VRDE server Fri, 10 Jun 2016 01:07:04 GMT vboxsync [61643] * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMEmt.cpp (modified) * trunk/src/VBox/VMM/include/VMInternal.h (modified) EM,VMM: Attempt at dealing with guru meditations in SMP VMs. Thu, 09 Jun 2016 23:26:01 GMT vboxsync [61642] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: VERR_VMX_INVALID_GUEST_STATE Thu, 09 Jun 2016 22:21:20 GMT vboxsync [61641] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: Enabling movlps and movups again. Thu, 09 Jun 2016 20:31:02 GMT vboxsync [61640] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEM: unbreak long mode excption dispatching. cleanups Thu, 09 Jun 2016 19:39:43 GMT vboxsync [61639] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: Temporarily disabled movlps and movups. Thu, 09 Jun 2016 19:27:57 GMT vboxsync [61638] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: movlps for fedora 18. Thu, 09 Jun 2016 18:49:56 GMT vboxsync [61637] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: Quick implementation of movups Wps,Vps. Thu, 09 Jun 2016 18:46:31 GMT vboxsync [61636] * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) IEM: Tiny fixes + enable callgate emulation (2nd try). Thu, 09 Jun 2016 18:31:22 GMT vboxsync [61635] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEMAll.cpp: Ditto for long mode exception dispatching. Thu, 09 Jun 2016 18:23:17 GMT vboxsync [61634] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMRaw.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily ... Thu, 09 Jun 2016 18:08:08 GMT vboxsync [61633] * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) EM.cpp: build fix Thu, 09 Jun 2016 18:06:26 GMT vboxsync [61632] * trunk/src/VBox/VMM/VMMAll/GIMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0Kvm.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) GIM: Correct header order to match what is use *everywhere* else in ... Thu, 09 Jun 2016 17:57:34 GMT vboxsync [61631] * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) GIMAllHv.cpp: build fix. Thu, 09 Jun 2016 17:56:23 GMT vboxsync [61630] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEM: When dispatching interrupts, set new CPL before pushing stuff on ... Thu, 09 Jun 2016 17:53:22 GMT vboxsync [61629] * trunk/src/VBox/Disassembler/DisasmCore.cpp (modified) comment correction. Thu, 09 Jun 2016 17:52:51 GMT vboxsync [61628] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMEmt.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot ... Thu, 09 Jun 2016 17:38:54 GMT vboxsync [61627] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) Comment. Thu, 09 Jun 2016 17:31:52 GMT vboxsync [61626] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMX: PGMTrap0eHandler can emulate many interesting things; consider ... Thu, 09 Jun 2016 17:00:29 GMT vboxsync [61625] * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) fflags: Added missing VMCPU_FF_UPDATE_APIC. Thu, 09 Jun 2016 15:41:07 GMT vboxsync [61624] * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) Main: fixed lock ordering Thu, 09 Jun 2016 14:11:00 GMT vboxsync [61623] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: Fixed stupid iemOp_movntps_Mps_Vps!__movntpd_Mpd_Vpd bug. Thu, 09 Jun 2016 13:56:01 GMT vboxsync [61622] * trunk/src/VBox/Debugger/DBGPlugInLinux.cpp (modified) Debugger/Digger/Linux: Another way to get at the log buffer for ... Thu, 09 Jun 2016 12:19:28 GMT vboxsync [61621] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) DevEFI: Display the value of BugCheck* variables to get blue screen ... Thu, 09 Jun 2016 11:36:41 GMT vboxsync [61620] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp (modified) VBoxTray: primary guest display must remain at 0,0. Thu, 09 Jun 2016 11:10:20 GMT vboxsync [61619] * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) VMM/APIC: oops, unintended LogRel line in r107951. Thu, 09 Jun 2016 10:54:09 GMT vboxsync [61618] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: automatic repair bsod variant Thu, 09 Jun 2016 10:40:02 GMT vboxsync [61617] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) naughty! Thu, 09 Jun 2016 10:39:53 GMT vboxsync [61616] * trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmin.py (modified) wuiadmin.py: bulk command settings fix. Thu, 09 Jun 2016 10:36:48 GMT vboxsync [61615] * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) Logging. Thu, 09 Jun 2016 10:36:05 GMT vboxsync [61614] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) grr Thu, 09 Jun 2016 10:33:54 GMT vboxsync [61613] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) Whops. Thu, 09 Jun 2016 10:33:18 GMT vboxsync [61612] * trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py (modified) vsheriff: detect automatic repair bsod Thu, 09 Jun 2016 10:23:16 GMT vboxsync [61611] * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) Main: properly revert the internal state if the VRDE server cannot be ... Thu, 09 Jun 2016 10:22:42 GMT vboxsync [61610] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main: properly inform the user if the VRDE server cannot be started ... Thu, 09 Jun 2016 10:22:39 GMT vboxsync [61609] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.h (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostNullAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) Audio: Update. Thu, 09 Jun 2016 10:14:25 GMT vboxsync [61608] * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/APIC.cpp (modified) VMM/APIC: Manually register the x2APIC MSR ranges when x2APIC mode is ... Thu, 09 Jun 2016 09:51:33 GMT vboxsync [61607] * trunk/src/VBox/Debugger/DBGPlugInLinux.cpp (modified) Debugger/Digger/Linux: Another alternate needle required for OpenSuse ... Thu, 09 Jun 2016 08:18:20 GMT vboxsync [61605] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) VMM/HMSVMR0: Don't try to use NRIP_SAVE feature for #UD #VMEXITs. Thu, 09 Jun 2016 08:02:03 GMT vboxsync [61604] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) bugref:8344. using RTPATH_SLASH. Thu, 09 Jun 2016 07:48:13 GMT vboxsync [61603] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp (modified) VBoxTray: fixed regression from r107867: do not re-enable disabled ... Thu, 09 Jun 2016 07:13:44 GMT vboxsync [61602] * trunk/src/VBox/Additions/linux/drm/vbox_fb.c (modified) bugref:4567: build fix Thu, 09 Jun 2016 07:04:39 GMT vboxsync [61601] * trunk/src/VBox/Installer/solaris/vboxconfig.sh (modified) typo! Thu, 09 Jun 2016 07:02:13 GMT vboxsync [61600] * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp (modified) warning in release builds Thu, 09 Jun 2016 06:46:16 GMT vboxsync [61599] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) typo Thu, 09 Jun 2016 06:40:55 GMT vboxsync [61598] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/vboxconfig.sh (modified) Installer/solaris: OSE fix Thu, 09 Jun 2016 06:24:00 GMT vboxsync [61597] * trunk/src/VBox/Additions/linux/drm/vbox_fb.c (modified) bugref:4567: Linux kernel driver maintenance drm/vboxvideo: Add ... Thu, 09 Jun 2016 06:11:14 GMT vboxsync [61596] * trunk/src/VBox/Additions/linux/drm/vbox_drv.h (modified) * trunk/src/VBox/Additions/linux/drm/vbox_fb.c (modified) * trunk/src/VBox/Additions/linux/drm/vbox_mode.c (modified) bugref:4567: Linux kernel driver maintenance: drm/vboxvideo: ... Wed, 08 Jun 2016 20:31:49 GMT vboxsync [61595] * trunk/src/VBox/ValidationKit/testboxscript/Makefile.kmk (modified) * trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py (modified) testboxscript_real.py: Before I forget, make sure we report the tree ... Wed, 08 Jun 2016 20:20:12 GMT vboxsync [61594] * trunk/src/VBox/ValidationKit/testmanager/core/testbox.py (modified) tailin space Wed, 08 Jun 2016 20:14:11 GMT vboxsync [61593] * trunk/src/VBox/ValidationKit/testmanager/core/testbox.py (modified) testmanager: attempt to fix broken testbox list actions. ... Wed, 08 Jun 2016 20:10:20 GMT vboxsync [61592] * trunk/src/VBox/ValidationKit/testmanager/core/testbox.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmin.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmintestbox.py (modified) testmanager: attempt to fix broken testbox list actions. ... Wed, 08 Jun 2016 20:07:23 GMT vboxsync [61591] * trunk/Config.kmk (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/vboxconfig.sh (modified) * trunk/src/libs/xpcom18a4/Config.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) Solaris: Ship libgcc_s.so.1 and libstdc++.so.6 (32-bit and 64-bit) ... Wed, 08 Jun 2016 19:34:24 GMT vboxsync [61590] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: Try enable iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd. Wed, 08 Jun 2016 16:05:44 GMT vboxsync [61589] * trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp (modified) * trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard-win.cpp (modified) Additions/SharedClipboard: fix for ​bugref:8363: added HTML clipboard ... Wed, 08 Jun 2016 15:39:18 GMT vboxsync [61588] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: some comment fixing