# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 28, 2024 9:48:16 PM Mon, 07 Apr 2008 14:05:20 GMT vboxsync [7772] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Use the new PDMDevHlpVMState, drop the fSaving flag. Mon, 07 Apr 2008 14:03:37 GMT vboxsync [7771] * trunk/src/VBox/Additions/solaris/Installer/postinstall.sh (modified) * trunk/src/VBox/Additions/solaris/Makefile.kmk (modified) Solaris additions: Fixes for working under Indiana guests. One ... Mon, 07 Apr 2008 14:00:26 GMT vboxsync [7769] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) - use PDMDevHlpVMState() Mon, 07 Apr 2008 13:22:40 GMT vboxsync [7768] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pdmdrv.h (modified) * trunk/include/VBox/pdmusb.h (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) Added a VMState dev/usb/drvhlp. Mon, 07 Apr 2008 13:12:25 GMT vboxsync [7767] * trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp (modified) FE/Qt4: Removed some warnings. Mon, 07 Apr 2008 12:12:33 GMT vboxsync [7766] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) FE/Qt4: Enabled unified toolbar for the selector window on Mac OS X. Mon, 07 Apr 2008 10:57:36 GMT vboxsync [7765] * trunk/src/VBox/Additions/x11/installer/x11config.pl (added) Additions/x11: fixed mixed up variable name in x11config.pl Mon, 07 Apr 2008 10:39:47 GMT vboxsync [7764] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt4: fix compilation for release builds Mon, 07 Apr 2008 09:48:29 GMT vboxsync [7763] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt4: Ported mostly of the VBoxGlobal related function to Qt4. Mon, 07 Apr 2008 07:12:34 GMT vboxsync [7762] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) small optimization Sat, 05 Apr 2008 18:32:54 GMT vboxsync [7761] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) Use RTLdrLoadAppSharedLib for VRDP and HGCM libraries. Sat, 05 Apr 2008 14:42:19 GMT vboxsync [7760] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) Shot at the alignment problem. Sat, 05 Apr 2008 11:36:02 GMT vboxsync [7759] * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/Graphics/BIOS/innotek_logo.bmp (moved) * trunk/src/VBox/Devices/Graphics/BIOS/vbe.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/CFGM.cpp (modified) The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support. Fri, 04 Apr 2008 23:09:27 GMT vboxsync [7756] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) r=bird: Don't use TMCLOCK_VIRTUAL_SYNC unless it actually fixes ... Fri, 04 Apr 2008 22:21:04 GMT vboxsync [7755] * trunk/include/VBox/DevPCNet.h (modified) * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Added a flag to the MMIO2 registration and did some other MMIO2 ... Fri, 04 Apr 2008 22:03:58 GMT vboxsync [7754] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) More info on this ataDestruct assertion. Fri, 04 Apr 2008 20:35:44 GMT vboxsync [7753] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) The PGM bits of the MMIO cleanup. Moved the parts of PGMR3Reset that ... Fri, 04 Apr 2008 17:35:14 GMT vboxsync [7752] * trunk/include/VBox/iom.h (modified) * trunk/include/VBox/pdmdev.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists ... Fri, 04 Apr 2008 17:10:17 GMT vboxsync [7751] * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Simplified and cleaned up the MMIO code. - The R0 and GC MMIO ... Fri, 04 Apr 2008 15:57:28 GMT vboxsync [7749] * trunk/src/VBox/VMM/IOM.cpp (modified) Relocate offMMIOHandlerGC. Fixes guru on windows bootup. Fri, 04 Apr 2008 15:42:30 GMT vboxsync [7748] * trunk/src/VBox/VMM/VMMGC/PGMGC.cpp (modified) Removed invalid paging combinations Fri, 04 Apr 2008 15:23:58 GMT vboxsync [7747] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) PAE correction Fri, 04 Apr 2008 14:34:58 GMT vboxsync [7746] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/USBProxyService.h (modified) Solaris host USB: Initially proxy stuff. Fri, 04 Apr 2008 14:34:57 GMT vboxsync [7745] * trunk/include/VBox/usb.h (modified) * trunk/src/VBox/Main/darwin/iokit.cpp (modified) Added enmSpeed to USBDEVICE, needed to figure out where to attach a ... Fri, 04 Apr 2008 14:31:58 GMT vboxsync [7744] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) Solaris OSE installer: skip unavailable docs. Fri, 04 Apr 2008 13:59:27 GMT vboxsync [7743] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) And another one Fri, 04 Apr 2008 13:53:16 GMT vboxsync [7742] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Corrected assertion for PAE guest mode Fri, 04 Apr 2008 13:27:56 GMT vboxsync [7741] * trunk/src/VBox/VMM/PGM.cpp (modified) Removed invalid paging combinations Fri, 04 Apr 2008 13:18:03 GMT vboxsync [7740] * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) PAE update Fri, 04 Apr 2008 12:48:18 GMT vboxsync [7739] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Moved WP check to the right place; fixes stuck boot of XP with hwaccm ... Fri, 04 Apr 2008 11:15:41 GMT vboxsync [7738] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) PAE switches should be handled correctly Fri, 04 Apr 2008 11:13:40 GMT vboxsync [7737] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Allow PGM mode changes in ring 0 (hwaccm) Fri, 04 Apr 2008 10:30:41 GMT vboxsync [7736] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) FE/Qt4: Fixed missing language update of the main menus. Fri, 04 Apr 2008 09:14:57 GMT vboxsync [7735] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMTests.cpp (modified) Include EFER msr in all PGMChangeMode calls. Thu, 03 Apr 2008 18:07:36 GMT vboxsync [7734] * trunk/src/VBox/Additions/x11/installer (added) * trunk/src/VBox/Additions/x11/installer/98vboxadd-xclient (added) Export missing files for Solaris OSE packing. Thu, 03 Apr 2008 17:51:05 GMT vboxsync [7733] * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) Fixed compile error. Thu, 03 Apr 2008 17:42:29 GMT vboxsync [7732] * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) PGM_GST_32BIT -> PGM_TYPE_32BIT & PGM_GST_PAE -> PGM_TYPE_PAE - fixes ... Thu, 03 Apr 2008 17:05:29 GMT vboxsync [7731] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) MMIO cleanup in progress. Thu, 03 Apr 2008 16:30:35 GMT vboxsync [7730] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) Added CPUMSet/GetGuestEFER. Corrected NX bit handling. Thu, 03 Apr 2008 15:59:24 GMT vboxsync [7729] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) Missing changes Thu, 03 Apr 2008 15:25:34 GMT vboxsync [7728] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) Some cleanup. CheckPageFault: implemented PAE case Thu, 03 Apr 2008 15:18:22 GMT vboxsync [7727] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotsWgt.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotsWgt.ui.h (deleted) VBoxSnapshotsWgt ported qt3=>qt4. Thu, 03 Apr 2008 14:52:04 GMT vboxsync [7726] * trunk/include/VBox/iom.h (modified) * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) Moved the R0/GC registration out of IOMAll.cpp and into IOM.cpp since ... Thu, 03 Apr 2008 14:02:40 GMT vboxsync [7724] * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) removed unused globals. Thu, 03 Apr 2008 14:00:00 GMT vboxsync [7723] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) DECLINLINE Thu, 03 Apr 2008 12:50:45 GMT vboxsync [7722] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDownloaderWgt.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp (modified) FE/Qt4: Ported this one also. Thu, 03 Apr 2008 12:49:30 GMT vboxsync [7721] * trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobalSettings.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobalSettings.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotsWgt.ui.h (modified) FE/Qt4: Ported several classes from qt3 to qt4 and some minor changes. Thu, 03 Apr 2008 12:04:09 GMT vboxsync [7720] * trunk/src/VBox/VMM/CFGM.cpp (modified) oops. Thu, 03 Apr 2008 12:03:36 GMT vboxsync [7719] * trunk/src/VBox/VMM/CFGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) pgmGstGetPaePDPtr. Thu, 03 Apr 2008 11:26:16 GMT vboxsync [7718] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V Thu, 03 Apr 2008 09:54:12 GMT vboxsync [7717] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Some write protect changes Thu, 03 Apr 2008 09:22:49 GMT vboxsync [7716] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) Missing PDPTR change Thu, 03 Apr 2008 09:03:01 GMT vboxsync [7715] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) Renamed PDPTR to PDPT. Added preliminary code for executing code ... Thu, 03 Apr 2008 08:52:45 GMT vboxsync [7714] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: on resize reduce the height only if the secure label is ... Wed, 02 Apr 2008 19:35:38 GMT vboxsync [7713] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) forgot the comment with the max output size. Wed, 02 Apr 2008 17:08:30 GMT vboxsync [7712] * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) Solaris vboxdrv: changed module description string for consistency. Wed, 02 Apr 2008 16:52:26 GMT vboxsync [7711] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) typo Wed, 02 Apr 2008 16:52:01 GMT vboxsync [7710] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) append one space after the cpu id Wed, 02 Apr 2008 16:40:00 GMT vboxsync [7709] * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'. Wed, 02 Apr 2008 16:34:31 GMT vboxsync [7708] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) small logging change Wed, 02 Apr 2008 15:48:20 GMT vboxsync [7707] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) simlification. Wed, 02 Apr 2008 15:17:20 GMT vboxsync [7703] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) more logging Wed, 02 Apr 2008 15:07:15 GMT vboxsync [7702] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Fixed a bunch of #else and #endif comments. The convention here is ... Wed, 02 Apr 2008 15:04:09 GMT vboxsync [7701] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) pcnet: a little bit less logging noise, code cosmetics Wed, 02 Apr 2008 15:03:19 GMT vboxsync [7700] * trunk/src/VBox/VMM/PGM.cpp (modified) AMD64 shadow mode isn't valid for real and protected mode either from ... Wed, 02 Apr 2008 13:58:09 GMT vboxsync [7698] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Removed redundant check Wed, 02 Apr 2008 13:46:58 GMT vboxsync [7697] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Bugfix for real & protected mode Wed, 02 Apr 2008 12:36:33 GMT vboxsync [7696] * trunk/src/VBox/VMM/CPUM.cpp (modified) Init PAT msr Wed, 02 Apr 2008 12:17:19 GMT vboxsync [7695] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/cpum.mac (modified) * trunk/include/VBox/vm.h (modified) * trunk/include/VBox/vm.mac (modified) * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/CPUMInternal.mac (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Added system MSRs to the CPUMCTX structure. Sync them in REM as well. Wed, 02 Apr 2008 08:36:16 GMT vboxsync [7693] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) PCNet: SSM support for the private guest interface Tue, 01 Apr 2008 18:12:59 GMT vboxsync [7692] * trunk/src/VBox/Installer/solaris (added) * trunk/src/VBox/Installer/solaris/Makefile.kmk (added) * trunk/src/VBox/Installer/solaris/VBox.sh (added) * trunk/src/VBox/Installer/solaris/makepackage.sh (added) * trunk/src/VBox/Installer/solaris/postinstall.sh (added) * trunk/src/VBox/Installer/solaris/preremove.sh (added) * trunk/src/VBox/Installer/solaris/vbox.pkginfo (added) * trunk/src/VBox/Installer/solaris/vbox.pkgresponse (added) * trunk/src/VBox/Installer/solaris/vbox.space (added) * trunk/src/VBox/Installer/solaris/vboxdevlink.sed (added) * trunk/src/VBox/Installer/solaris/vboxdrv.sh (added) Solaris installer: export to OSE Tue, 01 Apr 2008 17:51:08 GMT vboxsync [7690] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) Integrate contributed code to implement VDCopy function in VBoxHDD- new. Tue, 01 Apr 2008 17:50:08 GMT vboxsync [7689] * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) Integrate contributed code to rename a VDI file. Tue, 01 Apr 2008 16:04:55 GMT vboxsync [7688] * trunk/include/VBox/DevPCNet.h (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) PCnet: some cleanup, use host-provided RX buffers but don't access ... Tue, 01 Apr 2008 15:32:52 GMT vboxsync [7687] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) The limit in the hidden selector register is the final one; no need ... Tue, 01 Apr 2008 14:42:17 GMT vboxsync [7686] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Wrong prefix Tue, 01 Apr 2008 13:52:21 GMT vboxsync [7685] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) minor corrections Tue, 01 Apr 2008 13:43:38 GMT vboxsync [7684] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) overflow check. Tue, 01 Apr 2008 13:40:58 GMT vboxsync [7683] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) uint8_t *pv -> pb; Tue, 01 Apr 2008 13:06:23 GMT vboxsync [7681] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) added VMMDev config option to keep credentials Tue, 01 Apr 2008 13:03:08 GMT vboxsync [7680] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h (modified) FE/Qt4: Forgot to remove some unused member. Tue, 01 Apr 2008 12:50:06 GMT vboxsync [7679] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) Using an uninitialized variable Tue, 01 Apr 2008 12:33:40 GMT vboxsync [7678] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFBQuartz2D.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt4: Ported the Console Window to Qt4. Tue, 01 Apr 2008 12:20:28 GMT vboxsync [7677] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) Cleanup Tue, 01 Apr 2008 09:18:10 GMT vboxsync [7676] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) Cleaned up. AMD64 shadow paging is only valid with AMD64 guest ... Tue, 01 Apr 2008 08:30:39 GMT vboxsync [7675] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) finally fix the 64-bit Linux builds Tue, 01 Apr 2008 08:17:08 GMT vboxsync [7674] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) small fix Tue, 01 Apr 2008 08:09:06 GMT vboxsync [7673] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) next try Tue, 01 Apr 2008 08:05:12 GMT vboxsync [7672] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) try to fix 64-bit boxes Tue, 01 Apr 2008 07:56:35 GMT vboxsync [7671] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) PCNet: Create private PCI memory for shared RX/TX descriptors and ... Mon, 31 Mar 2008 15:57:16 GMT vboxsync [7669] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotsWgt.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui.h (deleted) VBoxTakeSnapshotDlg ported qt3=>qt4. Mon, 31 Mar 2008 15:30:28 GMT vboxsync [7668] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Cleaned up Mon, 31 Mar 2008 15:16:20 GMT vboxsync [7667] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) More comments + PAE updates Mon, 31 Mar 2008 15:02:43 GMT vboxsync [7666] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) Put back the original PAE defines. AMD differs from Intel wrt valid ... Mon, 31 Mar 2008 14:48:00 GMT vboxsync [7665] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) Don't assert if we receive an unknown HGCM request during init, see #2738 Mon, 31 Mar 2008 14:40:29 GMT vboxsync [7664] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Comment update Mon, 31 Mar 2008 14:36:44 GMT vboxsync [7663] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMInformationDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMInformationDlg.ui.h (deleted) VBoxVMInformationDlg ported qt3=>qt4. Mon, 31 Mar 2008 14:08:43 GMT vboxsync [7662] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Clarified code Mon, 31 Mar 2008 13:48:00 GMT vboxsync [7661] * trunk/src/VBox/Devices/Audio/solaudio.c (modified) Solaudio: fixed occasional ticking problem. Mon, 31 Mar 2008 13:43:52 GMT vboxsync [7660] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) Split off amd64