# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 3, 2025 8:12:57 PM Wed, 24 Apr 2013 13:09:42 GMT vboxsync [45696] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h (modified) FE/Qt: Popup-center: Popup-stack: Better encapsulation for the popup- ... Wed, 24 Apr 2013 12:39:49 GMT vboxsync [45695] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) Typo. Wed, 24 Apr 2013 12:12:21 GMT vboxsync [45694] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ConsoleImpl: don't run out of scope! Wed, 24 Apr 2013 11:32:42 GMT vboxsync [45693] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) * trunk/src/VBox/VMM/include/EMHandleRCTmpl.h (modified) VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault ... Wed, 24 Apr 2013 11:28:19 GMT vboxsync [45692] * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) VMMR3/DBGF: Single-stepping should no longer be in effect when ... Wed, 24 Apr 2013 09:58:00 GMT vboxsync [45691] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h (modified) FE/Qt: Popup-center, popup-pane: Implementing main framework stuff ... Wed, 24 Apr 2013 09:34:24 GMT vboxsync [45690] * trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h (modified) FE/Qt: Message-center: Little enum cleanup. Tue, 23 Apr 2013 18:34:00 GMT vboxsync [45688] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Another hack in the dark. Tue, 23 Apr 2013 18:19:21 GMT vboxsync [45687] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Console::setGuestProperty: Temporary E_INVALIDARG debugging hack. Tue, 23 Apr 2013 18:15:40 GMT vboxsync [45686] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Console::setGuestProperty: some cleanup. Tue, 23 Apr 2013 17:27:33 GMT vboxsync [45685] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Safer to update CR2 while injecting exceptions and not ... Tue, 23 Apr 2013 15:44:47 GMT vboxsync [45684] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMVMXR0: 32-bit fixes, round 2. Tue, 23 Apr 2013 15:44:00 GMT vboxsync [45683] * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp (modified) FE/Qt: test a fix for stuck keys on Windows hosts. Tue, 23 Apr 2013 15:10:44 GMT vboxsync [45682] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: RFlags is 32-bit with upper half as always 0, avoid ... Tue, 23 Apr 2013 13:53:27 GMT vboxsync [45681] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) VMM/HMVMXR0: Fix for 32-bit hosts, round 1. Tue, 23 Apr 2013 13:00:08 GMT vboxsync [45680] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VRDEServerImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) Main/VRDEServer: Back out code to disable VRDE server if no graphics ... Tue, 23 Apr 2013 11:53:37 GMT vboxsync [45679] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) More E_INVALIDARG details on setting/deleting guest props Tue, 23 Apr 2013 11:28:41 GMT vboxsync [45678] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTFileAio.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp (modified) Runtime/aio: Add flags parameter to RTFileAioCtxCreate Tue, 23 Apr 2013 11:01:26 GMT vboxsync [45677] * trunk/src/VBox/Additions/solaris/Makefile.kmk (modified) Additions/Solaris: Ship X.Org 1.14 drivers. Tue, 23 Apr 2013 10:26:14 GMT vboxsync [45676] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp (modified) VBoxTray/VBoxSeamless: Fix for the issue - A small rectangular bar ... Tue, 23 Apr 2013 09:13:50 GMT vboxsync [45675] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/Console: OSX fix Tue, 23 Apr 2013 08:45:54 GMT vboxsync [45674] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/VRDEServerImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without ... Tue, 23 Apr 2013 07:26:14 GMT vboxsync [45673] * trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m (modified) HostServices/OpenGL: compile fix for certin environments Tue, 23 Apr 2013 03:06:28 GMT vboxsync [45672] * trunk/src/VBox/NetworkServices/NAT/Makefile.kmk (modified) nat-lwip: missed test case and condition for testcase. Mon, 22 Apr 2013 16:06:38 GMT vboxsync [45671] * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) OHCI: Endpoints may need to be skipped when looking for orphaned URBs. Mon, 22 Apr 2013 15:46:03 GMT vboxsync [45670] * trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp (modified) * trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm (modified) * trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum (modified) BIOS: updated the alternative source code Mon, 22 Apr 2013 15:37:42 GMT vboxsync [45669] * trunk/src/VBox/Devices/PC/BIOS/orgs.asm (modified) * trunk/src/VBox/Devices/PC/BIOS/system.c (modified) BIOS: add int15 function 0xd04f Mon, 22 Apr 2013 15:15:42 GMT vboxsync [45668] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: Don't intercept CR0.WP when we have nested paging. Mon, 22 Apr 2013 15:15:15 GMT vboxsync [45667] * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) build fix Mon, 22 Apr 2013 14:49:34 GMT vboxsync [45666] * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) OHCI: Periodically cancel orphaned URBs. Mon, 22 Apr 2013 12:40:25 GMT vboxsync [45665] * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) HM.cpp: Fix assertion in HMIsEnabledNotMacro during vm startup. Mon, 22 Apr 2013 12:32:23 GMT vboxsync [45664] * trunk/src/VBox/VMM/testcase/tstVMM.cpp (modified) tstVMM: the current behavior is that either raw mode or VT-x/AMD-V ... Mon, 22 Apr 2013 11:28:05 GMT vboxsync [45663] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) FE/Qt: Popup-pane: Remove tool-button borders. Mon, 22 Apr 2013 11:21:52 GMT vboxsync [45662] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h (modified) FE/Qt: Popup-pane: Reworking layout. Mon, 22 Apr 2013 08:45:15 GMT vboxsync [45661] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) forgotten file Mon, 22 Apr 2013 08:43:37 GMT vboxsync [45660] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Machine+Console+Settings: add graphics controller type setting, ... Mon, 22 Apr 2013 08:14:33 GMT vboxsync [45659] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp (copied) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h (copied) FE/Qt: Popup-center: Moving popup-stack stuff into separate files. Mon, 22 Apr 2013 07:31:01 GMT vboxsync [45658] * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h (modified) FE/Qt: Popup-center, popup-pane: Implementing main framework stuff ... Mon, 22 Apr 2013 00:09:30 GMT vboxsync [45657] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: typo. Sun, 21 Apr 2013 23:02:57 GMT vboxsync [45656] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: removed some superfluous comments. Sat, 20 Apr 2013 14:27:02 GMT vboxsync [45655] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) VMMR0/HM: Profiling longjmp round trips are less useful, adjusted ... Sat, 20 Apr 2013 13:50:02 GMT vboxsync [45654] * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) Audio/DevIchHda: gcc warning. Fri, 19 Apr 2013 22:46:22 GMT vboxsync [45653] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) VMM/VMMR0: HM cleanup. Fri, 19 Apr 2013 18:16:28 GMT vboxsync [45652] * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) slirp/tftp.c: better error message if option negotiation fails (often ... Fri, 19 Apr 2013 17:23:08 GMT vboxsync [45651] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Actually we -do- need to intercept #DB (hypervisor ... Fri, 19 Apr 2013 17:19:29 GMT vboxsync [45650] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: Fix single-stepping over STI during guest debugging ... Fri, 19 Apr 2013 16:05:03 GMT vboxsync [45649] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) Eliminated leftover variable. Fri, 19 Apr 2013 14:51:16 GMT vboxsync [45648] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: Clear interrupt-inhibition if we're single-stepping in ... Fri, 19 Apr 2013 13:50:31 GMT vboxsync [45647] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: Implemented setting of pending debug exceptions for ... Fri, 19 Apr 2013 13:48:09 GMT vboxsync [45646] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Devices/AHCI: Offload work from EMT to a dedicated thread when using ... Fri, 19 Apr 2013 13:46:48 GMT vboxsync [45645] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) VMM/PDMDevHlp: Add helper to get the SUPDrv session handle (intended ... Fri, 19 Apr 2013 13:43:02 GMT vboxsync [45644] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp (modified) VBoxTray/VBoxSeamless.cpp : reverting the change 84781, which didn't ... Fri, 19 Apr 2013 12:30:57 GMT vboxsync [45641] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: bits. Fri, 19 Apr 2013 12:28:21 GMT vboxsync [45640] * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) VMM: build fix Fri, 19 Apr 2013 12:09:02 GMT vboxsync [45639] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: Simultaneous hyper and guest single-stepping support ... Fri, 19 Apr 2013 11:57:18 GMT vboxsync [45638] * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_diff.c (modified) crOpenGL: restrict the warning count Fri, 19 Apr 2013 10:21:54 GMT vboxsync [45637] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/VMMR0: HM macro prefix cleanup a bit. Fri, 19 Apr 2013 09:52:31 GMT vboxsync [45636] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) crOpenGL: proper visible regions cleanup Fri, 19 Apr 2013 09:51:38 GMT vboxsync [45635] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) crOpenGL: comment fix Fri, 19 Apr 2013 08:57:32 GMT vboxsync [45634] * trunk/src/VBox/Runtime/r0drv/nt/symdbdata.h (modified) symdbdata.h: Regenerated from solserv. w2k bits added. Fri, 19 Apr 2013 08:56:59 GMT vboxsync [45633] * trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp (modified) Updated ntBldSymDb.cpp to handle w2k symbols and correctly detect ... Fri, 19 Apr 2013 08:38:55 GMT vboxsync [45632] * trunk/src/VBox/Runtime/common/misc/http.cpp (modified) Runtime/http: report an error in the worst case Fri, 19 Apr 2013 08:32:21 GMT vboxsync [45631] * trunk/src/VBox/Runtime/common/misc/http.cpp (modified) Runtime/http: be more convenient in keeping the string passed in ... Fri, 19 Apr 2013 08:22:59 GMT vboxsync [45630] * trunk/src/VBox/Runtime/r3/dir.cpp (modified) rtDirOpenCommon: We don't need to resolve symbolic links in the path, ... Fri, 19 Apr 2013 07:19:43 GMT vboxsync [45629] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main: assembler functions not required here Fri, 19 Apr 2013 07:13:55 GMT vboxsync [45628] * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) VMM: build fix Fri, 19 Apr 2013 06:09:30 GMT vboxsync [45627] * trunk/src/VBox/GuestHost/OpenGL/util/vreg.cpp (modified) crOpenGL: vreg fixes Fri, 19 Apr 2013 02:44:19 GMT vboxsync [45626] * trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp (modified) USB/Darwin: checks whether event's sources presents in the run loop ... Thu, 18 Apr 2013 23:33:59 GMT vboxsync [45625] * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) convertVBoxOSType2CIMOSType: return Other_64 if fLongMode is set. Thu, 18 Apr 2013 22:09:24 GMT vboxsync [45624] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) build fix Thu, 18 Apr 2013 22:05:35 GMT vboxsync [45623] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) HMVMX: HMVMX_USE_FUNCTION_TABLE (enabled, as before) and ... Thu, 18 Apr 2013 21:49:05 GMT vboxsync [45622] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: Introducing CPUPropertyType_LongMode + legacy band aid. Thu, 18 Apr 2013 20:58:53 GMT vboxsync [45621] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/VMMR0: HM bits. Thu, 18 Apr 2013 20:07:14 GMT vboxsync [45620] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/patm.h (modified) * trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, ... Thu, 18 Apr 2013 19:54:22 GMT vboxsync [45619] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) PGMAllBth.h: Skip a path in Trap0eHandler that hooks into CSAM if ... Thu, 18 Apr 2013 18:41:07 GMT vboxsync [45618] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) Do HMR3Init first in vmR3InitRing3 so the other components can skip ... Thu, 18 Apr 2013 17:56:25 GMT vboxsync [45617] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: Fix MOV DRx intercepts. Haiku now works. Thu, 18 Apr 2013 17:44:22 GMT vboxsync [45616] * trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_context.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) crOpenGL: 1.work around 4.2.12 saved state issues, 2. saved state fixes Thu, 18 Apr 2013 16:09:56 GMT vboxsync [45615] * trunk/debian/rules (modified) * trunk/src/VBox/Installer/linux/debian/rules (modified) * trunk/src/VBox/Installer/linux/rpm/rules (modified) deb/rpm: adapt to r85112 Thu, 18 Apr 2013 15:57:46 GMT vboxsync [45614] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) Main/webservices: make it less annoying by preventing many warnings Thu, 18 Apr 2013 14:24:58 GMT vboxsync [45611] * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) VMM: fUsePeriodicPreemptionTimers should be set to false *after* ... Thu, 18 Apr 2013 13:27:39 GMT vboxsync [45610] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp (modified) VBoxService/GuestCtrl: Also check for stopped state before performing ... Thu, 18 Apr 2013 13:17:47 GMT vboxsync [45609] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: fix pending events on task switches. Fixes Warcraft 2 ... Thu, 18 Apr 2013 13:15:02 GMT vboxsync [45608] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) FE/Qt: Popup-center: Tune popup-pane for x11/win systems. Thu, 18 Apr 2013 13:09:08 GMT vboxsync [45605] * trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/images/cancel_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/ok_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h (modified) FE/Qt: Popup-center, popup-pane: Implementing main framework stuff ... Thu, 18 Apr 2013 12:21:20 GMT vboxsync [45604] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) VBoxService/GuestCtrl: Added asynchronous request handling, more ... Thu, 18 Apr 2013 10:11:03 GMT vboxsync [45603] * trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c (modified) Additions/linux/drm: better distinction betwen Debian's 3.2.0-4 ... Thu, 18 Apr 2013 10:02:15 GMT vboxsync [45602] * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) ApplianceImplExport.cpp: VBox is never ever written Vbox. Thu, 18 Apr 2013 10:01:40 GMT vboxsync [45601] * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) ApplianceImplExport.h: VBox is never ever written Vbox. Thu, 18 Apr 2013 09:58:31 GMT vboxsync [45600] * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) ApplianceImplExport.cpp: Added check for ... Thu, 18 Apr 2013 09:56:43 GMT vboxsync [45599] * trunk/src/VBox/Main/include/ovfreader.h (modified) ovfreader.h: Why don't we document where standard values are take ... Wed, 17 Apr 2013 19:03:25 GMT vboxsync [45598] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: Add a newly attached medium to the lcoked media map ... Wed, 17 Apr 2013 19:01:27 GMT vboxsync [45597] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/Medium: Use VD_OPEN_FLAGS_INFO when creating the diff image ... Wed, 17 Apr 2013 18:59:52 GMT vboxsync [45596] * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) VBoxManage: Use VD_OPEN_FLAGS_INFO when opening the image to change ... Wed, 17 Apr 2013 18:58:33 GMT vboxsync [45595] * trunk/src/VBox/Main/src-server/MediumLock.cpp (modified) Main/MediumLock: delete the medium lock list when it is erased Wed, 17 Apr 2013 17:03:17 GMT vboxsync [45593] * trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def (modified) VBoxRT-openssl-ose.def: Build fix from Sander. Wed, 17 Apr 2013 16:58:02 GMT vboxsync [45592] * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h (modified) FE/Qt: Popup-center, popup-pane: Implementing main framework stuff ... Wed, 17 Apr 2013 16:56:35 GMT vboxsync [45591] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main: Set the aOnline flag when committing the media data Wed, 17 Apr 2013 16:31:27 GMT vboxsync [45590] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMMR0/HMVMXR0: reflect #DE and others back to the guest on a ... Wed, 17 Apr 2013 15:03:31 GMT vboxsync [45589] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) GuestCtrl: Clarify API documentation.