# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Mar 7, 2025 8:05:41 PM Tue, 10 Apr 2007 08:02:14 GMT vboxsync [2000] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Cleaned up instruction emulation. Got rid of duplicate code. Mon, 09 Apr 2007 18:51:16 GMT vboxsync [1999] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) warning Mon, 09 Apr 2007 14:03:08 GMT vboxsync [1998] * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) - Emulation for bts & btc added - Try to resolve conflicts with CSAM ... Mon, 09 Apr 2007 14:01:18 GMT vboxsync [1997] * trunk/src/VBox/VMM/PGMHandler.cpp (modified) Better search for innocent conflicts Mon, 09 Apr 2007 13:36:57 GMT vboxsync [1996] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Round address to page boundary. Mon, 09 Apr 2007 13:33:44 GMT vboxsync [1995] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Update Mon, 09 Apr 2007 13:33:03 GMT vboxsync [1994] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Added CSAMR3RemovePage Mon, 09 Apr 2007 11:56:40 GMT vboxsync [1992] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/EMInternal.h (modified) More stats Mon, 09 Apr 2007 11:56:29 GMT vboxsync [1991] * trunk/src/VBox/VMM/VMMAll/EMAllA.asm (modified) Added EMEmulateBts & EMEmulateBtc Mon, 09 Apr 2007 11:37:44 GMT vboxsync [1989] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) more logging Mon, 09 Apr 2007 11:23:58 GMT vboxsync [1988] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) corrected assertion Mon, 09 Apr 2007 11:16:47 GMT vboxsync [1987] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) more verbose assertion Mon, 09 Apr 2007 10:22:30 GMT vboxsync [1986] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAllA.asm (modified) Btr emulation added. (possibly dangerous; not well tested) Mon, 09 Apr 2007 09:44:20 GMT vboxsync [1985] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/EMInternal.h (modified) Statistics for BTR. Sat, 07 Apr 2007 10:13:35 GMT vboxsync [1982] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/EMInternal.h (modified) Removed obsolete code. Fri, 06 Apr 2007 21:20:43 GMT vboxsync [1981] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Arg. Forgot that EMInterpretInstructionCPU doesn't accept cpl != 0. Fri, 06 Apr 2007 19:41:30 GMT vboxsync [1979] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) German updates Fri, 06 Apr 2007 18:20:42 GMT vboxsync [1978] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Need to emulate RDTSC for ring-3 as well. Fri, 06 Apr 2007 18:19:08 GMT vboxsync [1977] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Need to emulate RDTSC for ring-3 as well. Fri, 06 Apr 2007 16:55:59 GMT vboxsync [1976] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/EMInternal.h (modified) * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) Never inject interrupts or traps before we sync the GDT/IDT/LDT and TSS. Fri, 06 Apr 2007 16:14:48 GMT vboxsync [1974] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Got rid of annoying assertion Fri, 06 Apr 2007 12:36:34 GMT vboxsync [1973] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) better translation Fri, 06 Apr 2007 10:20:37 GMT vboxsync [1972] * trunk/src/VBox/VMM/VMMGC/SELMGC.cpp (modified) wrong mask Fri, 06 Apr 2007 10:16:04 GMT vboxsync [1971] * trunk/src/VBox/VMM/VMMGC/SELMGC.cpp (modified) Log updates to selectors in loaded segment registers Fri, 06 Apr 2007 09:54:46 GMT vboxsync [1970] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) RT_LIKELY additions. Fri, 06 Apr 2007 09:52:23 GMT vboxsync [1969] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) Check for protected mode in CPUMGetGuestCPL. Fri, 06 Apr 2007 08:48:10 GMT vboxsync [1968] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) translation fix Fri, 06 Apr 2007 06:24:14 GMT vboxsync [1967] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) a bit less strict on 0 byte buffers. (TEST UNIT READY + linux) Fri, 06 Apr 2007 06:14:10 GMT vboxsync [1965] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.h (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) HostDVD support for Darwin. Thu, 05 Apr 2007 16:41:43 GMT vboxsync [1963] * trunk/src/VBox/Main/win32/svchlp.cpp (modified) Fixed heap corruption. Thu, 05 Apr 2007 16:34:33 GMT vboxsync [1959] * trunk/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp (modified) * trunk/src/VBox/Main/glue/ErrorInfo.cpp (modified) Main/Glue: Don't assume we've got full error info if any of ... Thu, 05 Apr 2007 15:26:03 GMT vboxsync [1956] * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) Fixed a couple of issues with virtualized TSC related to pausing and ... Thu, 05 Apr 2007 11:09:33 GMT vboxsync [1948] * trunk/src/VBox/Devices/Audio/alsaaudio.c (modified) removed tab Thu, 05 Apr 2007 11:09:18 GMT vboxsync [1947] * trunk/src/VBox/Devices/Audio/alsaaudio.c (modified) fix for #1850 (ALSA on AMD64 was croaking) Thu, 05 Apr 2007 10:57:11 GMT vboxsync [1946] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMReadPhys: return zeros for physical memory that hasn't been ... Thu, 05 Apr 2007 09:02:32 GMT vboxsync [1945] * trunk/src/VBox/VMM/REMInternal.h (modified) Increased SSM version of REM. Thu, 05 Apr 2007 08:01:47 GMT vboxsync [1943] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Paranoid checks. Wed, 04 Apr 2007 16:03:07 GMT vboxsync [1940] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Removed obsolete changes. Wed, 04 Apr 2007 16:00:01 GMT vboxsync [1939] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Support segment prefixes in our instruction emulator. Wed, 04 Apr 2007 15:25:07 GMT vboxsync [1938] * trunk/src/VBox/Disassembler/DisasmCore.cpp (modified) Added DISFetchRegSegEx Wed, 04 Apr 2007 15:06:13 GMT vboxsync [1936] * trunk/src/VBox/VMM/VMMGC/IOMGC.cpp (modified) Use new disassembler functions. Remove obsolete tables. Wed, 04 Apr 2007 14:56:22 GMT vboxsync [1935] * trunk/src/VBox/Disassembler/DisasmCore.cpp (modified) Optimizations and added DISFetchRegSeg & DISWriteRegSeg Wed, 04 Apr 2007 14:39:42 GMT vboxsync [1933] * trunk/src/VBox/Runtime/r3/win64/VBoxRT-win64.def (modified) build fix. Wed, 04 Apr 2007 14:04:15 GMT vboxsync [1931] * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (moved) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) apic.c => DevAPIC.cpp Wed, 04 Apr 2007 13:18:48 GMT vboxsync [1930] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) backed out unneccessary changes from previous changeset Wed, 04 Apr 2007 13:17:07 GMT vboxsync [1929] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) We can encounter 16 bits code in raw mode too now; always refuse to ... Wed, 04 Apr 2007 13:11:04 GMT vboxsync [1928] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) OSE fixes Wed, 04 Apr 2007 12:17:07 GMT vboxsync [1927] * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts (added) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified) FE/Qt: Added Chinese/China translation. Wed, 04 Apr 2007 12:07:06 GMT vboxsync [1926] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) Got rid of incorrect assertion. Wed, 04 Apr 2007 11:50:17 GMT vboxsync [1925] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) FE/Qt: Clipboard UI spelling; fixed VBoxGlobal::systemLanguageID() so ... Wed, 04 Apr 2007 10:59:48 GMT vboxsync [1922] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) FE/Qt: Use our own logic to detect the system language setting (in ... Wed, 04 Apr 2007 10:11:40 GMT vboxsync [1921] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) And assertion is too annoying there. Wed, 04 Apr 2007 10:06:38 GMT vboxsync [1920] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) u1VM implies cpl=3 Wed, 04 Apr 2007 10:05:02 GMT vboxsync [1919] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) Corrected assertion Wed, 04 Apr 2007 10:02:24 GMT vboxsync [1918] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) Always check if the code selector is wide open. Refuse patching if ... Wed, 04 Apr 2007 09:49:35 GMT vboxsync [1917] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) %VGx -> %VGv Wed, 04 Apr 2007 09:41:12 GMT vboxsync [1916] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) FE/VBoxManage: 'convertdd' accepts the special file stdin now to read ... Wed, 04 Apr 2007 09:20:12 GMT vboxsync [1915] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) 1920: Add UI for the Clipboard settings: Made as designed: Advanced ... Wed, 04 Apr 2007 08:27:14 GMT vboxsync [1914] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Reapplied 20145 Wed, 04 Apr 2007 08:26:18 GMT vboxsync [1913] * trunk/src/VBox/VMM/EM.cpp (modified) Reapplied 20145 Wed, 04 Apr 2007 08:25:13 GMT vboxsync [1912] * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevDMA.cpp (moved) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk (modified) * trunk/src/VBox/Devices/muldiv64.c (deleted) * trunk/src/VBox/Devices/vl_vbox.h (modified) muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp Wed, 04 Apr 2007 08:08:58 GMT vboxsync [1910] * trunk/src/VBox/Devices/Storage/VmdkHDD.cpp (modified) warnings Wed, 04 Apr 2007 08:02:12 GMT vboxsync [1909] * trunk/src/VBox/VMM/EM.cpp (modified) Removed debugging code Wed, 04 Apr 2007 07:49:50 GMT vboxsync [1908] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Backed out part of 20091 to check if that's the cause of the major ... Wed, 04 Apr 2007 06:08:36 GMT vboxsync [1907] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) attempt to fix tinderboxes: remove r20142, r20145, r20146 Wed, 04 Apr 2007 01:40:36 GMT vboxsync [1906] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile (modified) The IHost part of #1912. Tue, 03 Apr 2007 21:13:09 GMT vboxsync [1904] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) warning Tue, 03 Apr 2007 17:21:56 GMT vboxsync [1902] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Spelling. Tue, 03 Apr 2007 16:46:24 GMT vboxsync [1900] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) free VGA memory when destructing the device Tue, 03 Apr 2007 16:35:28 GMT vboxsync [1898] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Updated comment Tue, 03 Apr 2007 16:33:51 GMT vboxsync [1897] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Put back pending interrupt detection in iret patch. Tue, 03 Apr 2007 16:32:49 GMT vboxsync [1896] * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) Improved F12 key handling in the BIOS temporary boot selection and ... Tue, 03 Apr 2007 16:31:26 GMT vboxsync [1895] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) fixed more checks Tue, 03 Apr 2007 16:30:33 GMT vboxsync [1894] * trunk/src/VBox/VMM/EM.cpp (modified) Reenabled old VINF_PATM_PENDING_IRQ_AFTER_IRET code Tue, 03 Apr 2007 16:24:03 GMT vboxsync [1893] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) fixed another check Tue, 03 Apr 2007 16:20:26 GMT vboxsync [1892] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) dropped obsolete check Tue, 03 Apr 2007 16:05:16 GMT vboxsync [1891] * trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h (modified) support driver major version change Tue, 03 Apr 2007 16:04:19 GMT vboxsync [1890] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp (added) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp (modified) * trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstPage.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win32/SUPLib-win32.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) * trunk/src/VBox/VMM/MMPagePool.cpp (modified) * trunk/src/VBox/VMM/MMPhys.cpp (modified) * trunk/src/VBox/VMM/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign ... Tue, 03 Apr 2007 15:42:03 GMT vboxsync [1889] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) 1902: "Select Directory" dialogs are not native: 1. Fixing ... Tue, 03 Apr 2007 14:48:08 GMT vboxsync [1888] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) * trunk/src/VBox/Runtime/win64/ASMMultU64ByU32DivByU32.asm (copied) ASMMultU64ByU32DivByU32 (for TSC calculation). Tue, 03 Apr 2007 14:46:23 GMT vboxsync [1887] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: Fixed: Resetting a snapshot folder from GUI resulted into an ... Tue, 03 Apr 2007 14:15:41 GMT vboxsync [1886] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) warning Tue, 03 Apr 2007 14:11:21 GMT vboxsync [1885] * trunk/src/VBox/VMM/VM.cpp (modified) warning Tue, 03 Apr 2007 14:10:33 GMT vboxsync [1884] * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) warning Tue, 03 Apr 2007 13:35:50 GMT vboxsync [1882] * trunk/src/VBox/Main/linux/server.cpp (modified) warning Tue, 03 Apr 2007 13:08:14 GMT vboxsync [1881] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Unused warning. Tue, 03 Apr 2007 12:55:31 GMT vboxsync [1879] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) removed superflous header Tue, 03 Apr 2007 12:51:15 GMT vboxsync [1878] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) removed RTPrintf Tue, 03 Apr 2007 12:11:46 GMT vboxsync [1877] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: added support for Japanese and Brazilian keyboards Tue, 03 Apr 2007 11:59:17 GMT vboxsync [1876] * trunk/src/VBox/VMM/TM.cpp (modified) VBOX_TM_VIRTUALIZED_TSC hack. Tue, 03 Apr 2007 11:14:29 GMT vboxsync [1875] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) Got rid of annoying assertions. Tue, 03 Apr 2007 11:00:09 GMT vboxsync [1874] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) Main: Fixed: Simultaneous usage of immutable VDIs by more than one ... Tue, 03 Apr 2007 10:17:11 GMT vboxsync [1872] * trunk/src/VBox/Main/Makefile (modified) VRDP_MC -> VBOX_WITH_VRDP_MC Tue, 03 Apr 2007 01:00:17 GMT vboxsync [1871] * trunk/src/VBox/VMM/VM.cpp (modified) typo. Tue, 03 Apr 2007 00:23:51 GMT vboxsync [1870] * trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp (modified) rtThreadMain bustage. Mon, 02 Apr 2007 23:12:09 GMT vboxsync [1869] * trunk/src/VBox/HostDrivers/Support/SUPDRV.h (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) Fixed wrong u64LastMonotime usage (the cause of all the trouble). ... Mon, 02 Apr 2007 19:31:04 GMT vboxsync [1868] * trunk/src/VBox/VMM/VM.cpp (modified) X2/GIP debugging code Mon, 02 Apr 2007 16:19:11 GMT vboxsync [1867] * trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp (modified) Workaround added for nasty guest drivers that patch the IDT. Mon, 02 Apr 2007 16:08:13 GMT vboxsync [1866] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Disabled previous csam changes. Mon, 02 Apr 2007 15:45:56 GMT vboxsync [1865] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) InvalidatePage: always make page non-present (possibly dangerous) ...