# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Jan 4, 2025 12:11:50 AM Wed, 11 Mar 2015 16:14:41 GMT vboxsync [54718] * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified ... Wed, 11 Mar 2015 16:04:48 GMT vboxsync [54717] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMM/VMMR0: Clear idHostCpu *before* deregistering the preemption hook. Wed, 11 Mar 2015 15:41:42 GMT vboxsync [54716] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main: if the guest notifies us about a medium ejected, save the ... Wed, 11 Mar 2015 14:54:44 GMT vboxsync [54715] * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) Runtime/r0drv/solaris: fix invalid process handle while creating ... Wed, 11 Mar 2015 14:00:23 GMT vboxsync [54714] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/cpum.mac (modified) * trunk/include/VBox/vmm/cpumctx.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) * trunk/src/VBox/VMM/VMMR3/PATMA.mac (modified) * trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/include/PATMA.h (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) * trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp (modified) PATM,CPUM: CPUID patch update. Wed, 11 Mar 2015 13:59:18 GMT vboxsync [54713] * trunk/include/iprt/asmdefs.mac (modified) iprt/asmdefs.mac: Added RT_BIT_32 macro. Wed, 11 Mar 2015 12:54:03 GMT vboxsync [54712] * trunk/include/VBox/vmm/hm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMM: Clear idHostCpu mapping while deregistering the context-hooks ... Wed, 11 Mar 2015 12:48:30 GMT vboxsync [54711] * trunk/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd (modified) * trunk/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd (modified) Devices/EFI: update the precompiled EFI binaries Wed, 11 Mar 2015 10:54:40 GMT vboxsync [54710] * trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) doc/manual: typo Wed, 11 Mar 2015 10:51:20 GMT vboxsync [54709] * trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h (modified) Runtime/r0drv/solaris: nope, this isn't it either. Wed, 11 Mar 2015 10:34:10 GMT vboxsync [54708] * trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) doc/manual: try clarify VLAN and VNIC templates a little more. Wed, 11 Mar 2015 10:05:02 GMT vboxsync [54707] * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) re-enable EILVT handling by backing out r98856 Tue, 10 Mar 2015 18:39:06 GMT vboxsync [54706] * trunk/include/iprt/asn1-generator-pass.h (modified) asn1-generator-pass.h: Don't do anything stupid should ... Tue, 10 Mar 2015 14:02:28 GMT vboxsync [54705] * trunk/src/VBox/Main/include/NetworkServiceRunner.h (modified) * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkServiceRunner.cpp (modified) Main: VBoxNetNAT/VBoxNetDHCP: sometimes it's required to kill the ... Tue, 10 Mar 2015 11:05:20 GMT vboxsync [54704] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp (modified) Additions/common/VBoxSerivce: be more quiet on inactive users Tue, 10 Mar 2015 09:51:39 GMT vboxsync [54703] * trunk/src/VBox/RDP/client/Makefile.in (modified) * trunk/src/VBox/RDP/client/Makefile.kmk (modified) RDP/client: fix compilation of rdesktop-vrdp from tarball Mon, 09 Mar 2015 17:25:28 GMT vboxsync [54702] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp (modified) Additions/VBoxService: don't spam the log file with messages ignoring ... Mon, 09 Mar 2015 16:42:11 GMT vboxsync [54701] * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) VMM/GIM: nits. Mon, 09 Mar 2015 16:14:52 GMT vboxsync [54700] * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h (modified) * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) VBoxNetNAT, VBoxNetDHCP: use the VirtualBoxClient interface Mon, 09 Mar 2015 13:53:07 GMT vboxsync [54699] * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) whitespace Mon, 09 Mar 2015 13:41:55 GMT vboxsync [54698] * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) VMMSwitcher: disable EILVT handing again to check if it makes any ... Mon, 09 Mar 2015 13:33:22 GMT vboxsync [54697] * trunk/include/VBox/vmm/tm.h (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) VMM/TM: TMR3CpuTickIsFixedRateMonotonic() for now. Mon, 09 Mar 2015 13:03:59 GMT vboxsync [54696] * trunk/src/VBox/NetworkServices/DHCP/Config.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/utils.h (modified) NetworkServices: fixed a few warnings Mon, 09 Mar 2015 12:54:07 GMT vboxsync [54695] * trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h (modified) Runtime/r0drv/solaris: temporary try. Mon, 09 Mar 2015 10:28:19 GMT vboxsync [54694] * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) Runtime/r0drv/solaris: revert temporary change, didn't help. Mon, 09 Mar 2015 10:06:22 GMT vboxsync [54693] * trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified) validation kit: mark tstR0ThreadPreemptionDriver as hardened for VBox 4.3 Mon, 09 Mar 2015 08:40:21 GMT vboxsync [54692] * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) Oops Mon, 09 Mar 2015 08:36:09 GMT vboxsync [54691] * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) PATMA.asm: New way of writing patches that exploits the fact that ... Mon, 09 Mar 2015 08:17:27 GMT vboxsync [54690] * trunk/include/iprt/asmdefs.mac (modified) asmdefs.mac: RT_CONCAT* macros. Mon, 09 Mar 2015 07:31:39 GMT vboxsync [54689] * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) PATM: Doing some more cleanups while trying to understand stuff again. Sun, 08 Mar 2015 23:08:04 GMT vboxsync [54688] * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) * trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) PATM: Doing some more cleanups while trying to understand stuff again. Sun, 08 Mar 2015 20:57:26 GMT vboxsync [54687] * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) * trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMR3Dbg.cpp (modified) * trunk/src/VBox/VMM/include/PATMA.h (modified) PATM: Renamed the PATMA.asm global data to g_patm* (was PATM*). Sun, 08 Mar 2015 20:51:01 GMT vboxsync [54686] * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMA.asm (modified) * trunk/src/VBox/VMM/VMMR3/PATMA.mac (modified) * trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMR3Dbg.cpp (modified) * trunk/src/VBox/VMM/include/PATMA.h (modified) PATM: Added some comments and formalized the reloc array type ... Sat, 07 Mar 2015 22:59:38 GMT vboxsync [54685] * trunk/src/VBox/Installer/darwin/VirtualBox/postflight (modified) Installer/darwin: Clean up python build directory after installation, ... Sat, 07 Mar 2015 22:22:27 GMT vboxsync [54684] * trunk/src/VBox/Installer/common/vboxapisetup.py (modified) * trunk/src/VBox/Main/glue/vboxapi.py (modified) vboxapi.py,vboxapisetup.py: Don't patch stuff in the bundle, breaks ... Sat, 07 Mar 2015 21:00:29 GMT vboxsync [54683] * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) Installer/darwin: Try preserve signatures in extended attributes ... Sat, 07 Mar 2015 14:03:40 GMT vboxsync [54682] * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) oops Sat, 07 Mar 2015 13:41:08 GMT vboxsync [54681] * trunk/Makefile.kmk (modified) Removed accidental qt4-bin_SYMLINKS escape char. Sat, 07 Mar 2015 05:51:01 GMT vboxsync [54680] * trunk/Config.kmk (modified) * trunk/Makefile.kmk (modified) * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) Installer/darwin: Corrected frameworks so they're signable on 10.10 ... Sat, 07 Mar 2015 01:12:33 GMT vboxsync [54679] * trunk/Config.kmk (modified) Installer/darwin: Code signing for more recent mac os x. Sat, 07 Mar 2015 00:45:22 GMT vboxsync [54678] * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) Installer/darwin: Code signing for more recent mac os x. Sat, 07 Mar 2015 00:16:58 GMT vboxsync [54677] * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) Installer/darwin: Can't switch between x86 and amd64 binaries with ... Sat, 07 Mar 2015 00:16:35 GMT vboxsync [54676] * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) * trunk/src/VBox/Installer/darwin/VBoxKEXTs/VirtualBoxStartup.sh (modified) * trunk/src/VBox/Installer/darwin/VirtualBox/postflight (modified) Installer/darwin: Can't switch between x86 and amd64 binaries with ... Sat, 07 Mar 2015 00:06:14 GMT vboxsync [54675] * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) Installer/darwin/Makefile.kmk: VBOX_WITH_COMBINED_PACKAGE has to go ... Fri, 06 Mar 2015 18:02:31 GMT vboxsync [54674] * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMStack.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMDbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CPUMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CPUMRCA.asm (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) CPUM: Working on refactoring the guest CPUID handling. Fri, 06 Mar 2015 18:02:24 GMT vboxsync [54673] * trunk/include/VBox/vmm/cpum.h (modified) CPUM: Working on refactoring the guest CPUID handling. Fri, 06 Mar 2015 17:53:07 GMT vboxsync [54672] * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) VMM/TM: Update fTSCModeSwitchAllowed to include tmR3HasFixedTSC() and ... Fri, 06 Mar 2015 16:55:29 GMT vboxsync [54671] * trunk/src/VBox/Main/src-server/NetworkServiceRunner.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) NAT networks: don't kill VBoxNetDHCP and VBoxNetNAT but send the ... Fri, 06 Mar 2015 16:11:31 GMT vboxsync [54670] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) APIC: More closely emulate real CPU behavior. Fri, 06 Mar 2015 15:13:35 GMT vboxsync [54669] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Typo in comment. Fri, 06 Mar 2015 14:52:20 GMT vboxsync [54668] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c (modified) Spelling. Fri, 06 Mar 2015 14:03:59 GMT vboxsync [54667] * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) VMM/GIM: nit. Fri, 06 Mar 2015 13:44:04 GMT vboxsync [54666] * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) SUPDrv-win.cpp: Make sure we don't call ExFreePoolWithTag with a NULL ... Fri, 06 Mar 2015 13:37:09 GMT vboxsync [54665] * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) Runtime/r0drv/solaris: temporarily disable thread_join() in ... Fri, 06 Mar 2015 11:42:42 GMT vboxsync [54664] * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) SUPDrv-win: be pedantic Fri, 06 Mar 2015 10:14:06 GMT vboxsync [54663] * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) IPRT: RTMpOnPair fix for Linux < 2.6.27 Fri, 06 Mar 2015 05:29:44 GMT vboxsync [54662] * trunk/src/VBox/Main/src-server/HostDnsService.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsService.h (modified) * trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp (modified) * trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp (modified) * trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp (modified) Main/HostDnsService: instead of keeping fragile state g/c notifyAll() ... Thu, 05 Mar 2015 22:40:21 GMT vboxsync [54661] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp (modified) missed one. Thu, 05 Mar 2015 21:34:48 GMT vboxsync [54660] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) darwin build fix. Thu, 05 Mar 2015 21:32:14 GMT vboxsync [54659] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h (modified) DevVGA-SVGA3d-ogl.cpp: Attempt to deal with annoying assertions in ... Thu, 05 Mar 2015 20:04:05 GMT vboxsync [54658] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) DevVGA-SVGA3d-ogl.cpp: Texture (surface) load and saving (to memory) ... Thu, 05 Mar 2015 16:11:35 GMT vboxsync [54657] * 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.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.h (modified) FE/Qt: Event-listener/event-handlers cleanup/doxygen. Thu, 05 Mar 2015 16:11:18 GMT vboxsync [54656] * trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp (modified) VMM/GIM: build fix. Thu, 05 Mar 2015 15:49:17 GMT vboxsync [54655] * trunk/src/VBox/VMM/VMMR0/GIMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) VMM/GIM: nits. Thu, 05 Mar 2015 15:43:41 GMT vboxsync [54654] * trunk/src/VBox/VMM/VMMAll/GIMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/GIMMinimalInternal.h (modified) VMM/GIM: cleanup. Thu, 05 Mar 2015 15:17:54 GMT vboxsync [54653] * trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1-template.mac (modified) * trunk/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm (modified) bootsector2: read CR4 test Thu, 05 Mar 2015 14:34:13 GMT vboxsync [54652] * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) FE/Qt: 6227: Removing couple of unnecessary includes. Thu, 05 Mar 2015 13:48:41 GMT vboxsync [54651] * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) build fix Thu, 05 Mar 2015 13:42:10 GMT vboxsync [54650] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0 Thu, 05 Mar 2015 13:36:11 GMT vboxsync [54649] * trunk/include/VBox/dbggui.h (modified) build fix Thu, 05 Mar 2015 13:30:59 GMT vboxsync [54648] * trunk/include/VBox/dbggui.h (modified) * trunk/src/VBox/Debugger/VBoxDbg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h (modified) FE/Qt and Debugger UI: 6227: Omitting some of the dependencies for ... Thu, 05 Mar 2015 12:49:18 GMT vboxsync [54647] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Fix lock order violation Thu, 05 Mar 2015 12:28:20 GMT vboxsync [54646] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp (modified) FE/Qt: build fix Thu, 05 Mar 2015 12:12:41 GMT vboxsync [54645] * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Encryption/Main: Allow encryption of differencing media as long as ... Thu, 05 Mar 2015 11:21:53 GMT vboxsync [54644] * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) FE/Qt: Re-applying stuff reverted in r98784. Thu, 05 Mar 2015 10:46:27 GMT vboxsync [54643] * trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h (modified) Runtime/r0drv/solaris: (c) year missed update. Thu, 05 Mar 2015 10:41:34 GMT vboxsync [54642] * trunk/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h (modified) Runtime/r0drv/solaris: Add runtime struct member offset detection for ... Thu, 05 Mar 2015 03:15:13 GMT vboxsync [54641] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) Corrected wrong assertion in vmsvga3dDrawPrimitives that would ... Thu, 05 Mar 2015 00:39:06 GMT vboxsync [54640] * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp (modified) warnings Thu, 05 Mar 2015 00:34:02 GMT vboxsync [54639] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) logging Thu, 05 Mar 2015 00:33:47 GMT vboxsync [54638] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m (modified) * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) Looks like we have to do glFlush() before changing GL context on mac ... Wed, 04 Mar 2015 22:17:48 GMT vboxsync [54637] * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) FE/Qt: Reverting r98781, r98782, r98783 as x11 still not happy enough. Wed, 04 Mar 2015 21:37:43 GMT vboxsync [54636] * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) FE/Qt: Yet another build fix for r98781. Wed, 04 Mar 2015 19:21:43 GMT vboxsync [54635] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) FE/Qt: Build fix for r98781. Wed, 04 Mar 2015 19:03:16 GMT vboxsync [54634] * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) FE/Qt: 6227: Reworking COM wrappers generator and corresponding ... Wed, 04 Mar 2015 18:24:16 GMT vboxsync [54633] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) DevVGA-SVGA3d-ogl.cpp: More logging. Wed, 04 Mar 2015 17:23:21 GMT vboxsync [54632] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) Mac OS X host 3D: unscaled HiDPI: always set viewport according to ... Wed, 04 Mar 2015 16:41:08 GMT vboxsync [54631] * trunk/src/VBox/Main/src-server/HostDnsService.cpp (modified) Main/HostDnsService: fixed a typo which prevented to pass any DNS ... Wed, 04 Mar 2015 16:39:46 GMT vboxsync [54630] * trunk/doc/manual/en_US/user_BasicConcepts.xml (modified) * trunk/doc/manual/en_US/user_Introduction.xml (modified) * trunk/doc/manual/en_US/user_Storage.xml (modified) doc/manual: wording Wed, 04 Mar 2015 16:17:42 GMT vboxsync [54629] * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) FE/Qt: Before calling IMachine::CanShowConsoleWindow() check the ... Wed, 04 Mar 2015 16:07:40 GMT vboxsync [54628] * trunk/doc/manual/en_US/user_BasicConcepts.xml (modified) * trunk/doc/manual/en_US/user_Introduction.xml (modified) * trunk/doc/manual/en_US/user_Storage.xml (modified) doc\manual: fix line lengths Wed, 04 Mar 2015 14:47:32 GMT vboxsync [54627] * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) FE/Qt: Reverting r98765 as it's too early for it, need to make it ... Wed, 04 Mar 2015 14:40:39 GMT vboxsync [54626] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) DevVGA-SVGA3d-ogl.cpp: LogFlow idAssociatedContext changes. Wed, 04 Mar 2015 14:36:39 GMT vboxsync [54625] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main: Fixes for disk encryption support and make use of the optimized ... Wed, 04 Mar 2015 14:35:32 GMT vboxsync [54624] * trunk/include/VBox/vd.h (modified) * trunk/src/VBox/Storage/VD.cpp (modified) Storage/VD: Add API to prepare a chain of images for use with filters Wed, 04 Mar 2015 14:32:28 GMT vboxsync [54623] * trunk/doc/manual/en_US/user_BasicConcepts.xml (modified) * trunk/doc/manual/en_US/user_Introduction.xml (modified) * trunk/doc/manual/en_US/user_Storage.xml (modified) Changed topics that seems unclear. Wed, 04 Mar 2015 14:23:10 GMT vboxsync [54622] * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified) FE/Qt: 6227: Reworking COM wrappers generator and corresponding ... Wed, 04 Mar 2015 13:55:45 GMT vboxsync [54621] * trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) validation kit: allow to overwrite features in the test script, don't ... Wed, 04 Mar 2015 11:23:00 GMT vboxsync [54620] * trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c (modified) Addition/solaris/SharedFolders: comment. Wed, 04 Mar 2015 11:15:32 GMT vboxsync [54619] * trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c (modified) Additions/Solaris/SharedFolders: todo for incompatibility between S10 ...