# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 16, 2024 8:05:13 AM Wed, 24 Sep 2008 14:07:47 GMT vboxsync [12687] * trunk/include/VBox/VBoxDev.h (modified) * trunk/include/VBox/pdmapi.h (modified) * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Started with VMM device heap for use with VT-x real-mode emulation. ... Wed, 24 Sep 2008 14:00:45 GMT vboxsync [12686] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) VirtualBox[4]/Makefiles: make source specific variables target specific. Wed, 24 Sep 2008 13:24:39 GMT vboxsync [12685] * trunk/src/VBox/VMM/PGM.cpp (modified) Must select a valid switcher even if not used. Wed, 24 Sep 2008 12:12:24 GMT vboxsync [12684] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) refactoring to simplify migration to per-CPU action flags Wed, 24 Sep 2008 12:12:13 GMT vboxsync [12683] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: bits. Wed, 24 Sep 2008 12:05:34 GMT vboxsync [12682] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) We should rewrite all paging code instead to dynamically allocate ... Wed, 24 Sep 2008 11:51:10 GMT vboxsync [12681] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Updates for real and protected mode without paging shadow mode. Wed, 24 Sep 2008 07:56:46 GMT vboxsync [12679] * trunk/src/recompiler/target-i386/helper.c (modified) Syscall emulation fix. Wed, 24 Sep 2008 07:28:21 GMT vboxsync [12678] * trunk/src/VBox/Main/Performance.cpp (modified) * trunk/src/VBox/Main/darwin/PerformanceDarwin.cpp (modified) * trunk/src/VBox/Main/include/Performance.h (modified) PerfAPI: Handling of trailing colon in filter patterns Wed, 24 Sep 2008 07:19:03 GMT vboxsync [12677] * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/DBGFAddr.cpp (modified) * trunk/src/VBox/VMM/DBGFAddrSpace.cpp (modified) * trunk/src/VBox/VMM/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) * trunk/src/VBox/VMM/DBGFInfo.cpp (modified) * trunk/src/VBox/VMM/DBGFLog.cpp (modified) * trunk/src/VBox/VMM/DBGFMem.cpp (modified) * trunk/src/VBox/VMM/DBGFModule.cpp (modified) * trunk/src/VBox/VMM/DBGFOS.cpp (modified) * trunk/src/VBox/VMM/DBGFStack.cpp (modified) * trunk/src/VBox/VMM/DBGFSym.cpp (modified) DBGF file headers. Tue, 23 Sep 2008 17:53:19 GMT vboxsync [12675] * trunk/include/VBox/vm.h (modified) * trunk/include/VBox/vm.mac (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) removed unneeded field, type update Tue, 23 Sep 2008 15:12:56 GMT vboxsync [12674] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Off by one. Tue, 23 Sep 2008 14:07:00 GMT vboxsync [12673] * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (modified) debugger: nextNode Tue, 23 Sep 2008 13:52:50 GMT vboxsync [12672] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: per-queue locking. Tue, 23 Sep 2008 13:52:30 GMT vboxsync [12671] * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (modified) build fix Tue, 23 Sep 2008 13:47:44 GMT vboxsync [12670] * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (modified) Debugger: breakage. Tue, 23 Sep 2008 13:40:02 GMT vboxsync [12669] * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) account CPU id in setting attention flags (only SMP builds) Tue, 23 Sep 2008 12:35:28 GMT vboxsync [12668] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/PerformanceImpl.h (modified) * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) PerfAPI: Added setupMetricsEx(), enableMetricsEx() and ... Tue, 23 Sep 2008 11:25:46 GMT vboxsync [12667] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMMAll.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) CPU id passed to interrupt callback, proper typing Tue, 23 Sep 2008 10:42:07 GMT vboxsync [12665] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt: added a trac ticket reference explaining r36941 (ignore fake ... Tue, 23 Sep 2008 10:33:35 GMT vboxsync [12664] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) IO breakpoint length implies an io range. Tue, 23 Sep 2008 10:16:45 GMT vboxsync [12663] * trunk/include/VBox/dbgf.h (modified) * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/DBGFAddr.cpp (modified) * trunk/src/VBox/VMM/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) * trunk/src/VBox/VMM/DBGFInfo.cpp (modified) * trunk/src/VBox/VMM/DBGFInternal.h (modified) * trunk/src/VBox/VMM/DBGFLog.cpp (modified) * trunk/src/VBox/VMM/DBGFStack.cpp (modified) * trunk/src/VBox/VMM/DBGFSym.cpp (modified) * trunk/src/VBox/VMM/VMMGC/DBGFGC.cpp (modified) * trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp (modified) #1865: DBGF, nothing really relevant here just some cleaning up. Tue, 23 Sep 2008 07:42:25 GMT vboxsync [12661] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: fixed a race between xmit and recv. Mon, 22 Sep 2008 23:57:52 GMT vboxsync [12660] * trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp (modified) Debugger: coding. Mon, 22 Sep 2008 23:18:19 GMT vboxsync [12659] * trunk/src/VBox/VMM/CPUMInternal.h (modified) build fix (mac) Mon, 22 Sep 2008 20:37:53 GMT vboxsync [12658] * trunk/src/VBox/Main/SessionImpl.cpp (modified) Main: Removed too strict assertion in Session::GetRemoteConsole(). Mon, 22 Sep 2008 18:29:06 GMT vboxsync [12657] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/cpumdis.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/include/VBox/vm.mac (modified) * 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/VMMAll/CPUMAllA.asm (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) #1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx ... Mon, 22 Sep 2008 17:08:10 GMT vboxsync [12656] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: More threading/race fixes. Ugh. Mon, 22 Sep 2008 16:14:51 GMT vboxsync [12655] * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) stupid stupid editor! Mon, 22 Sep 2008 16:06:01 GMT vboxsync [12654] * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) VBoxREMWrapper: fixed funny char in comment. Mon, 22 Sep 2008 16:03:25 GMT vboxsync [12653] * trunk/Doxyfile.Core (modified) * trunk/doc/VBox-doc.c (modified) * trunk/include/VBox/cdefs.h (modified) * trunk/include/VBox/dbg.h (modified) * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/gvmm.h (modified) * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pdmins.h (modified) * trunk/include/VBox/settings.h (modified) * trunk/include/iprt/cpuset.h (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.h (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) various files: doxygen fixes. Mon, 22 Sep 2008 15:15:40 GMT vboxsync [12652] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp (modified) FE/Qt: ignore fake key release events generated by X11 when key ... Mon, 22 Sep 2008 15:12:44 GMT vboxsync [12651] * trunk/src/VBox/Main/hgcm/HGCMThread.cpp (modified) HGCM: initialize flags before adding the message to the queue. Mon, 22 Sep 2008 15:05:24 GMT vboxsync [12650] * 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/preremove.sh (modified) * trunk/src/VBox/Installer/solaris/vboxdrv.sh (modified) Solaris/installer: Zone fixes - eliminated devlink.tab and webservice ... Mon, 22 Sep 2008 13:40:23 GMT vboxsync [12649] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) DevPcBios: CMOS layout. Mon, 22 Sep 2008 13:23:20 GMT vboxsync [12646] * trunk/src/VBox/Devices/Builtins.cpp (modified) Builtins.cpp: file header. Mon, 22 Sep 2008 13:22:38 GMT vboxsync [12645] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) ConsoleImpl2.cpp: file header. Mon, 22 Sep 2008 13:22:07 GMT vboxsync [12644] * trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) * trunk/src/VBox/Debugger/DBGCOps.cpp (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) Debugger: misc file headers. Mon, 22 Sep 2008 13:21:22 GMT vboxsync [12643] * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) DevPit-i8254.cpp: file header. Mon, 22 Sep 2008 13:20:38 GMT vboxsync [12642] * trunk/src/VBox/Devices/PC/DrvACPI.cpp (modified) DrvACPI: file header. Mon, 22 Sep 2008 13:19:56 GMT vboxsync [12641] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) VmdkHDDCore.cpp: file header. Mon, 22 Sep 2008 13:19:30 GMT vboxsync [12640] * trunk/src/VBox/Devices/vl_vbox.h (modified) vl_vbox.h: file header. Mon, 22 Sep 2008 13:19:14 GMT vboxsync [12639] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.h (modified) Storeage: misc file headers. Mon, 22 Sep 2008 13:15:00 GMT vboxsync [12638] * trunk/src/VBox/Devices/Storage/RawHDDCore.cpp (modified) RawHDDCore: file header. Mon, 22 Sep 2008 13:13:17 GMT vboxsync [12637] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) DrvVD: file header. Mon, 22 Sep 2008 12:49:48 GMT vboxsync [12635] * trunk/src/VBox/VMM/CFGM.cpp (modified) * trunk/src/VBox/VMM/CFGMInternal.h (modified) #1865: CFGM. Mon, 22 Sep 2008 12:42:33 GMT vboxsync [12634] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) DevAPIC: Added usage note and assertion to APIC_LOCK_VOID and update ... Mon, 22 Sep 2008 12:02:48 GMT vboxsync [12633] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: attempt to address setactive race during teardown. Mon, 22 Sep 2008 09:33:54 GMT vboxsync [12631] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp (modified) build fix Mon, 22 Sep 2008 09:31:52 GMT vboxsync [12630] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) SCSI: Add write support for the BIOS (Grub makes use of it if there ... Mon, 22 Sep 2008 09:22:53 GMT vboxsync [12629] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) build fix Mon, 22 Sep 2008 09:04:57 GMT vboxsync [12628] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFBQuartz2D.cpp (modified) build fix Mon, 22 Sep 2008 08:58:39 GMT vboxsync [12627] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp (modified) FE/Qt: reduce the number of dependencies to iprt/asm.h Mon, 22 Sep 2008 07:42:11 GMT vboxsync [12626] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) relocate right Mon, 22 Sep 2008 07:15:38 GMT vboxsync [12625] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) IO breakpoints triggered after the fact. Sun, 21 Sep 2008 19:37:36 GMT vboxsync [12624] * trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk (modified) i8042prt/Makefile: avoid PATH_VBoxMouseNT reference when its not ... Sun, 21 Sep 2008 19:36:36 GMT vboxsync [12623] * trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk (modified) i8042prt/Makefile: avoid PATH_VBoxMouseNT reference when its not ... Sun, 21 Sep 2008 16:22:25 GMT vboxsync [12622] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: reduced max. packet loopback size. Sun, 21 Sep 2008 16:14:59 GMT vboxsync [12621] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: fixes. Sun, 21 Sep 2008 15:20:32 GMT vboxsync [12620] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: Loopback enabled. Sun, 21 Sep 2008 14:28:03 GMT vboxsync [12619] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: Real loopback handling. Disabled. Sun, 21 Sep 2008 11:47:07 GMT vboxsync [12618] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: race handling, more paranoid. Sat, 20 Sep 2008 17:18:44 GMT vboxsync [12617] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) removed buggy relocation code Sat, 20 Sep 2008 14:52:22 GMT vboxsync [12616] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) APIC saved stae version back to one - no incompatibilities Sat, 20 Sep 2008 13:52:37 GMT vboxsync [12615] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) per-LAPIC timers, cleanup, all LAPICs state save-restore, relocation Fri, 19 Sep 2008 18:25:02 GMT vboxsync [12614] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) VirtualBox4/Makefile: source file properties needs to be made target ... Fri, 19 Sep 2008 18:19:23 GMT vboxsync [12613] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) simplify Fri, 19 Sep 2008 17:58:06 GMT vboxsync [12612] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) further APIC work Fri, 19 Sep 2008 17:43:54 GMT vboxsync [12611] * trunk/src/VBox/Installer/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Installer/linux: rewrote to sub-makefile and push the SDK packing up ... Fri, 19 Sep 2008 16:42:31 GMT vboxsync [12610] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Extra statistics for IO debug breakpoint checking. Fri, 19 Sep 2008 16:00:11 GMT vboxsync [12609] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) IO breakpoint support for VT-x and AMD-V. Fri, 19 Sep 2008 15:59:24 GMT vboxsync [12608] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) DrvIntNet: release stats. Fri, 19 Sep 2008 15:58:38 GMT vboxsync [12607] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) nit picking. Fri, 19 Sep 2008 15:48:55 GMT vboxsync [12606] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: fixes. Fri, 19 Sep 2008 15:10:37 GMT vboxsync [12605] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) PerfAPI: VBoxManage ignoring ctrl-c issue fixed. Fri, 19 Sep 2008 15:06:08 GMT vboxsync [12604] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: bits. Fri, 19 Sep 2008 13:21:08 GMT vboxsync [12602] * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) DRx registers are 8 bytes Fri, 19 Sep 2008 13:08:09 GMT vboxsync [12601] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) Missed update for drx array Fri, 19 Sep 2008 13:07:44 GMT vboxsync [12600] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/cpum.mac (modified) * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/PATM/PATMPatch.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Turned dr0..dr7 into an array. Fri, 19 Sep 2008 12:57:35 GMT vboxsync [12599] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) r=bird: VBoxManage: Variables modified by asynchronous callbacks ... Fri, 19 Sep 2008 11:50:47 GMT vboxsync [12598] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) some interrupt routing code Fri, 19 Sep 2008 11:46:06 GMT vboxsync [12597] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/vboxnetflt: Implemented a dedicated promiscuous stream. Fri, 19 Sep 2008 10:03:31 GMT vboxsync [12596] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Fix for non-windows builds. Fri, 19 Sep 2008 10:00:54 GMT vboxsync [12595] * trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c (modified) improved r36823 (handle jiffies wraparounds) Fri, 19 Sep 2008 09:45:17 GMT vboxsync [12594] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) * trunk/src/VBox/Main/win/PerformanceWin.cpp (modified) PerfAPI: Fixed lingering VBoxSVC after interrupting VBoxManage with ... Fri, 19 Sep 2008 09:44:35 GMT vboxsync [12593] * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) Some comments about DR7. Fri, 19 Sep 2008 09:05:40 GMT vboxsync [12592] * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsVRDP.cpp (modified) FE/Qt4: Don't update VRDP settings page if there isn't VRDP (OSE). Fri, 19 Sep 2008 08:45:10 GMT vboxsync [12591] * trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c (modified) #2247 (public), #3193 (internal): handle jiffies wrap around Fri, 19 Sep 2008 07:42:57 GMT vboxsync [12590] * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxAboutDlg.h (added) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxAboutDlg.cpp (modified) export to OSE Fri, 19 Sep 2008 06:59:57 GMT vboxsync [12589] * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) fix OSE Thu, 18 Sep 2008 17:47:53 GMT vboxsync [12588] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) reworked APIC structures layout - hopefully not broken smth accidentally Thu, 18 Sep 2008 17:32:04 GMT vboxsync [12587] * trunk/src/VBox/Additions/x11/xmouse/xorg15/vboxmouse.c (modified) warning Thu, 18 Sep 2008 17:21:13 GMT vboxsync [12586] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: Added rainy day todo for MMR3HyperAllocOnceNoRel Thu, 18 Sep 2008 16:19:07 GMT vboxsync [12584] * trunk/src/VBox/Devices/Makefile.kmk (modified) Add define to make scsi driver known to PDM Thu, 18 Sep 2008 16:14:22 GMT vboxsync [12583] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) FE/Qt4: add forms again Thu, 18 Sep 2008 16:11:05 GMT vboxsync [12582] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxAboutDlg.cpp (added) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified) FE/Qt4: renamed files Thu, 18 Sep 2008 16:10:12 GMT vboxsync [12581] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) IPRT/log: Added a fallback path that deals with failure to obtain the ... Thu, 18 Sep 2008 16:03:56 GMT vboxsync [12580] * trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox4/images/OSE/about.png (modified) * trunk/src/VBox/Frontends/VirtualBox4/images/OSE/about_tile.png (deleted) * trunk/src/VBox/Frontends/VirtualBox4/include/VBoxAboutDlg.h (deleted) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxAboutDlg.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxAboutDlg.ui (deleted) FE/Qt4: Removed the old about dialog & merged VBoxAboutDlg & ... Thu, 18 Sep 2008 15:58:14 GMT vboxsync [12579] * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM: Outlined the per CPU data. Thu, 18 Sep 2008 14:58:57 GMT vboxsync [12578] * trunk/include/VBox/cpum.h (modified) * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.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) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) Enable hardware breakpoint support for VT-x and AMD-V.