# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 6:33:55 PM Fri, 02 Feb 2007 00:43:48 GMT vboxsync [527] * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Alignment fixes. Fri, 02 Feb 2007 00:43:41 GMT vboxsync [526] * trunk/src/VBox/VMM/PDMInternal.h (modified) Alignment fixes. Fri, 02 Feb 2007 00:42:38 GMT vboxsync [525] * trunk/src/VBox/VMM/PDM.cpp (modified) VM_GUEST_ADDR isn't the right macro for converting the pPciBusHC into ... Thu, 01 Feb 2007 21:44:47 GMT vboxsync [524] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) nice typo :) Thu, 01 Feb 2007 21:31:13 GMT vboxsync [523] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) use the SDL-provided default bpp if there is one Thu, 01 Feb 2007 21:30:27 GMT vboxsync [522] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h (modified) timer-based SDL window resize like FE/Qt (more reliable, also works ... Thu, 01 Feb 2007 20:47:56 GMT vboxsync [521] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) cosmetical fixes Thu, 01 Feb 2007 20:23:43 GMT vboxsync [520] * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) 64-bit alignment. Thu, 01 Feb 2007 20:21:36 GMT vboxsync [519] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) disabled two HC pointer size assertions that are probably invalid. Thu, 01 Feb 2007 18:46:18 GMT vboxsync [518] * trunk/src/VBox/VMM/PATM/CSAMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) 64-bit alignment in CSAM. Thu, 01 Feb 2007 17:41:09 GMT vboxsync [516] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) perform guest resize operations only once when the mouse button was ... Thu, 01 Feb 2007 17:20:03 GMT vboxsync [515] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) Possibly dangerous change: stop monitoring IDT patch pages when too ... Thu, 01 Feb 2007 17:00:01 GMT vboxsync [514] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Main: Fixed the assertion unexpectedly popping up when creating a ... Thu, 01 Feb 2007 16:25:19 GMT vboxsync [513] * trunk/src/VBox/VMM/PATM/PATMPatch.cpp (modified) Less restricted assertion Thu, 01 Feb 2007 16:12:11 GMT vboxsync [512] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) removed test code Thu, 01 Feb 2007 15:34:40 GMT vboxsync [511] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Logging Thu, 01 Feb 2007 14:50:40 GMT vboxsync [510] * trunk/src/VBox/Additions/linux/xgraphics/vboxutils.c (modified) Fixed the VBVA buffer overwrite in the Linux guest video driver. Thu, 01 Feb 2007 14:25:08 GMT vboxsync [509] * trunk/src/VBox/VMM/PDMQueue.cpp (modified) Corrected comment Thu, 01 Feb 2007 14:10:25 GMT vboxsync [508] * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) Added todo Thu, 01 Feb 2007 14:07:25 GMT vboxsync [507] * trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp (modified) TAP Update Thu, 01 Feb 2007 14:07:20 GMT vboxsync [506] * trunk/src/VBox/HostDrivers/VBoxTAP/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc (modified) * trunk/src/VBox/HostDrivers/VBoxTAP/common.h (modified) * trunk/src/VBox/HostDrivers/VBoxTAP/tapdrvr.c (modified) TAP update Thu, 01 Feb 2007 13:12:48 GMT vboxsync [504] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui (modified) FE/Qt: Fixed spelling and order in the USB Filter UI. Thu, 01 Feb 2007 13:05:10 GMT vboxsync [503] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) 'RTStrmPrintf(g_pStdErr,...) doesn't compile on Windows Thu, 01 Feb 2007 12:59:53 GMT vboxsync [502] * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf (modified) When installing Windows guest video driver, set the hardware ... Thu, 01 Feb 2007 12:49:45 GMT vboxsync [501] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: Printf to stderr on runtime error as long as we don't have a ... Thu, 01 Feb 2007 12:04:17 GMT vboxsync [500] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Logging update Thu, 01 Feb 2007 10:20:43 GMT vboxsync [499] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Queue depth of 8 is too much. 4 yields better results. Thu, 01 Feb 2007 10:15:07 GMT vboxsync [498] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Another update Thu, 01 Feb 2007 10:11:00 GMT vboxsync [497] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Update. Rather useless to monitor the receive ring descriptors. Thu, 01 Feb 2007 09:53:51 GMT vboxsync [496] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Updated no polling code path. Thu, 01 Feb 2007 09:10:58 GMT vboxsync [495] * trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxvfs.sh (modified) * trunk/src/VBox/Additions/linux/installer/x11config.pl (modified) Additions installers are not OSE Thu, 01 Feb 2007 09:04:58 GMT vboxsync [494] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Our change was contained in the upstream (slightly different: ... Thu, 01 Feb 2007 08:43:08 GMT vboxsync [493] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Changed printfs to Logs in DevVGA Wed, 31 Jan 2007 23:27:18 GMT vboxsync [492] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) 64-bit alignment. Klaus, could you quickly verify that I didn't break ... Wed, 31 Jan 2007 23:26:31 GMT vboxsync [491] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) 64-bit alignment. Wed, 31 Jan 2007 23:26:18 GMT vboxsync [490] * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) 64-bit alignment. Wed, 31 Jan 2007 23:25:57 GMT vboxsync [489] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) 64-bit alignment. Wed, 31 Jan 2007 23:25:34 GMT vboxsync [488] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) fixed bustage. Wed, 31 Jan 2007 23:15:55 GMT vboxsync [487] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) 64-bit Alignment. Wed, 31 Jan 2007 23:15:23 GMT vboxsync [486] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/PCIInternal.h (modified) 64-bit alignment. Wed, 31 Jan 2007 23:14:59 GMT vboxsync [485] * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) 64-bit alignment. Wed, 31 Jan 2007 23:14:41 GMT vboxsync [484] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) 64-bit alignment. Wed, 31 Jan 2007 23:14:20 GMT vboxsync [483] * trunk/src/VBox/Devices/PC/apic.c (modified) 64-bit alignment. Wed, 31 Jan 2007 23:13:20 GMT vboxsync [482] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) 64-bit alignment. HCPTRTYPE -> R3PTRTYPE. And an question for Frank. Wed, 31 Jan 2007 23:02:03 GMT vboxsync [481] * trunk/src/VBox/Devices/Input/pckbd.c (modified) 64-bit alignment. Wed, 31 Jan 2007 22:34:28 GMT vboxsync [479] * trunk/src/VBox/VMM/PDMDevice.cpp (modified) pDevHlpR0 is now declared correctly. Wed, 31 Jan 2007 22:31:02 GMT vboxsync [478] * trunk/src/VBox/Devices/Network/slirp/tcp.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) upstream: set TCP_NODELAY option Wed, 31 Jan 2007 22:18:04 GMT vboxsync [474] * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) file description Wed, 31 Jan 2007 21:52:32 GMT vboxsync [473] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) several small fixes merged from upstream Wed, 31 Jan 2007 17:13:07 GMT vboxsync [472] * trunk/src/recompiler/precompiled/VBoxRecompiler.o (modified) * trunk/src/recompiler/precompiled/cpu-exec.o (modified) * trunk/src/recompiler/precompiled/exec.o (modified) * trunk/src/recompiler/precompiled/helper.o (modified) * trunk/src/recompiler/precompiled/helper2.o (modified) * trunk/src/recompiler/precompiled/op.o (modified) * trunk/src/recompiler/precompiled/translate-all.o (modified) * trunk/src/recompiler/precompiled/translate.o (modified) updated precompiled objects Wed, 31 Jan 2007 16:29:49 GMT vboxsync [471] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Suspend the VM if an iSCSI target is down. Wed, 31 Jan 2007 16:14:04 GMT vboxsync [470] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/FramebufferImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/FramebufferImpl.h (modified) Main/Frontends: Changed all interface attributes and method ... Wed, 31 Jan 2007 15:57:59 GMT vboxsync [469] * trunk/include/VBox/com/defs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) * trunk/src/VBox/Main/idl/doxygen.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) Main/XIDL: Added support for the @mod attribute (with 'ptr' the only ... Wed, 31 Jan 2007 15:20:06 GMT vboxsync [468] * trunk/src/VBox/VMM/EMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Moved rdtsc emulation into EM. Wed, 31 Jan 2007 15:13:54 GMT vboxsync [466] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Corrected sysenter/exit handling. Wed, 31 Jan 2007 15:05:57 GMT vboxsync [465] * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Added code to emulate rdtsc in the guest context. (disabled) Wed, 31 Jan 2007 14:58:15 GMT vboxsync [464] * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/CPUMInternal.h (modified) * trunk/src/VBox/VMM/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) Renamed CR4 masks Wed, 31 Jan 2007 12:28:42 GMT vboxsync [463] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) log causes for SSM load config mismatch to release log Wed, 31 Jan 2007 12:12:51 GMT vboxsync [462] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Current implementation of -lun is abit hackish... Wed, 31 Jan 2007 11:23:58 GMT vboxsync [461] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) fixed warning (and probably a misinterpretation) Wed, 31 Jan 2007 11:04:09 GMT vboxsync [459] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Fixed encoded LUN parsing for iSCSI config and added human-readable ... Wed, 31 Jan 2007 08:40:38 GMT vboxsync [458] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) should be an undocumented option otherwise end users will think they ... Wed, 31 Jan 2007 01:18:59 GMT vboxsync [457] * trunk/src/VBox/VMM/PGMInternal.h (modified) alignment. Wed, 31 Jan 2007 00:08:36 GMT vboxsync [456] * trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp (modified) Don't crash if a key is pressed before everything is initialized. ... Wed, 31 Jan 2007 00:05:52 GMT vboxsync [455] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Annoying assertion. Wed, 31 Jan 2007 00:02:36 GMT vboxsync [454] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Aligned PGMPOOL and PGMPOOLPAGE. Tue, 30 Jan 2007 23:36:58 GMT vboxsync [453] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) AMD64: Check CFGM option PATMEnabled before enabling PATM. Tue, 30 Jan 2007 23:35:27 GMT vboxsync [452] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Check CFGM option CSAMEnabled before enabling CSAM. Tue, 30 Jan 2007 23:34:04 GMT vboxsync [451] * trunk/src/VBox/VMM/VM.cpp (modified) drop the AMD64 protection. Tue, 30 Jan 2007 23:06:24 GMT vboxsync [450] * trunk/src/VBox/VMM/DBGFInternal.h (modified) * trunk/src/VBox/VMM/DBGFSym.cpp (modified) Don't use an offset based AVL tree for symbols. Tue, 30 Jan 2007 23:03:57 GMT vboxsync [449] * trunk/include/iprt/avl.h (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/table/avlrgcptr.cpp (copied) RTAvlrGCPtr* Tue, 30 Jan 2007 22:36:08 GMT vboxsync [448] * trunk/src/VBox/VMM/EM.cpp (modified) Drop the AMD64 assertions. Tue, 30 Jan 2007 22:21:03 GMT vboxsync [447] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Support 'VBoxInternal/Value' overlays. Tue, 30 Jan 2007 22:06:31 GMT vboxsync [446] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Added configuration option GetHostTimeDisabled (boolean). Tue, 30 Jan 2007 22:04:05 GMT vboxsync [445] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) New argument: -warpdrive <2..20000> Tue, 30 Jan 2007 21:56:19 GMT vboxsync [444] * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) Exposed the TMVirtualSet/GetWarpDrive API in the IMachineDebugger ... Tue, 30 Jan 2007 21:53:52 GMT vboxsync [443] * trunk/include/VBox/tm.h (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/TMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Implemented Warp drive. This can be configured using the ... Tue, 30 Jan 2007 21:04:06 GMT vboxsync [442] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) comments. Tue, 30 Jan 2007 18:07:31 GMT vboxsync [441] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) FE/Qt: Disabled VRDP UI when IMachine::VRDPServer is not available ... Tue, 30 Jan 2007 17:09:37 GMT vboxsync [440] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) FE/Qt: Fixed spelling. Tue, 30 Jan 2007 17:00:31 GMT vboxsync [439] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Applied the fix to avoid unconditional switching to the ... Tue, 30 Jan 2007 15:47:59 GMT vboxsync [438] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Enabled USB device activity function (doesn't actually work ... Tue, 30 Jan 2007 15:43:16 GMT vboxsync [437] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) Main: Fixed compiler warnings. Tue, 30 Jan 2007 15:42:55 GMT vboxsync [436] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Collection.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) * trunk/src/VBox/Main/linux/module.cpp (modified) Main: Added USBDevice to the DeviceType enum to provide USB device ... Tue, 30 Jan 2007 14:42:25 GMT vboxsync [435] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: don't pass mouse clicks to the guest in relative mode if ... Tue, 30 Jan 2007 13:52:31 GMT vboxsync [433] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Fixed IDE for OpenSolaris 10. Tue, 30 Jan 2007 13:47:47 GMT vboxsync [432] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) argument order fixed Tue, 30 Jan 2007 13:44:07 GMT vboxsync [431] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Log the video mode hint only when it is actually delivered to the guest. Tue, 30 Jan 2007 10:14:48 GMT vboxsync [430] * trunk/src/VBox/Additions/linux/xgraphics/vboxutils.c (modified) The VBVA command record must be marked as partial when it is being ... Tue, 30 Jan 2007 09:46:12 GMT vboxsync [429] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Last minute breakage. Tue, 30 Jan 2007 09:42:40 GMT vboxsync [428] * trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h (modified) Update definitions. Tue, 30 Jan 2007 09:39:09 GMT vboxsync [427] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Suspend (and later redo) I/O operations and EMT if the VDI layer ... Tue, 30 Jan 2007 09:27:10 GMT vboxsync [426] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Fixed the fix to the additions installer Tue, 30 Jan 2007 07:55:13 GMT vboxsync [425] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) modifyvdi settype doesn't currently work Mon, 29 Jan 2007 20:05:32 GMT vboxsync [424] * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) Not ~15h. Mon, 29 Jan 2007 19:38:26 GMT vboxsync [423] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Made sure that the Linux kernel modules get the right major and minor ... Mon, 29 Jan 2007 19:10:46 GMT vboxsync [422] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Assertion details. Mon, 29 Jan 2007 18:40:07 GMT vboxsync [421] * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMGC/VMMGC.cpp (modified) Stop GCC4 from being 'clever'. Mon, 29 Jan 2007 18:17:06 GMT vboxsync [420] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Don't trust the compiler to give us the right return address address ... Mon, 29 Jan 2007 18:15:31 GMT vboxsync [419] * trunk/src/VBox/VMM/VMM.cpp (modified) Removed the NO_SUPCALLR0VMM for AMD64 and added a hack to sqeeze ...