# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 6:57:03 PM Mon, 19 May 2008 19:23:53 GMT vboxsync [8931] * trunk/src/VBox/Disassembler/testcase (added) props. Mon, 19 May 2008 19:22:46 GMT vboxsync [8930] * trunk/src/VBox/Disassembler/Makefile.kmk (modified) Disassembler. Mon, 19 May 2008 18:57:04 GMT vboxsync [8929] * trunk/src/VBox/Debugger/DBGPlugInCommonELF.cpp (modified) gcc-4.3 warning Mon, 19 May 2008 18:26:20 GMT vboxsync [8928] * trunk/src/VBox/Debugger/DBGPlugInCommonELF.cpp (modified) * trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp (modified) gcc-4.3 warnings Mon, 19 May 2008 17:43:01 GMT vboxsync [8927] * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) and return the correct index. Mon, 19 May 2008 17:41:44 GMT vboxsync [8926] * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) Don't return VERR_GETOP_UNKNOWN_OPTION when encountering a file. Mon, 19 May 2008 16:59:11 GMT vboxsync [8925] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp (added) * trunk/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp (added) New file APIs for reading (or mapping) a file into memory: ... Mon, 19 May 2008 15:55:12 GMT vboxsync [8924] * trunk/include/iprt/types.h (modified) RTFOFF_MAX & RTFOFF_MIN. Mon, 19 May 2008 15:46:02 GMT vboxsync [8923] * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) pic_update_irq: clear interrupt pending flag if none is pending. Mon, 19 May 2008 15:44:47 GMT vboxsync [8922] * trunk/src/recompiler/VBoxRecompiler.c (modified) REMR3NotifyInterruptClear can now be called from non-EMT threads. ... Mon, 19 May 2008 15:40:57 GMT vboxsync [8921] * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) Solaris vboxdrv: fixed to use thread_change_pri instead of incorrect ... Mon, 19 May 2008 15:20:50 GMT vboxsync [8920] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt4: Removed last Qt3 support warnings. Mon, 19 May 2008 15:12:38 GMT vboxsync [8919] * trunk/src/VBox/Additions/x11/xgraphics/vboxutils.c (modified) * trunk/src/VBox/Additions/x11/xgraphics/vboxvideo.h (modified) * trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c (modified) Additions/x11: the graphics driver should not fail if the kernel ... Mon, 19 May 2008 13:28:23 GMT vboxsync [8918] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp (modified) fixed VM session dialog for E1000 server Mon, 19 May 2008 13:23:40 GMT vboxsync [8917] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) 2854: "Warn if not enough guest VRAM when entering fullscreen with ... Mon, 19 May 2008 13:11:43 GMT vboxsync [8916] * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-new.c (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-tables.h (modified) Frontends/VirtualBox and VirtualBox4: experimental - updated the X11 ... Mon, 19 May 2008 12:11:49 GMT vboxsync [8915] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFBQuartz2D.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/darwin/DarwinCursor.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp (modified) FE/Qt4: set/mainWidget is deprecated so create our own place to store ... Mon, 19 May 2008 12:05:35 GMT vboxsync [8914] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Moved cpu id check around for tlb flushing. Mon, 19 May 2008 11:34:46 GMT vboxsync [8913] * trunk/src/VBox/Runtime/r3/fileio.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) made RTFileGetMaxSizeEx() OS-specific Mon, 19 May 2008 11:11:09 GMT vboxsync [8912] * trunk (modified) Updated kBuild from r1587 to r1645: o Recursive cp. o Fix for ... Mon, 19 May 2008 10:08:21 GMT vboxsync [8911] * trunk/src/VBox/VMM/TM.cpp (modified) No fixed tsc if the GIP timer is in async mode. (TM; AMD cpus with ... Mon, 19 May 2008 10:03:32 GMT vboxsync [8910] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified) FE/Qt4: Backported partly r29918 (German NLS finished except ... Mon, 19 May 2008 09:57:22 GMT vboxsync [8909] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.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/VBoxProblemReporter.cpp (modified) FE/Qt4: Backported: - r30204 (Get rid of compilation warning of ... Mon, 19 May 2008 09:45:02 GMT vboxsync [8908] * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) Determined affinity mask too late. Moved up. Mon, 19 May 2008 09:26:13 GMT vboxsync [8907] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMListView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMListView.cpp (modified) FE/Qt4: Make sure that all VBoxVMItems are proberly deleted. Fri, 16 May 2008 16:46:20 GMT vboxsync [8906] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) FE/Qt: NLS: Spelling. Fri, 16 May 2008 16:10:59 GMT vboxsync [8905] * trunk/Makefile.kmk (modified) sshd on windows doesn't set USER/USERNAME Fri, 16 May 2008 15:40:42 GMT vboxsync [8904] * trunk/Makefile.kmk (modified) Adjustments for new build box (doesn't affect the old) Fri, 16 May 2008 15:40:20 GMT vboxsync [8903] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/AutoLock: Enabled VBOX_MAIN_USE_SEMRW for linux freebsd solaris ... Fri, 16 May 2008 15:32:30 GMT vboxsync [8902] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp (modified) FE/Qt: Keep style. Fri, 16 May 2008 15:28:10 GMT vboxsync [8901] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Always enable caching Fri, 16 May 2008 15:18:42 GMT vboxsync [8900] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Some updates Fri, 16 May 2008 14:55:31 GMT vboxsync [8899] * trunk/src/VBox/VMM/VMMTests.cpp (modified) Fixed hwaccm test Fri, 16 May 2008 14:52:44 GMT vboxsync [8898] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) fixed copy'n'paste bug Fri, 16 May 2008 14:06:46 GMT vboxsync [8897] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp (modified) Windows Guest VBoxTray: Implemented single instance checking (global ... Fri, 16 May 2008 14:03:06 GMT vboxsync [8896] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp (modified) FE/Qt4: spacing <-> padding Fri, 16 May 2008 14:01:02 GMT vboxsync [8895] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp (modified) FE/Qt4: Make the information tables use some lesser space. Fri, 16 May 2008 13:05:23 GMT vboxsync [8894] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) 2854: "Warn if not enough guest VRAM when entering fullscreen with ... Fri, 16 May 2008 12:52:00 GMT vboxsync [8893] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt4: Fix: On X11 sometimes the preferred size isn't calculated ... Fri, 16 May 2008 12:47:15 GMT vboxsync [8892] * trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh (modified) Solaris hostif: Added awk check for changed dladm in OpenSolaris2008.05 Fri, 16 May 2008 12:43:44 GMT vboxsync [8891] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) require SUPDRVIOC_VERSION >= 0x00070002 because of new vboxdrv export ... Fri, 16 May 2008 12:42:53 GMT vboxsync [8890] * trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h (modified) SUPDRVIOC_VERSION += 1 because of new vboxdrv export (RTMpCpuId()). Fri, 16 May 2008 12:36:58 GMT vboxsync [8889] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx ... Fri, 16 May 2008 12:15:58 GMT vboxsync [8888] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobalSettings.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobalSettings.cpp (modified) Frontends/VirtualBox: created a configuration setting for the maximum ... Fri, 16 May 2008 12:01:53 GMT vboxsync [8887] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp (modified) Windows Guest VBoxTray: Logging. Fri, 16 May 2008 12:01:31 GMT vboxsync [8886] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxMemBalloon.cpp (modified) Windows Guest VBoxTray: Fixed stack crash in debug version. Fri, 16 May 2008 11:58:04 GMT vboxsync [8885] * trunk/src/VBox/VMM/CPUM.cpp (modified) Use ASMGetCpuFamily/Model/Stepping (for the extended one too). Fri, 16 May 2008 11:56:49 GMT vboxsync [8884] * trunk/src/VBox/VMM/CPUM.cpp (modified) Use ASMGetCpuFamily/Model/Stepping. Fri, 16 May 2008 11:56:13 GMT vboxsync [8883] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) sort Fri, 16 May 2008 11:55:20 GMT vboxsync [8882] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack ... Fri, 16 May 2008 11:17:35 GMT vboxsync [8881] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Wrong assertion Fri, 16 May 2008 11:13:50 GMT vboxsync [8880] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) More logging Fri, 16 May 2008 11:13:00 GMT vboxsync [8879] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Init idCpu Fri, 16 May 2008 10:59:52 GMT vboxsync [8878] * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) Don't automatically flush the TLB when we remain on the same cpu (on ... Fri, 16 May 2008 10:00:47 GMT vboxsync [8877] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPR0.def (modified) Missing RTMpCpuId export Fri, 16 May 2008 09:59:07 GMT vboxsync [8876] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) ASID based TLB flushing Fri, 16 May 2008 09:41:07 GMT vboxsync [8875] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp (modified) FE/Qt: Set e1k network card as default in solaris & opensolaris. Fri, 16 May 2008 09:40:01 GMT vboxsync [8874] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt: Use solaris icon as OS icon for open solaris also. Fri, 16 May 2008 08:55:47 GMT vboxsync [8873] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Fetch the SVM features too and write them to the release log Fri, 16 May 2008 08:29:45 GMT vboxsync [8872] * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) Build fix. Fri, 16 May 2008 08:29:00 GMT vboxsync [8871] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Updated assertion Fri, 16 May 2008 08:23:10 GMT vboxsync [8870] * trunk/include/VBox/hwacc_svm.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Intercept mwait as well (AMD-V) Fri, 16 May 2008 08:08:22 GMT vboxsync [8869] * trunk/include/VBox/hwacc_svm.h (modified) More intercept flags Fri, 16 May 2008 07:43:10 GMT vboxsync [8868] * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Base & extended model corrections. Fri, 16 May 2008 04:50:01 GMT vboxsync [8867] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/makepackage.sh (modified) * trunk/src/VBox/Installer/solaris/postinstall.sh (modified) * trunk/src/VBox/Installer/solaris/vboxdrv.sh (modified) * trunk/src/VBox/Installer/solaris/virtualbox.desktop (added) Solaris installer: Added desktop entry for launching VirtualBox. Thu, 15 May 2008 15:22:25 GMT vboxsync [8866] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt4: Removed debug printf ... Thu, 15 May 2008 15:18:40 GMT vboxsync [8865] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt4: Replaced deprecated topLevelWidget method by new window method. Thu, 15 May 2008 15:17:54 GMT vboxsync [8864] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Small update Thu, 15 May 2008 15:11:11 GMT vboxsync [8863] * trunk/src/VBox/Additions/Makefile.kmk (modified) Windows Guest Additions Installer: Build fix. Thu, 15 May 2008 14:59:39 GMT vboxsync [8862] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Inverted check Thu, 15 May 2008 14:57:35 GMT vboxsync [8861] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Don't bother to invalidate pages if a TLB flush is already pending. Thu, 15 May 2008 14:43:16 GMT vboxsync [8860] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Some flushing statistics Thu, 15 May 2008 14:37:59 GMT vboxsync [8859] * trunk/src/VBox/Additions/WINNT/VBoxService (deleted) VBoxGuest for Windows: Changed VBoxService to VBoxTray (continued). Thu, 15 May 2008 14:31:48 GMT vboxsync [8858] * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) VBoxGuest for Windows: Changed VBoxService to VBoxTray (continued). Thu, 15 May 2008 14:31:23 GMT vboxsync [8857] * trunk/src/VBox/Additions/WINNT/VBoxTray (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxMemBalloon.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (deleted) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.h (deleted) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc (deleted) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxStatistics.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.rc (copied) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp (copied) VBoxGuest for Windows: Changed VBoxService to VBoxTray (continued). Thu, 15 May 2008 14:18:48 GMT vboxsync [8856] * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) Compilation fix Thu, 15 May 2008 14:09:16 GMT vboxsync [8855] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Simplified tlb flushing. Thu, 15 May 2008 13:58:37 GMT vboxsync [8854] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Minor updates Thu, 15 May 2008 13:57:31 GMT vboxsync [8853] * trunk/include/VBox/hwaccm.h (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) Manual page invalidation or TLB flush is required for AMD-V. Thu, 15 May 2008 13:51:44 GMT vboxsync [8852] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf (modified) VBoxGuest for Windows: Changed VBoxService to VBoxTray. Thu, 15 May 2008 13:51:02 GMT vboxsync [8851] * trunk/src/VBox/VMM/EM.cpp (modified) Fixed VERR_REM_FLUSHED_PAGES_OVERFLOW handling in emR3RawHandleRC - ... Thu, 15 May 2008 13:45:38 GMT vboxsync [8850] * trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxTray.cpp (moved) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxTray.h (moved) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxTray.rc (moved) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.cpp (modified) Windows Guest Additions: Renamed VBoxService.exe to VBoxTray.exe. ... Thu, 15 May 2008 13:16:14 GMT vboxsync [8849] * trunk/src/recompiler/target-i386/translate.c (modified) load the modrm value before parsing it (CMPXCHG8B/16B). Updated s->pc ... Thu, 15 May 2008 13:08:01 GMT vboxsync [8848] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Backed out 30862; redundant Thu, 15 May 2008 13:04:31 GMT vboxsync [8847] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) On entry always flush the TLB. Thu, 15 May 2008 12:37:24 GMT vboxsync [8846] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: no_auto_close=true was set to early. This prevented an ... Thu, 15 May 2008 12:32:16 GMT vboxsync [8845] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) FE/Qt4: If the vm is externally or internally powered off close the ... Thu, 15 May 2008 11:28:05 GMT vboxsync [8844] * trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp (modified) Dig out the solaris release+version Thu, 15 May 2008 11:16:29 GMT vboxsync [8843] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Correction Thu, 15 May 2008 11:08:01 GMT vboxsync [8842] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Wrong assertion Thu, 15 May 2008 11:05:07 GMT vboxsync [8841] * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Extra statistic counter Thu, 15 May 2008 10:08:40 GMT vboxsync [8840] * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) Disabled assertion Thu, 15 May 2008 10:05:49 GMT vboxsync [8839] * trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Correctly restore IF in SVMVMRun Thu, 15 May 2008 09:54:57 GMT vboxsync [8838] * trunk/src/VBox/HostDrivers/Support/darwin/load.sh (modified) Use absolute path to stat because gnu stat (e.g. from MacPorts) has a ... Thu, 15 May 2008 09:35:01 GMT vboxsync [8837] * trunk/src/VBox/HostDrivers/Support/SUPDRV.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) We are not allowed to execute KeQueryActiveProcessors at DPC_LEVEL, ... Thu, 15 May 2008 09:19:00 GMT vboxsync [8836] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: API doc fixes Thu, 15 May 2008 09:18:29 GMT vboxsync [8835] * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) Implement getting the block device size on Solaris in creating raw ... Thu, 15 May 2008 09:11:07 GMT vboxsync [8834] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) VBoxSDL: document logging keybindings Thu, 15 May 2008 09:07:02 GMT vboxsync [8833] * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) Extra assertion Thu, 15 May 2008 07:05:53 GMT vboxsync [8832] * trunk/src/recompiler/target-i386/translate.c (modified) exception 6 is a trap => don't change the PC