# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 23, 2025 10:12:01 PM Mon, 25 Feb 2019 06:32:10 GMT vboxsync [77451] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.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/Main/src-client/MouseImpl.cpp (modified) Devices/Graphics, pdm, Main: add out-of-range to host-side pointer ... Mon, 25 Feb 2019 06:01:34 GMT vboxsync [77450] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Fix passing operand size for string- ... Sun, 24 Feb 2019 20:21:00 GMT vboxsync [77449] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Settings.cpp: Catch any error in the constructor of ... Sun, 24 Feb 2019 16:42:10 GMT vboxsync [77448] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) ValidationKit/FsPerf: Windows build fixes Sun, 24 Feb 2019 16:20:52 GMT vboxsync [77447] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) ValidationKit/FsPerf: Windows build fixes Sat, 23 Feb 2019 20:15:34 GMT vboxsync [77446] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: Another mmap test variation. bugref:9172 Sat, 23 Feb 2019 01:59:26 GMT vboxsync [77445] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. ... Sat, 23 Feb 2019 01:58:10 GMT vboxsync [77444] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) linux/vboxsf: I cannot see why we would ever need ... Fri, 22 Feb 2019 21:47:06 GMT vboxsync [77443] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. ... Fri, 22 Feb 2019 21:46:38 GMT vboxsync [77442] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) linux/vboxsf,FsPerf: RTFileWrite vs mmap coherency test and fixes. ... Fri, 22 Feb 2019 20:53:01 GMT vboxsync [77441] * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) PGMR3PhysBulkGCPhys2CCPtrExternal: Fixed ... Fri, 22 Feb 2019 18:55:18 GMT vboxsync [77440] * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) NetIf-win.cpp: build fix Fri, 22 Feb 2019 18:50:11 GMT vboxsync [77439] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) linux/vboxsf: Rewrote sf_writepage to use VbglR0SfHostReqWritePgLst. ... Fri, 22 Feb 2019 18:32:56 GMT vboxsync [77438] * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) Main/src-server/win/NetIf-win.cpp: fix compile issue introduced in ... Fri, 22 Feb 2019 18:27:43 GMT vboxsync [77437] * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) Main/src-server/win/NetIf-win.cpp: make compiler happy but still fix ... Fri, 22 Feb 2019 17:40:00 GMT vboxsync [77436] * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/ProgressProxyImpl.h (modified) * trunk/src/VBox/Main/include/netif.h (modified) * trunk/src/VBox/Main/src-client/ClientTokenHolder.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp (modified) * trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp (modified) * trunk/src/VBox/Main/src-server/os2/NetIf-os2.cpp (modified) * trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp (modified) * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) Main: Eradicate the use of BSTR in regular API code, there were leaks ... Fri, 22 Feb 2019 15:25:52 GMT vboxsync [77435] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UITextTable.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UITextTable.h (modified) FE/Qt: bugref:9389: A bit of care for r128995. Fri, 22 Feb 2019 15:06:41 GMT vboxsync [77434] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out ... Fri, 22 Feb 2019 14:57:12 GMT vboxsync [77433] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UITextTable.h (modified) FE/Qt: bugref:9389. scm fix Fri, 22 Feb 2019 14:52:39 GMT vboxsync [77432] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UITextTable.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UITextTable.h (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h (modified) FE/Qt: bugref:9389. Split UITextTable stuff and make it global. Fri, 22 Feb 2019 14:24:27 GMT vboxsync [77431] * trunk/src/VBox/Additions/linux/installer/install.sh.in (modified) Linux Additions installer: Documented "--force" switch and got rid of ... Fri, 22 Feb 2019 13:24:07 GMT vboxsync [77430] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Wipe out ... Fri, 22 Feb 2019 13:07:43 GMT vboxsync [77429] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Logging. Fri, 22 Feb 2019 11:38:37 GMT vboxsync [77428] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGenerator.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGenerator.h (deleted) FE/Qt: Reverting r128990. Fri, 22 Feb 2019 11:11:17 GMT vboxsync [77427] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGenerator.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGenerator.h (copied) FE/Qt: bugref:9389. Moving details string generation to ... Fri, 22 Feb 2019 09:23:05 GMT vboxsync [77426] * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) Additional fix to r128951 (Linux kernel module MOD_DEF -> implicit ... Fri, 22 Feb 2019 09:12:58 GMT vboxsync [77425] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 space and const nit. Fri, 22 Feb 2019 08:08:39 GMT vboxsync [77424] * trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/utils.c (modified) Additions/linux/sharedfolders: driver build fixes for certain Linux ... Fri, 22 Feb 2019 04:38:58 GMT vboxsync [77423] * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) SUPDrv: Use atomics while updating host MSR-cached global variable. Fri, 22 Feb 2019 02:28:05 GMT vboxsync [77422] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) linux/vboxsf: sf_readpage fix. bugref:9172 Fri, 22 Feb 2019 02:27:06 GMT vboxsync [77421] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) linux/vboxsf: Better use VbglR0SfHostReqReadPgLst in sf_readpage. ... Fri, 22 Feb 2019 02:14:17 GMT vboxsync [77420] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) linux/vboxsf: Rewrote sf_readpage() to use VbglR0SfHostReqReadContig. ... Thu, 21 Feb 2019 23:53:28 GMT vboxsync [77419] * trunk/src/VBox/Additions/linux/sharedfolders/lnkops.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/utils.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h (modified) linux/vboxsf: Support non-COW mmap too. llseek needs to make sure the ... Thu, 21 Feb 2019 23:51:35 GMT vboxsync [77418] * trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp (modified) FsPerf: updates. bugref:9172 Thu, 21 Feb 2019 23:50:47 GMT vboxsync [77417] * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) iprt/the-linux-kernel.h: Build fix for 2.6.0...3. bugref:9172 Thu, 21 Feb 2019 22:24:59 GMT vboxsync [77416] * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) More linux kernel module Makefile cleanups: Oops. Thu, 21 Feb 2019 20:46:25 GMT vboxsync [77415] * trunk/src/VBox/Additions/linux/drm/Makefile.module.kms (modified) More linux kernel module Makefile cleanups: Somehow missed the drm ... Thu, 21 Feb 2019 18:36:49 GMT vboxsync [77414] * trunk/src/VBox/Debugger/VBoxDbgBase.cpp (modified) VBoxDbg: some code cleanup Thu, 21 Feb 2019 18:35:09 GMT vboxsync [77413] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Use an array for file.write() calls. Thu, 21 Feb 2019 18:25:37 GMT vboxsync [77412] * trunk/src/VBox/Debugger/VBoxDbgBase.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgBase.h (modified) * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgStatsQt.h (modified) VBoxDbg: Moved the title management to the VBoxDbgBaseWindow class, ... Thu, 21 Feb 2019 15:57:31 GMT vboxsync [77411] * trunk/src/VBox/Devices/Serial/UartCore.cpp (modified) * trunk/src/VBox/Devices/Serial/UartCore.h (modified) Devices/UART: Properly handle loopback mode (feeding the sent data ... Thu, 21 Feb 2019 15:37:11 GMT vboxsync [77410] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Set EFER.LMA in VM-entry control on ... Thu, 21 Feb 2019 11:47:48 GMT vboxsync [77409] * trunk/src/VBox/Debugger/VBoxDbgConsole.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.cpp (modified) * trunk/src/VBox/Debugger/VBoxDbgGui.h (modified) FE/Qt: Showing machine's name in debug console's title bar. Thu, 21 Feb 2019 10:04:07 GMT vboxsync [77408] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Fix typo while checking validity of ... Thu, 21 Feb 2019 09:29:08 GMT vboxsync [77407] * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoBrowserBase.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoContentBrowser.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoHostBrowser.h (modified) FE/Qt: bugref:9080. Some commenting. Thu, 21 Feb 2019 06:45:33 GMT vboxsync [77406] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Fix typos, MSR_K6_EFER_BIT_[LMA|LME] ... Wed, 20 Feb 2019 20:39:07 GMT vboxsync [77405] * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoBrowserBase.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoBrowserBase.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoContentBrowser.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoHostBrowser.cpp (modified) FE/Qt: bugref:9080. Adding context menus. Wed, 20 Feb 2019 19:57:07 GMT vboxsync [77404] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) * trunk/src/VBox/Installer/linux/Makefile-header.gmk (modified) More linux kernel module Makefile cleanups: Try make 2.6.0 thru 2.6.5 ... Wed, 20 Feb 2019 18:44:36 GMT vboxsync [77403] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile (modified) * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL ... Wed, 20 Feb 2019 18:42:46 GMT vboxsync [77402] * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) More linux kernel module Makefile cleanups: EXTRA_INCL appears not be ... Wed, 20 Feb 2019 18:40:26 GMT vboxsync [77401] * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) More linux kernel module Makefile cleanups: KFLAGS and LINUX_VERBOSE ... Wed, 20 Feb 2019 18:36:27 GMT vboxsync [77400] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) More linux kernel module Makefile cleanups: Seems MODULE is not a ... Wed, 20 Feb 2019 18:23:31 GMT vboxsync [77399] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile (modified) * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) * trunk/src/VBox/Installer/linux/Makefile-header.gmk (modified) More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*) Wed, 20 Feb 2019 18:17:37 GMT vboxsync [77398] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D Wed, 20 Feb 2019 18:17:14 GMT vboxsync [77397] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile (modified) * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (modified) * trunk/src/VBox/Installer/linux/Makefile-header.gmk (modified) More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D Wed, 20 Feb 2019 17:50:52 GMT vboxsync [77396] * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp (modified) FE/Qt: bugref:9080. MacOS build fix. take 2 Wed, 20 Feb 2019 17:46:15 GMT vboxsync [77395] * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp (modified) FE/Qt: bugref:9080. MacOS build fix. Wed, 20 Feb 2019 16:27:55 GMT vboxsync [77394] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile (modified) More linux kernel module Makefile cleansup. Wed, 20 Feb 2019 16:09:58 GMT vboxsync [77393] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/drm/Makefile.module.kms (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) More linux kernel module Makefile cleansup. Wed, 20 Feb 2019 16:05:10 GMT vboxsync [77392] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: Return bit 7 clear when reading registers on IDE channel with ... Wed, 20 Feb 2019 15:52:04 GMT vboxsync [77391] * trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf (modified) Renamed the common linux makefile includes to use a more conventional ... Wed, 20 Feb 2019 15:51:56 GMT vboxsync [77390] * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest (modified) * trunk/src/VBox/Additions/linux/drm/Makefile.module.kms (modified) * trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt (modified) * trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci (modified) * trunk/src/VBox/Installer/.scm-settings (modified) * trunk/src/VBox/Installer/linux/Makefile-footer.gmk (moved) * trunk/src/VBox/Installer/linux/Makefile-header.gmk (moved) Renamed the common linux makefile includes to use a more conventional ... Wed, 20 Feb 2019 15:34:01 GMT vboxsync [77389] * trunk/src/VBox/Additions/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/Installer/linux/Makefile.include.footer (modified) * trunk/src/VBox/Installer/linux/Makefile.include.header (modified) linux module makefile tinkering & cleaning up. Wed, 20 Feb 2019 14:26:10 GMT vboxsync [77388] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h (modified) FE/Qt: bugref:9401: A bunch of fixes for Export Appliance wizard ... Wed, 20 Feb 2019 14:20:19 GMT vboxsync [77387] * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) GuestControl/Main: Const'ed data to write in i_writeData[At]. Wed, 20 Feb 2019 14:17:22 GMT vboxsync [77386] * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) GuestControl/Main: Check for data size to write in GuestFile::write[At]. Wed, 20 Feb 2019 14:14:58 GMT vboxsync [77385] * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) GuestControl/Main: Fixed initializing some members. Wed, 20 Feb 2019 13:55:55 GMT vboxsync [77384] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Fixed burns (pylint). Wed, 20 Feb 2019 13:45:36 GMT vboxsync [77383] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Enabled and fixed file write tests. Wed, 20 Feb 2019 13:44:22 GMT vboxsync [77382] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM: Further improvments on the IEM timer polling by making it fully ... Wed, 20 Feb 2019 13:41:14 GMT vboxsync [77381] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM: Further improvments on the IEM timer polling by making it fully ... Wed, 20 Feb 2019 13:40:22 GMT vboxsync [77380] * trunk/include/VBox/vmm/iem.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) VMM: Further improvments on the IEM timer polling by making it fully ... Wed, 20 Feb 2019 13:30:33 GMT vboxsync [77379] * trunk/src/VBox/Installer/win/Makefile.kmk (modified) Installer/win: fix sed magic for MSM re-packing. bugref:8691 Wed, 20 Feb 2019 13:09:21 GMT vboxsync [77378] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEMExecLots: Poll timers every 128 instruction. Wed, 20 Feb 2019 13:00:16 GMT vboxsync [77377] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp (modified) FE/Qt: bugref:9080. Some renaming. Wed, 20 Feb 2019 12:32:25 GMT vboxsync [77376] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.h (modified) FE/Qt: bugref:9080. Save/load dialog geometry Wed, 20 Feb 2019 12:17:35 GMT vboxsync [77375] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing another regression ... Wed, 20 Feb 2019 12:01:32 GMT vboxsync [77374] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: Typo in r128921. Wed, 20 Feb 2019 11:44:15 GMT vboxsync [77373] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: Fixing regression of ... Wed, 20 Feb 2019 11:27:57 GMT vboxsync [77372] * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp (modified) FE/Qt: bugref:9340: UIMediumSelector: Fixing cocoa hierarchy bug. Wed, 20 Feb 2019 08:11:54 GMT vboxsync [77371] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Device/Graphics, pdm, Main, Front-ends: infrastructure for host ... Wed, 20 Feb 2019 08:04:38 GMT vboxsync [77370] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Device/Graphics, pdm, Main, Front-ends: infrastructure for host ... Tue, 19 Feb 2019 17:45:11 GMT vboxsync [77369] * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp (modified) FE/Qt: bugref:9340. Being a more conservative in UIMediumSelector ... Tue, 19 Feb 2019 17:32:22 GMT vboxsync [77368] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: More fixes for Windows XP SP2 guests. Tue, 19 Feb 2019 17:11:53 GMT vboxsync [77367] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) Runtime/r0drv/linux: handle get_user_pages back-port to Linux ... Tue, 19 Feb 2019 16:00:39 GMT vboxsync [77366] * trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_x2.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/images/favorite_24px.png (copied) * trunk/src/VBox/Frontends/VirtualBox/images/favorite_pressed_24px.png (copied) * trunk/src/VBox/Frontends/VirtualBox/images/x2/favorite_24px_x2.png (copied) * trunk/src/VBox/Frontends/VirtualBox/images/x2/favorite_pressed_24px_x2.png (copied) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h (modified) FE/Qt: bugref:9373: VirtualBox Manager: Chooser pane: Integrate pin ... Tue, 19 Feb 2019 15:53:50 GMT vboxsync [77365] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.cpp (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: Typo in r128906. Tue, 19 Feb 2019 15:43:03 GMT vboxsync [77364] * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h (modified) FE/Qt: bugref:9241: VirtualBox Manager UI: A bit of cleanup for ... Tue, 19 Feb 2019 15:25:18 GMT vboxsync [77363] * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp (modified) FE/Qt: bugref:9340. Re-enumerating medium registry during medium ... Tue, 19 Feb 2019 14:40:44 GMT vboxsync [77362] * trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h (modified) FE/Qt: bugref:9289: VirtualBox Manager: Details pane: Exclude ... Tue, 19 Feb 2019 13:24:40 GMT vboxsync [77360] * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) VMM/ssmR3FileWrite: Remove incorrect assertion (RTFileWriteAt doesn't ... Tue, 19 Feb 2019 11:16:35 GMT vboxsync [77359] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp (modified) FE/Qt: bugref:9340. Dont use/update recent medium list for hard disk ... Tue, 19 Feb 2019 11:02:39 GMT vboxsync [77358] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Return VINF_VMX_VMEXIT on ... Tue, 19 Feb 2019 11:01:40 GMT vboxsync [77357] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) VMM/IEM: Nested VMX: bugref:9180 Fix up status code in the longjmp ... Tue, 19 Feb 2019 10:33:05 GMT vboxsync [77356] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.cpp (modified) FE/Qt: bugref:9340. Updating recently used medium lists, and media ... Tue, 19 Feb 2019 08:59:52 GMT vboxsync [77355] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: More fixes for Windows XP guests. Mon, 18 Feb 2019 21:15:47 GMT vboxsync [77353] * trunk/doc/manual/Config.kmk (modified) * trunk/doc/manual/Makefile.kmk (modified) * trunk/doc/manual/dummy-sect1.xml (added) * trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) doc/manual: Replace xref in man and --help output with ... Mon, 18 Feb 2019 18:46:41 GMT vboxsync [77351] * trunk/src/VBox/Installer/win/Makefile.kmk (modified) * trunk/src/VBox/Installer/win/Scripts/Combined-3-Repack.cmd (modified) Installer/win: Fix typos breaking the re-packing scripts. Include the ... Mon, 18 Feb 2019 17:38:47 GMT vboxsync [77350] * trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py (modified) Guest Control/Validation Kit: Use "Windows\Media" instead of ... Mon, 18 Feb 2019 15:47:23 GMT vboxsync [77349] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: EXECUTE DEVICE DIAGNOSTIC must always be run on both device 0 ...