# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 3, 2025 2:22:27 PM Tue, 23 Dec 2008 15:18:48 GMT vboxsync [15734] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Allow up to 1M clock ticks worth of guest execution. Tue, 23 Dec 2008 15:13:21 GMT vboxsync [15733] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Experiment with the VT-x preemption timer for the 32/64 switcher. Tue, 23 Dec 2008 15:12:45 GMT vboxsync [15732] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Tue, 23 Dec 2008 14:18:36 GMT vboxsync [15731] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Log MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT Tue, 23 Dec 2008 14:10:56 GMT vboxsync [15729] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Assertion update Tue, 23 Dec 2008 14:09:52 GMT vboxsync [15728] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Assertion only valid for windows hosts. Tue, 23 Dec 2008 13:53:54 GMT vboxsync [15727] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Tue, 23 Dec 2008 13:43:51 GMT vboxsync [15726] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Check extra VT-x capability bits Tue, 23 Dec 2008 11:59:30 GMT vboxsync [15724] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Measure time spent in the 32/64 world switcher. Tue, 23 Dec 2008 11:05:27 GMT vboxsync [15723] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Another assertion correction Tue, 23 Dec 2008 11:03:05 GMT vboxsync [15722] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Adjusted assertion Mon, 22 Dec 2008 17:32:56 GMT vboxsync [15720] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) -s Mon, 22 Dec 2008 16:06:05 GMT vboxsync [15719] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Additions/Linux: use jump buffers again for HGCM transfers Mon, 22 Dec 2008 15:49:25 GMT vboxsync [15718] * trunk/include/iprt/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) RTR0MemObjLockUser: Replaced the warnings with more useful information. Mon, 22 Dec 2008 13:36:56 GMT vboxsync [15716] * trunk/src/VBox/Main/MouseImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Mon, 22 Dec 2008 13:15:30 GMT vboxsync [15715] * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Mon, 22 Dec 2008 12:46:17 GMT vboxsync [15714] * trunk/src/VBox/Main/FloppyDriveImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Mon, 22 Dec 2008 10:52:20 GMT vboxsync [15713] * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_fr.ts (modified) FE/Qt: French NLS corrections, courtesy of Jacky672 on ... Mon, 22 Dec 2008 08:58:06 GMT vboxsync [15712] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) dpte_offset & dpte_segment reversed. Fixed in upstream Bochs. ... Fri, 19 Dec 2008 21:12:30 GMT vboxsync [15711] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) IDE: move the VPD initialization code to the right place and correct ... Fri, 19 Dec 2008 20:40:13 GMT vboxsync [15710] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) IDE: make it possible to change VPD data of hard disks too Fri, 19 Dec 2008 19:44:35 GMT vboxsync [15709] * trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h (modified) * trunk/src/VBox/GuestHost/OpenGL/util/bufpool.c (modified) * trunk/src/VBox/GuestHost/OpenGL/util/error.c (modified) * trunk/src/VBox/GuestHost/OpenGL/util/net.c (modified) crOpenGL: don't output debug messages in release build Fri, 19 Dec 2008 18:28:27 GMT vboxsync [15708] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxXMLUtil.h (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd (modified) Main: #3424: Bumped XML format version to 1.6 and so that the auto- ... Fri, 19 Dec 2008 18:16:40 GMT vboxsync [15707] * trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) crOpenGL: make host buffer dynamic in size, fix for 3443 Fri, 19 Dec 2008 16:46:49 GMT vboxsync [15705] * trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp (modified) Todos added Fri, 19 Dec 2008 16:44:54 GMT vboxsync [15704] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp (modified) Introduced VbglHCGMCall32 for supporting 32 bits clients on 64 bits ... Fri, 19 Dec 2008 16:37:53 GMT vboxsync [15703] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) crOpenGL: fix build Fri, 19 Dec 2008 16:02:42 GMT vboxsync [15702] * trunk/src/VBox/VMM/HWACCMInternal.h (modified) fixed build Fri, 19 Dec 2008 16:01:26 GMT vboxsync [15701] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) fixed build Fri, 19 Dec 2008 15:47:08 GMT vboxsync [15700] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Removed temporary code Fri, 19 Dec 2008 15:44:42 GMT vboxsync [15699] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) crOpenGL: fix 32 bit opengl applications under vista64 Fri, 19 Dec 2008 14:28:58 GMT vboxsync [15698] * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_fr.ts (modified) FE/Qt: French NLS fixes Fri, 19 Dec 2008 14:26:58 GMT vboxsync [15697] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Some test code (inactive) Fri, 19 Dec 2008 14:20:13 GMT vboxsync [15696] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Activate switcher test Fri, 19 Dec 2008 14:11:54 GMT vboxsync [15695] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Compile fix Fri, 19 Dec 2008 14:11:07 GMT vboxsync [15694] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Profiling of the 32/64 switcher. Fri, 19 Dec 2008 14:04:04 GMT vboxsync [15693] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) VBoxManage converttoraw: forgotten default format Fri, 19 Dec 2008 13:52:38 GMT vboxsync [15692] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) VBoxManage/convertfromraw: forgotten parameter checking and default ... Fri, 19 Dec 2008 13:29:23 GMT vboxsync [15691] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) Linux host kernel modules: removed 2.4 cruft; fixed ... Fri, 19 Dec 2008 13:06:50 GMT vboxsync [15689] * trunk/src/VBox/HostDrivers/Support/linux/export_modules (deleted) ... and removed the old script Fri, 19 Dec 2008 13:03:17 GMT vboxsync [15688] * trunk/src/VBox/HostDrivers/linux/export_modules (copied) export_modules fix Fri, 19 Dec 2008 12:48:34 GMT vboxsync [15687] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Removed obsolete createif & removeif commands. Fri, 19 Dec 2008 12:47:01 GMT vboxsync [15686] * trunk/src/VBox/Main/HostImpl.cpp (modified) Reminder to remove obsolete code after we branch. Fri, 19 Dec 2008 12:05:06 GMT vboxsync [15685] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) slirp: code style Fri, 19 Dec 2008 11:56:10 GMT vboxsync [15684] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) slirp: build fix Fri, 19 Dec 2008 11:47:21 GMT vboxsync [15683] * trunk/src/VBox/Devices/Network/slirp/debug.c (modified) slirp:debug printing ports in host byte order Fri, 19 Dec 2008 11:46:38 GMT vboxsync [15682] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) slirp: tcp/ip port-forwarding fix Fri, 19 Dec 2008 11:25:06 GMT vboxsync [15681] * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) Linux netflt: allow to compile the tree without the kernel module Fri, 19 Dec 2008 11:06:38 GMT vboxsync [15680] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Remap MMIO memory as well for recompiler writes Fri, 19 Dec 2008 10:10:38 GMT vboxsync [15679] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Another paranoid assertion Fri, 19 Dec 2008 09:26:23 GMT vboxsync [15677] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) Don't touch freed memory. Added some more error checks. Fri, 19 Dec 2008 06:27:16 GMT vboxsync [15676] * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) slirp:typo Fri, 19 Dec 2008 02:45:29 GMT vboxsync [15675] * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) AHCI: Make it possible to define the serial number, firmware revision ... Thu, 18 Dec 2008 23:28:16 GMT vboxsync [15674] * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) VHD: Fix crash in debug build Thu, 18 Dec 2008 23:28:00 GMT vboxsync [15673] * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) VDI: use VERR_VD_VDI_INVALID_HEADER instead of ... Thu, 18 Dec 2008 22:22:45 GMT vboxsync [15672] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) slirp:makes icmp support unaware of synchronization method on Windows ... Thu, 18 Dec 2008 19:09:32 GMT vboxsync [15671] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) PGMAllHandler.cpp: Prevent pgmPoolTrackFlushGCPhysPTsSlow and ... Thu, 18 Dec 2008 18:59:15 GMT vboxsync [15670] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Linux/Installer: install udev rule for USB with sysfs and remove ... Thu, 18 Dec 2008 18:54:07 GMT vboxsync [15669] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp (modified) FE/Qt4: Restored r41122 and r41128. Thu, 18 Dec 2008 17:41:26 GMT vboxsync [15667] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) DevVGA: Made the ubuntu live cd boot screen fast on darwin. Fixed ... Thu, 18 Dec 2008 15:18:39 GMT vboxsync [15666] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Correct the guest cr4 value when the host isn't in PAE mode (and the ... Thu, 18 Dec 2008 14:54:12 GMT vboxsync [15665] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Devices/VGA: reverted r40263 as it caused display problems in some ... Thu, 18 Dec 2008 14:46:02 GMT vboxsync [15664] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobalSettings.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGLSettingsGeneral.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobalSettings.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsGeneral.ui (modified) FE/Qt4-OSX: Added option to enable/disable the real time VM preview ... Thu, 18 Dec 2008 14:42:58 GMT vboxsync [15662] * trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm (modified) Rewrote some switcher code. Thu, 18 Dec 2008 14:21:08 GMT vboxsync [15661] * trunk/src/VBox/Main/DVDDriveImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Thu, 18 Dec 2008 14:13:57 GMT vboxsync [15660] * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) #3416: The problem with incorrectly shown guest-to-host packets is fixed. Thu, 18 Dec 2008 14:02:42 GMT vboxsync [15659] * trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm (modified) Label name changes. Thu, 18 Dec 2008 13:58:53 GMT vboxsync [15658] * trunk/src/VBox/Main/linux/NetIfList-linux.cpp (modified) #3282: More reliable /proc/net/if_inet6 handling. Thu, 18 Dec 2008 13:52:03 GMT vboxsync [15657] * trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm (modified) Extra error checks for vmxon & vmptrld. Thu, 18 Dec 2008 13:38:53 GMT vboxsync [15656] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Removed obsolete assertion Thu, 18 Dec 2008 13:28:02 GMT vboxsync [15655] * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) IPRT/tcp.cpp: separated the resolver errors from the other ones, ... Thu, 18 Dec 2008 13:21:48 GMT vboxsync [15654] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac (modified) Turn off interrupts in the 32/64 switcher. Thu, 18 Dec 2008 12:57:39 GMT vboxsync [15653] * trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp (modified) SUPLib-darwin: hDevice is NIL_RTFILE if it's not opened. Thu, 18 Dec 2008 12:51:03 GMT vboxsync [15652] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt4-OSX: spelling Thu, 18 Dec 2008 12:44:13 GMT vboxsync [15650] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt4-OSX: fix mac burns Thu, 18 Dec 2008 12:37:11 GMT vboxsync [15649] * trunk/src/VBox/Main/HardDiskFormatImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) #3285: Improve error handling API to include unique error numbers ... Thu, 18 Dec 2008 12:26:26 GMT vboxsync [15648] * trunk/src/VBox/VMM/HWACCM.cpp (modified) HWACCM: query 64bitEnabled for 64-bit hosts too, except default it to ... Thu, 18 Dec 2008 12:12:46 GMT vboxsync [15647] * trunk/src/VBox/VMM/PGM.cpp (modified) PGM: Reverted r40889 (horribly ugly VMMDev Heap hack) as this has ... Thu, 18 Dec 2008 11:55:01 GMT vboxsync [15645] * trunk/src/recompiler_new/tcg/i386/tcg-target.c (modified) tcg-target.c: restored the todo. Thu, 18 Dec 2008 11:16:58 GMT vboxsync [15644] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) IPRT: sysfs review, fixes and cleanup. Thu, 18 Dec 2008 11:14:59 GMT vboxsync [15643] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) SrvIntNetR0: Fixed promisc flag check for the host direction. Thu, 18 Dec 2008 11:09:00 GMT vboxsync [15642] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxUtils-darwin.cpp (modified) FE/Qt4-OSX: fixed slow resizing (#3376) Thu, 18 Dec 2008 11:08:36 GMT vboxsync [15641] * trunk/src/VBox/Devices/Makefile.kmk (modified) moved Debug.cpp a little bit around as it is used from both, ... Thu, 18 Dec 2008 10:03:20 GMT vboxsync [15639] * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_de.ts (modified) German NLS updates Thu, 18 Dec 2008 07:58:57 GMT vboxsync [15638] * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) slirp:icmp: missed changes (build fix) Thu, 18 Dec 2008 07:51:22 GMT vboxsync [15637] * trunk/src/VBox/Devices/Makefile.kmk (modified) slirp:build: VBOX_WITH_SLIRP_ICMP is removed Thu, 18 Dec 2008 07:01:32 GMT vboxsync [15636] * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.h (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) slirp:icmp: Get rid of old ICMP implementation Wed, 17 Dec 2008 16:44:58 GMT vboxsync [15635] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) More logging Wed, 17 Dec 2008 16:38:42 GMT vboxsync [15634] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Check parameter size correctly (disabled smsw). Wed, 17 Dec 2008 15:08:11 GMT vboxsync [15633] * trunk/src/VBox/VMM/EMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Smsw emlution (inactive). Wed, 17 Dec 2008 14:55:42 GMT vboxsync [15632] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Extra instruction Wed, 17 Dec 2008 13:34:36 GMT vboxsync [15629] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: minor. Wed, 17 Dec 2008 09:20:11 GMT vboxsync [15625] * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c (modified) RTErrConvertToErrno returns positive values Wed, 17 Dec 2008 09:10:58 GMT vboxsync [15624] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) vboxmod.c: vboxadd_lock_hgcm_parms must negate the ... Wed, 17 Dec 2008 08:53:53 GMT vboxsync [15623] * trunk/src/VBox/VMM/HWACCM.cpp (modified) backed out 41130 Wed, 17 Dec 2008 08:36:39 GMT vboxsync [15622] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp (modified) backed out 41122, not authorized Wed, 17 Dec 2008 08:30:39 GMT vboxsync [15621] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) backed out r41128 Wed, 17 Dec 2008 07:14:53 GMT vboxsync [15619] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Adjusted the release log message Wed, 17 Dec 2008 07:13:25 GMT vboxsync [15618] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Turned off 64 bits support for VT-x on all 32 bits platforms except ... Wed, 17 Dec 2008 01:31:01 GMT vboxsync [15617] * trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_ru.ts (modified) FE/Qt: NLS: Small Russian translation fix.