# # ChangeLog for trunk/src/VBox/VMM in vbox # # Generated by Trac 1.4.3.2 # Dec 17, 2024 9:59:30 AM Sun, 05 Apr 2009 18:13:56 GMT vboxsync [18725] * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) PGMAllMap.cpp: relaxed two assertions (for now) to the thru reset. Sun, 05 Apr 2009 17:36:54 GMT vboxsync [18724] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) PGM: Fixed bug in pgmMapClearShadowPDEs (PAE mode only) where it ... Sun, 05 Apr 2009 17:33:22 GMT vboxsync [18723] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) TRPMGCHandlers.cpp: Logging and a couple of todos. Sun, 05 Apr 2009 13:48:16 GMT vboxsync [18719] * trunk/src/VBox/VMM/MMHyper.cpp (modified) MMR3HyperMapPages: break, not return. Sun, 05 Apr 2009 13:47:09 GMT vboxsync [18718] * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) * trunk/src/VBox/VMM/MMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) MM: cleaned out MMLOCKEDMEM stuff (only user was MMR3HyperMapPages). Sun, 05 Apr 2009 12:09:45 GMT vboxsync [18716] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMAllPhys.cpp: MM_RAM_FLAGS_RESERVED is no more, cleaned out ... Fri, 03 Apr 2009 11:03:49 GMT vboxsync [18677] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) Deleted PGMHandlerPhysicalPageReset (unused and not up to date). Thu, 02 Apr 2009 23:10:12 GMT vboxsync [18666] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2) Thu, 02 Apr 2009 19:44:18 GMT vboxsync [18665] * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/MMInternal.h (modified) * trunk/src/VBox/VMM/MMPhys.cpp (deleted) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1) Thu, 02 Apr 2009 16:41:05 GMT vboxsync [18655] * trunk/src/VBox/VMM/EM.cpp (modified) EM: fixed resuming from an out of memory condition. Thu, 02 Apr 2009 16:27:49 GMT vboxsync [18652] * trunk/src/VBox/VMM/EM.cpp (modified) EM: Handle PGMChangeMode and suspend the VM in an out of memory ... Thu, 02 Apr 2009 16:27:19 GMT vboxsync [18651] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) PGMChangeMode: clearified status codes. Thu, 02 Apr 2009 16:24:49 GMT vboxsync [18649] * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) VMSetRuntimeError: clearification, status codes *must* be propagated, ... Thu, 02 Apr 2009 16:03:29 GMT vboxsync [18647] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0CleanupVM: fixed state validation. Thu, 02 Apr 2009 15:53:31 GMT vboxsync [18646] * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) VMSetRuntimeErrorV: my patented inverted fFlags verfication again. ... Thu, 02 Apr 2009 15:38:31 GMT vboxsync [18645] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pdmdrv.h (modified) * trunk/include/VBox/pdmusb.h (modified) * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMREQ.cpp (modified) VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return ... Wed, 01 Apr 2009 22:22:45 GMT vboxsync [18620] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) exception. Wed, 01 Apr 2009 22:14:47 GMT vboxsync [18619] * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMEmt.cpp (modified) PDM,EM: Killed PDMR3Poll. RIP. Wed, 01 Apr 2009 22:13:19 GMT vboxsync [18618] * trunk/include/VBox/pdmapi.h (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) PDM,EM: Killed PDMR3Pool. RIP. Wed, 01 Apr 2009 22:11:29 GMT vboxsync [18617] * trunk/include/VBox/param.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * 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/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PGM,EM: Handle out of memory situations more gracefully - part 1. New ... Wed, 01 Apr 2009 21:08:19 GMT vboxsync [18616] * trunk/src/VBox/VMM/PDM.cpp (modified) oops. Wed, 01 Apr 2009 20:19:22 GMT vboxsync [18615] * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) PDM: At last, no more polling! Wed, 01 Apr 2009 20:16:14 GMT vboxsync [18614] * trunk/src/VBox/VMM/PDMDriver.cpp (modified) PDMDRVHLP::pfnPDMPollerRegister: No longer supported. Wed, 01 Apr 2009 16:25:17 GMT vboxsync [18607] * trunk/src/VBox/VMM/MM.cpp (modified) mmR3Load: Ignore the saved cBasePages. Wed, 01 Apr 2009 15:53:54 GMT vboxsync [18604] * trunk/src/VBox/VMM/PGMInternal.h (modified) oops. Wed, 01 Apr 2009 14:44:36 GMT vboxsync [18600] * trunk/src/VBox/VMM/PGMInternal.h (modified) PGMInteral.h: no change (testing svn) Mon, 30 Mar 2009 12:03:12 GMT vboxsync [18534] * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) PDMDevHlp: Added deadlock detection to the Phys APIs (disabled unless ... Mon, 30 Mar 2009 12:01:36 GMT vboxsync [18533] * trunk/src/VBox/VMM/PDMInternal.h (modified) PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for ... Mon, 30 Mar 2009 12:01:20 GMT vboxsync [18532] * trunk/include/VBox/pdmcritsect.h (modified) * trunk/src/VBox/VMM/PDMCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for ... Sat, 28 Mar 2009 23:25:58 GMT vboxsync [18470] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) GVMMR0.cpp: size_t warning Sat, 28 Mar 2009 23:23:56 GMT vboxsync [18469] * trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp (modified) DBGFR0.cpp: 32->64 bit propagation warning. Sat, 28 Mar 2009 05:17:37 GMT vboxsync [18464] * trunk/src/VBox/VMM/VMMGC/DBGFGC.cpp (modified) DBGFGC.cpp: 32->64 bit propagation warning. Sat, 28 Mar 2009 04:47:55 GMT vboxsync [18456] * trunk/src/VBox/VMM/testcase/tstSSM.cpp (modified) tstSSM: size_t warnings. Sat, 28 Mar 2009 02:11:45 GMT vboxsync [18433] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMPhys.cpp: fixed type cast in same assert msg. Sat, 28 Mar 2009 02:11:11 GMT vboxsync [18432] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMPhys.cpp: Corrected bad shift in an assertion message. (Thanks MSC.) Sat, 28 Mar 2009 02:10:03 GMT vboxsync [18431] * trunk/src/VBox/VMM/PDMLdr.cpp (modified) PDMLdr.cpp: Another annoying conversion warning, made the code ... Sat, 28 Mar 2009 02:03:31 GMT vboxsync [18430] * trunk/src/VBox/VMM/MMHyper.cpp (modified) MMR3HyperAllocOnceNoRel: Another size_t/uint32_t warning from MSC/64. ... Sat, 28 Mar 2009 01:58:11 GMT vboxsync [18429] * trunk/src/VBox/VMM/MMHyper.cpp (modified) MMHyper: Fixed bug (+warning) in mmR3HyperHeapCreate where the ... Fri, 27 Mar 2009 03:24:07 GMT vboxsync [18369] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMMR0: Baka tori! Bitmap was a wee bit too small. Thu, 26 Mar 2009 22:18:55 GMT vboxsync [18355] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) pgmPoolCacheFreeOne: Rewrote recursion to a finit loop; overflowing ... Thu, 26 Mar 2009 22:17:20 GMT vboxsync [18354] * trunk/src/VBox/VMM/MMHyper.cpp (modified) MMHyper: With lots of memory, we have to scale up the hyper heap size ... Thu, 26 Mar 2009 22:14:25 GMT vboxsync [18353] * trunk/src/VBox/VMM/PGM.cpp (modified) PGM: More (cheap) release stats. Thu, 26 Mar 2009 20:45:57 GMT vboxsync [18351] * trunk/src/VBox/VMM/CFGM.cpp (modified) CFGM: doc update. Thu, 26 Mar 2009 18:35:57 GMT vboxsync [18345] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMAllPhys.cpp: Use new IPE status codes. Thu, 26 Mar 2009 18:35:33 GMT vboxsync [18344] * trunk/src/VBox/VMM/PGMInternal.h (modified) PGMInternal.h: build fix for the old phys code. Thu, 26 Mar 2009 18:35:12 GMT vboxsync [18343] * trunk/src/VBox/VMM/EM.cpp (modified) EM: New IPEs, use VERR_IPE_UNEXPECTED_STATUS. Thu, 26 Mar 2009 18:17:12 GMT vboxsync [18339] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) pgmPhysAllocPage: pgmPoolTrackFlushGCPhys returns VINF_PGM_SYNC_CR3 ... Thu, 26 Mar 2009 18:15:06 GMT vboxsync [18338] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) EMInterpretDisasOne: return val spec. Thu, 26 Mar 2009 18:06:06 GMT vboxsync [18335] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMR3PhysGCPhys2CCPtrExternal: wrong assertion. Thu, 26 Mar 2009 17:22:14 GMT vboxsync [18330] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) MapCR3: return VERR_INTERNAL_ERROR_2. Thu, 26 Mar 2009 05:35:54 GMT vboxsync [18294] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) darwin build fix. Thu, 26 Mar 2009 05:23:46 GMT vboxsync [18293] * trunk/src/VBox/VMM/PGMInternal.h (modified) alignment fix. Thu, 26 Mar 2009 05:11:07 GMT vboxsync [18291] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) PGM: Map PGMRAMRANGES above 4GB outside HMA (see defect). Changed ... Thu, 26 Mar 2009 05:07:48 GMT vboxsync [18290] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) pgmPoolGetPageByHCPhys: shut up. Thu, 26 Mar 2009 05:07:04 GMT vboxsync [18289] * trunk/src/VBox/VMM/PGMBth.h (modified) PGMBth.h: nc Thu, 26 Mar 2009 05:00:02 GMT vboxsync [18288] * trunk/src/VBox/VMM/EM.cpp (modified) EM.cpp: Redo emR3RawForcedActions after CSAMR3CheckCodeEx if it ... Thu, 26 Mar 2009 03:34:54 GMT vboxsync [18287] * trunk/include/VBox/mm.h (modified) * trunk/src/VBox/VMM/MMHeap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp (modified) MMHeap,MMHyper: Adjusting statistics. Thu, 26 Mar 2009 03:34:04 GMT vboxsync [18286] * trunk/src/VBox/VMM/MMHyper.cpp (modified) MMHyper: Corrected some incorrect VMMIsHwVirtExtForced usage Thu, 26 Mar 2009 03:31:13 GMT vboxsync [18285] * trunk/src/VBox/VMM/VMMGuruMeditation.cpp (modified) VMMGuruMeditation.cpp: More hyper stack info. Thu, 26 Mar 2009 03:28:41 GMT vboxsync [18284] * trunk/src/VBox/VMM/HWACCM.cpp (modified) HWACCM: Respect VMMIsHwVirtExtForced. Wed, 25 Mar 2009 20:06:01 GMT vboxsync [18279] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMAllPhys.cpp: reverted r44713. Wed, 25 Mar 2009 18:28:33 GMT vboxsync [18272] * trunk/src/VBox/VMM/PATM/PATMSSM.cpp (modified) More details. Wed, 25 Mar 2009 17:50:29 GMT vboxsync [18267] * trunk/src/VBox/VMM/PATM/PATMSSM.cpp (modified) PATM: XP restore frequently crashes here, added todo for now. Wed, 25 Mar 2009 17:25:53 GMT vboxsync [18266] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) PGM: Made PGMR3PhysRomProtect use instead of doing a full pool flush ... Wed, 25 Mar 2009 01:29:51 GMT vboxsync [18234] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one) Wed, 25 Mar 2009 01:25:02 GMT vboxsync [18233] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMMR0.cpp: better? Wed, 25 Mar 2009 01:15:31 GMT vboxsync [18232] * trunk/include/VBox/iom.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. Wed, 25 Mar 2009 01:13:09 GMT vboxsync [18230] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some ... Tue, 24 Mar 2009 19:18:33 GMT vboxsync [18219] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) build fix. Tue, 24 Mar 2009 19:15:55 GMT vboxsync [18218] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) gmmR0LinkChunk: set pFreePrev; gmmR0FreeChunk: don't use pCore, ... Tue, 24 Mar 2009 18:39:39 GMT vboxsync [18215] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) pgmPoolMonitorFlush: details. Tue, 24 Mar 2009 18:15:41 GMT vboxsync [18213] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) GVMMR0: Don't forget to call GMM for init and cleanup on VM object ... Tue, 24 Mar 2009 18:15:39 GMT vboxsync [18212] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMM: Fixed bugs in gmmR0AllocateChunkId and gmmR0FreePageWorker, the ... Tue, 24 Mar 2009 16:55:17 GMT vboxsync [18207] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMPhysGCPhys2R3Ptr: quiet, please. Tue, 24 Mar 2009 16:41:24 GMT vboxsync [18205] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMPhys: Fixed bug in the freeing of shadowed ROM pages during reset ... Tue, 24 Mar 2009 16:41:23 GMT vboxsync [18204] * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GMM: More logging. Tue, 24 Mar 2009 16:41:21 GMT vboxsync [18203] * trunk/src/VBox/VMM/PGM.cpp (modified) PGM: Fixed bugs in the code restoring shadowed ROM pages. Tue, 24 Mar 2009 14:40:03 GMT vboxsync [18192] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) nc Mon, 23 Mar 2009 23:37:36 GMT vboxsync [18167] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGM: More details on allocation failure. Mon, 23 Mar 2009 23:07:53 GMT vboxsync [18166] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGM: More info on allocation error. Mon, 23 Mar 2009 23:07:37 GMT vboxsync [18165] * trunk/src/VBox/VMM/PGM.cpp (modified) PGM: Give up immediately on load failure. Mon, 23 Mar 2009 15:20:41 GMT vboxsync [18144] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMR3PhysAllocHandyPages: More release log info when we're running ... Mon, 23 Mar 2009 15:10:24 GMT vboxsync [18143] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) VMM,Devices: Changed ROM registration and fixed some shadowed ROM ... Mon, 23 Mar 2009 10:32:05 GMT vboxsync [18131] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) darwin build fix. Sun, 22 Mar 2009 16:52:36 GMT vboxsync [18125] * 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/PGMAllPhys.cpp (modified) PGM: MapCR3 anywhere again (new phys code). Fri, 20 Mar 2009 13:33:58 GMT vboxsync [18117] * trunk/include/VBox/err.sed (modified) * trunk/include/iprt/err.sed (modified) * trunk/src/VBox/Runtime/common/err/errmsg.sed (modified) * trunk/src/VBox/Runtime/common/err/errmsgcom.sed (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm-lst.sed (modified) * trunk/src/recompiler/Sun/op-darwin.sed (modified) * trunk/src/recompiler/Sun/op-validate.sed (modified) sed(1): make these locale independent by using [:alnum:] and friends. ... Fri, 20 Mar 2009 12:10:17 GMT vboxsync [18112] * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm-lst.sed (modified) #3743: “tstAsmStructsAsm-lst.sed locale sensitive” Use [:alnum:] and ... Fri, 20 Mar 2009 10:33:26 GMT vboxsync [18105] * trunk/src/VBox/VMM/VM.cpp (modified) typo Fri, 20 Mar 2009 10:31:34 GMT vboxsync [18104] * trunk/src/VBox/VMM/VM.cpp (modified) be more verbose on VERR_VERSION_MISMATCH Thu, 19 Mar 2009 22:39:06 GMT vboxsync [18101] * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/types.h (modified) * trunk/src/VBox/Devices/PC/DevPcArch.c (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to ... Thu, 19 Mar 2009 13:49:14 GMT vboxsync [18093] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) More verbose assertion Thu, 19 Mar 2009 08:58:55 GMT vboxsync [18082] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/recompiler/target-i386/helper.c (modified) * trunk/src/recompiler_new/target-i386/op_helper.c (modified) recompiler adaption of r44723 Wed, 18 Mar 2009 21:03:31 GMT vboxsync [18078] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) VMM: CR6743344: rdmsr(TSC) == rdtsc Wed, 18 Mar 2009 17:05:00 GMT vboxsync [18073] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/recompiler_new/VBoxRecompiler.c (modified) * trunk/src/recompiler_new/cpu-exec.c (modified) debugger: make it a bit more working Wed, 18 Mar 2009 16:29:39 GMT vboxsync [18070] * trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac (modified) Fixed 64 bits hosts Wed, 18 Mar 2009 12:42:06 GMT vboxsync [18060] * trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac (modified) VT-x: restore TR properly as VT-x sets the limit back to 0x67 after a ... Tue, 17 Mar 2009 22:30:35 GMT vboxsync [18046] * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGM,MM: saved state bugfixes for VBOX_WITH_NEW_PHYS_CODE. Tue, 17 Mar 2009 22:27:50 GMT vboxsync [18045] * trunk/include/VBox/ssm.h (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved ... Tue, 17 Mar 2009 10:13:11 GMT vboxsync [18008] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Some extra checks Mon, 16 Mar 2009 19:03:33 GMT vboxsync [17969] * trunk/src/VBox/VMM/EM.cpp (modified) EM: check for pending hardware interrupts when halted in HWACC mode