# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Feb 9, 2025 4:25:44 AM Tue, 10 Jan 2017 15:36:36 GMT vboxsync [65226] * trunk/src/VBox/ValidationKit/testmanager/core/build.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/buildblacklist.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/buildsource.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/failurecategory.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/failurereason.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/globalresource.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/schedgroup.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/systemlog.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testbox.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testcase.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testgroup.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/useraccount.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/vcsrevisions.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmintestbox.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuibase.py (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuicontentbase.py (modified) TestManager: Hacked up some basic testbox sorting during the weekly ... Tue, 10 Jan 2017 15:19:36 GMT vboxsync [65225] * trunk/src/VBox/Main/include/ThreadTask.h (modified) * trunk/src/VBox/Main/src-all/ThreadTask.cpp (modified) Main: Leave mAsync false by default but set it true before creating a ... Tue, 10 Jan 2017 12:46:03 GMT vboxsync [65224] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) Main/VideoRec: Option comparison fixes. Tue, 10 Jan 2017 12:41:21 GMT vboxsync [65223] * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm (modified) FE/Qt: bugref:6899: Accessibility support (step 160): Very basic ... Tue, 10 Jan 2017 12:33:45 GMT vboxsync [65222] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMVMXR0: Fix longjump when mapping the APIC access page, map the ... Tue, 10 Jan 2017 11:43:13 GMT vboxsync [65221] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) Main/VideoRec: Be more gentle for CaseInsensitive options, renamed ... Tue, 10 Jan 2017 11:22:14 GMT vboxsync [65220] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Storage/IOBufMgmt.cpp (modified) Devices/Storage/IOBufMgmt: Some code which helped debugging the ... Tue, 10 Jan 2017 11:00:36 GMT vboxsync [65219] * trunk/src/VBox/Devices/Storage/IOBufMgmt.cpp (modified) Devices/Storage/IOBufMgmt: Update the amount of free memory ... Tue, 10 Jan 2017 08:43:54 GMT vboxsync [65218] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) suppress new year splash screen by default Mon, 09 Jan 2017 16:18:06 GMT vboxsync [65217] * trunk/src/VBox/ValidationKit/testmanager/htdocs/css/graphwiz.css (modified) graphwiz.css: fix Mon, 09 Jan 2017 16:13:17 GMT vboxsync [65216] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Update. Mon, 09 Jan 2017 16:09:08 GMT vboxsync [65215] * trunk/src/VBox/ValidationKit/testmanager/webui/template-details.html (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/template-graphwiz.html (modified) template-graphwiz.html: update Mon, 09 Jan 2017 15:59:12 GMT vboxsync [65214] * trunk/src/VBox/ValidationKit/testmanager/core/base.py (modified) testmanager/core/cast.py: pylint Mon, 09 Jan 2017 15:59:00 GMT vboxsync [65213] * trunk/src/VBox/ValidationKit/testmanager/core/report.py (modified) testmanager/core/report.py: Fixed ReportGraphModel. Mon, 09 Jan 2017 15:57:02 GMT vboxsync [65212] * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.h (modified) * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Update. Mon, 09 Jan 2017 15:32:42 GMT vboxsync [65211] * trunk/src/VBox/ValidationKit/testmanager/core/systemchangelog.py (modified) systemchangelog.py: pylint fix. Mon, 09 Jan 2017 15:08:35 GMT vboxsync [65210] * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) tdUnitTest1.py: Removed unused import. Mon, 09 Jan 2017 14:43:48 GMT vboxsync [65209] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) testdriver/base.py: Temporarily log add pidFile* operations. Mon, 09 Jan 2017 14:39:54 GMT vboxsync [65208] * trunk/include/iprt/avl.h (modified) * trunk/src/VBox/Runtime/common/table/avl_Base.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_Destroy.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_Get.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_Range.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h (modified) * trunk/src/VBox/Runtime/common/table/avlgcphys.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlgcptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlhcphys.cpp (modified) * trunk/src/VBox/Runtime/common/table/avllu32.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlogcphys.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlogcptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlohcphys.cpp (modified) * trunk/src/VBox/Runtime/common/table/avloioport.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlou32.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlpv.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlrfoff.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlrgcptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlrogcphys.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlrogcptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlroioport.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlroogcptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlrpv.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlru64.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlruintptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlu32.cpp (modified) * trunk/src/VBox/Runtime/common/table/avluintptr.cpp (modified) * trunk/src/VBox/Runtime/common/table/avlul.cpp (modified) * trunk/src/VBox/Runtime/common/table/table.cpp (modified) Runtime/AVL: fixed headers Mon, 09 Jan 2017 13:54:22 GMT vboxsync [65207] * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) iemCImpl_BranchCallGate: Added @todo on workaround from r112681, ... Mon, 09 Jan 2017 13:37:20 GMT vboxsync [65206] * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h (modified) FE/Qt: bugref:6899: Accessibility support (step 159): Forgot ... Mon, 09 Jan 2017 13:20:36 GMT vboxsync [65205] * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) DrvAudioVideoRec.cpp: pvDst[_4K] should be abDst[_4K]. Mon, 09 Jan 2017 13:17:26 GMT vboxsync [65204] * trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIStatusBarEditorWindow.cpp (modified) FE/Qt: bugref:6899: Accessibility support (step 158): Basic ... Mon, 09 Jan 2017 13:15:39 GMT vboxsync [65203] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIStatusBarEditorWindow.cpp (modified) FE/Qt: bugref:6899: Accessibility support (step 157): Extending API ... Mon, 09 Jan 2017 12:42:54 GMT vboxsync [65202] * trunk/src/VBox/Runtime/testcase/tstRTJson.cpp (modified) Runtime/tstRTJson: Fix todo Mon, 09 Jan 2017 12:39:39 GMT vboxsync [65201] * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) Main/PerformanceImpl: Invalidate the magic after the timer was ... Mon, 09 Jan 2017 12:00:15 GMT vboxsync [65200] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) Additions/linux/sharedfolders: corrected open flags translation for ... Mon, 09 Jan 2017 11:57:35 GMT vboxsync [65199] * trunk/src/VBox/ValidationKit/testdriver/base.py (modified) * trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py (modified) * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) testdriver/base.py,vboxwrappers.py,tdUnitTest1.py: Modified ... Mon, 09 Jan 2017 11:47:16 GMT vboxsync [65198] * trunk/src/VBox/Main/src-client/EbmlWriter.cpp (modified) Main/EbmlWriter.cpp: Deny writes by others while we're writing. Mon, 09 Jan 2017 11:40:46 GMT vboxsync [65197] * trunk/src/VBox/Main/include/DrvAudioVideoRec.h (modified) * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.cpp (modified) * trunk/src/VBox/Main/src-client/EbmlWriter.h (modified) * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Update. Mon, 09 Jan 2017 11:07:28 GMT vboxsync [65196] * trunk/src/VBox/ValidationKit/common/utils.py (modified) * trunk/src/VBox/ValidationKit/testboxscript/testboxscript.py (modified) * trunk/src/VBox/ValidationKit/testboxscript/testboxtasks.py (modified) * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) common/utils.py,testboxscript,tdUnitTest1: Create separate windows ... Sun, 08 Jan 2017 23:54:01 GMT vboxsync [65195] * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) IEM: Fixed BT implementation (memory access is R, not R/W). Sun, 08 Jan 2017 22:34:40 GMT vboxsync [65194] * trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) IEM: Fixed FYL2X implementation. Sun, 08 Jan 2017 14:01:47 GMT vboxsync [65193] * trunk/include/VBox/Hardware/VBoxVideoHW.h (deleted) * trunk/include/VBox/Hardware/VBoxVideoVBE.h (copied) * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp (modified) * trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp (modified) * trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbe.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGAModes.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings.xsd (modified) bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: ... Sat, 07 Jan 2017 22:46:49 GMT vboxsync [65192] * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) IEM: PUSHF in V86 mode needs to increment rIP. Sat, 07 Jan 2017 22:39:30 GMT vboxsync [65191] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEM: Typo caused FUCOMPP trouble. Sat, 07 Jan 2017 17:51:21 GMT vboxsync [65190] * trunk (modified) kBuild: 3022 -> 3025: Ditto for globbing/wildcard. Sat, 07 Jan 2017 17:12:38 GMT vboxsync [65189] * trunk (modified) kBuild 2980 -> 3022: made $(abspath xxx~1.ext) try avoid returning a ... Fri, 06 Jan 2017 15:49:24 GMT vboxsync [65188] * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp (modified) * trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp (modified) Validation Kit: fixed two loops Fri, 06 Jan 2017 15:45:20 GMT vboxsync [65187] * trunk/Config.kmk (modified) VideoRec/Config.kmk: Path fix. Fri, 06 Jan 2017 15:38:49 GMT vboxsync [65186] * trunk/src/VBox/Main/src-client/win/dllmain.cpp (modified) * trunk/src/VBox/Main/src-client/win/precomp_vcc.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp (modified) Main: scm Fri, 06 Jan 2017 15:32:57 GMT vboxsync [65185] * trunk/src/bldprogs/scmsubversion.cpp (modified) scm: fixed a loop, added support for Linux distributions which have ... Fri, 06 Jan 2017 15:23:19 GMT vboxsync [65184] * trunk/Config.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/libs/Makefile.kmk (modified) VideoRec: Makefile update for audio support. Fri, 06 Jan 2017 14:06:47 GMT vboxsync [65183] * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) Runtime: Linux 4.10 fix for get_user_pages_remote() Fri, 06 Jan 2017 10:59:47 GMT vboxsync [65182] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) VideoRec/VBoxManageInfo.cpp: Brought machine readable output of video ... Fri, 06 Jan 2017 10:58:46 GMT vboxsync [65181] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) VideoRec/VBoxManageModifyVM.cpp: Renamed MODIFYVM_VCP_ to ... Fri, 06 Jan 2017 10:39:45 GMT vboxsync [65180] * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) IEM: In RETF and IRET, update SP or RSP depending on stack size. Fri, 06 Jan 2017 10:38:01 GMT vboxsync [65179] * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) IEM: When going through a call gate, do not touch old stack if there ... Fri, 06 Jan 2017 10:29:41 GMT vboxsync [65178] * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) IEM: Call gate must take current stack size into account and not ... Fri, 06 Jan 2017 10:24:59 GMT vboxsync [65177] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Cleanup fixes. Fri, 06 Jan 2017 10:17:41 GMT vboxsync [65176] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: Put VPX codec data into VIDEORECCODEC union. Fri, 06 Jan 2017 10:04:49 GMT vboxsync [65175] * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) VideoRec: cScreens not not needed anymore; covered by the vector now, ... Fri, 06 Jan 2017 10:04:20 GMT vboxsync [65174] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEM: Additional L7 ging for exception dispatching. Fri, 06 Jan 2017 10:00:01 GMT vboxsync [65173] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.cpp (modified) * trunk/src/VBox/Main/src-client/VideoRec.h (modified) VideoRec: Revamped stream context allocation / structure handling by ... Fri, 06 Jan 2017 09:58:18 GMT vboxsync [65172] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio/Main: Added a @todo. Fri, 06 Jan 2017 09:56:08 GMT vboxsync [65171] * trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp (modified) VideoRec: Register audio driver for video recording. Fri, 06 Jan 2017 09:55:26 GMT vboxsync [65170] * trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp (modified) VideoRec: Removed not needed code. Thu, 05 Jan 2017 22:15:09 GMT vboxsync [65169] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBUrb.cpp (modified) doxygen fixes Thu, 05 Jan 2017 20:14:10 GMT vboxsync [65168] * trunk/Doxyfile.Core (modified) * trunk/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) doxygen fixes Thu, 05 Jan 2017 18:36:43 GMT vboxsync [65167] * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) TestManager: Use regexp word matching for np, hw, raw and similarlly ... Thu, 05 Jan 2017 18:18:20 GMT vboxsync [65166] * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) duh! Thu, 05 Jan 2017 17:50:27 GMT vboxsync [65165] * trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py (modified) TestManager: More apply buttons for the filter. Fixed filter width ... Thu, 05 Jan 2017 17:45:12 GMT vboxsync [65164] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) Main/VRDE: Got rid of Doppelmoppel i_getAudioVRDE() functions and use ... Thu, 05 Jan 2017 17:29:22 GMT vboxsync [65163] * trunk/src/VBox/Main/Makefile.kmk (modified) Tabs. Thu, 05 Jan 2017 17:26:48 GMT vboxsync [65162] * trunk/Config.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DrvAudioVideoRec.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/DrvAudioVideoRec.cpp (modified) Audio/Main: Some (ground) work for audio support for video recording. Thu, 05 Jan 2017 17:15:36 GMT vboxsync [65161] * trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified) tstRTInlineAsm: Skylake fix Thu, 05 Jan 2017 17:13:38 GMT vboxsync [65160] * trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css (modified) * trunk/src/VBox/ValidationKit/testmanager/htdocs/js/common.js (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py (modified) TestManager: Added clear button. Thu, 05 Jan 2017 16:53:19 GMT vboxsync [65159] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m (modified) doxygen fix Thu, 05 Jan 2017 16:52:22 GMT vboxsync [65158] * trunk/Doxyfile.Core (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/Matching.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.h (modified) Main: doxygen fixes Thu, 05 Jan 2017 16:29:05 GMT vboxsync [65157] * trunk/src/VBox/ValidationKit/testmanager/core/base.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) TestManager: Added filtering on missing failure reason. Thu, 05 Jan 2017 15:58:28 GMT vboxsync [65156] * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) TestManager: Added build type and error count filtering. Changed the ... Thu, 05 Jan 2017 14:59:42 GMT vboxsync [65155] * trunk/src/VBox/ValidationKit/testmanager/core/base.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) TestManager: Added a bunch of testcase/var name substring matches ... Thu, 05 Jan 2017 13:41:32 GMT vboxsync [65154] * trunk/src/VBox/ValidationKit/testmanager/core/base.py (modified) * trunk/src/VBox/ValidationKit/testmanager/core/testresults.py (modified) * trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py (modified) TestManager: Added clickable element-of / not-an-element-of on ... Thu, 05 Jan 2017 13:20:21 GMT vboxsync [65153] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) doxygen: more unification: moved Doxyfile.{Core,qtgui,iprt}.* and ... Thu, 05 Jan 2017 13:08:28 GMT vboxsync [65152] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Build fix. Thu, 05 Jan 2017 13:02:59 GMT vboxsync [65151] * trunk/src/VBox/Devices/Makefile.kmk (modified) Audio: Enabled async I/O support for HDA by default to get another ... Thu, 05 Jan 2017 12:07:11 GMT vboxsync [65150] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) Renaming. Thu, 05 Jan 2017 12:04:34 GMT vboxsync [65149] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) Audio/DevAc97.cpp: Update for async I/O. Thu, 05 Jan 2017 11:59:36 GMT vboxsync [65148] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/DevHDA.cpp: Simplified hdaTimerMaybeStop(), logging. Thu, 05 Jan 2017 11:56:35 GMT vboxsync [65147] * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) Audio/DrvHostPulseAudio.cpp: Build fix (allow to run on systems with ... Thu, 05 Jan 2017 11:45:30 GMT vboxsync [65146] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/DevHDA.cpp: Reset started and enabled status for async I/O. Thu, 05 Jan 2017 11:44:01 GMT vboxsync [65145] * trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css (modified) * trunk/src/VBox/ValidationKit/testmanager/htdocs/js/common.js (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/template-details.html (modified) * trunk/src/VBox/ValidationKit/testmanager/webui/wuimain.py (modified) TestManager: Added >> link for making the sidebar wider to more ... Thu, 05 Jan 2017 11:41:38 GMT vboxsync [65144] * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) Audio/DrvHostPulseAudio.cpp: More checks for ... Thu, 05 Jan 2017 11:40:25 GMT vboxsync [65143] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Audio/DevHDA.cpp: VBOX_WITH_AUDIO_AC97_ASYNC_IO -> ... Thu, 05 Jan 2017 11:38:33 GMT vboxsync [65142] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) Docs. Thu, 05 Jan 2017 11:19:14 GMT vboxsync [65141] * trunk/Makefile.kmk (modified) Hrmpf Thu, 05 Jan 2017 11:16:52 GMT vboxsync [65140] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) FE/Qt: doxygen fixes Thu, 05 Jan 2017 11:16:13 GMT vboxsync [65139] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) docs.qtgui: added dependency generation like we do for docs.Core Thu, 05 Jan 2017 11:15:14 GMT vboxsync [65138] * trunk/Makefile.kmk (modified) docs.Core: moved Doxyfile.Core and Doxyfile.Core.dep to ... Thu, 05 Jan 2017 08:04:34 GMT vboxsync [65137] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMVMXR0: Dummy out unused member missed in r112639. Thu, 05 Jan 2017 07:06:01 GMT vboxsync [65136] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Try using the APIC allocated page as the virtual-APIC page. Thu, 05 Jan 2017 07:04:14 GMT vboxsync [65135] * trunk/include/VBox/vmm/apic.h (modified) * trunk/src/VBox/VMM/VMMAll/APICAll.cpp (modified) VMM/APIC: Interface for retrieving APIC pages in all contexts. Thu, 05 Jan 2017 05:46:09 GMT vboxsync [65134] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Comment nits. Thu, 05 Jan 2017 03:03:03 GMT vboxsync [65133] * trunk/src/VBox/ValidationKit/testmanager/htdocs/css/common.css (modified) common.css: top menu fix Thu, 05 Jan 2017 03:00:35 GMT vboxsync [65132] * trunk/src/VBox/ValidationKit/testmanager/webui/wuihlpgraphsimple.py (modified) wuihlpgraphsimple.py: Readable text in bar color. Wed, 04 Jan 2017 18:56:32 GMT vboxsync [65131] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) FE/Qt: doxygen fixes Wed, 04 Jan 2017 18:42:21 GMT vboxsync [65130] * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.cpp (modified) FE/Qt: doxygen fix Wed, 04 Jan 2017 18:40:22 GMT vboxsync [65129] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) FE/Qt: doxygen fix Wed, 04 Jan 2017 18:36:36 GMT vboxsync [65128] * trunk/doc/VBox-doc.c (modified) doc fix Wed, 04 Jan 2017 18:32:22 GMT vboxsync [65127] * trunk/Makefile.kmk (modified) less exceptions for docs.Core