VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18619   16 years vboxsync PDM,EM: Killed PDMR3Poll. RIP.
(edit) @18618   16 years vboxsync PDM,EM: Killed PDMR3Pool. RIP.
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @18616   16 years vboxsync oops.
(edit) @18615   16 years vboxsync PDM: At last, no more polling!
(edit) @18614   16 years vboxsync PDMDRVHLP::pfnPDMPollerRegister: No longer supported.
(edit) @18607   16 years vboxsync mmR3Load: Ignore the saved cBasePages.
(edit) @18604   16 years vboxsync oops.
(edit) @18600   16 years vboxsync PGMInteral.h: no change (testing svn)
(edit) @18534   16 years vboxsync PDMDevHlp: Added deadlock detection to the Phys APIs (disabled unless …
(edit) @18533   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
(edit) @18532   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
(edit) @18470   16 years vboxsync GVMMR0.cpp: size_t warning
(edit) @18469   16 years vboxsync DBGFR0.cpp: 32->64 bit propagation warning.
(edit) @18464   16 years vboxsync DBGFGC.cpp: 32->64 bit propagation warning.
(edit) @18456   16 years vboxsync tstSSM: size_t warnings.
(edit) @18433   16 years vboxsync PGMPhys.cpp: fixed type cast in same assert msg.
(edit) @18432   16 years vboxsync PGMPhys.cpp: Corrected bad shift in an assertion message. (Thanks MSC.)
(edit) @18431   16 years vboxsync PDMLdr.cpp: Another annoying conversion warning, made the code …
(edit) @18430   16 years vboxsync MMR3HyperAllocOnceNoRel: Another size_t/uint32_t warning from MSC/64. …
(edit) @18429   16 years vboxsync MMHyper: Fixed bug (+warning) in mmR3HyperHeapCreate where the …
(edit) @18369   16 years vboxsync GMMR0: Baka tori! Bitmap was a wee bit too small.
(edit) @18355   16 years vboxsync pgmPoolCacheFreeOne: Rewrote recursion to a finit loop; overflowing …
(edit) @18354   16 years vboxsync MMHyper: With lots of memory, we have to scale up the hyper heap size …
(edit) @18353   16 years vboxsync PGM: More (cheap) release stats.
(edit) @18351   16 years vboxsync CFGM: doc update.
(edit) @18345   16 years vboxsync PGMAllPhys.cpp: Use new IPE status codes.
(edit) @18344   16 years vboxsync PGMInternal.h: build fix for the old phys code.
(edit) @18343   16 years vboxsync EM: New IPEs, use VERR_IPE_UNEXPECTED_STATUS.
(edit) @18339   16 years vboxsync pgmPhysAllocPage: pgmPoolTrackFlushGCPhys returns VINF_PGM_SYNC_CR3 …
(edit) @18338   16 years vboxsync EMInterpretDisasOne: return val spec.
(edit) @18335   16 years vboxsync PGMR3PhysGCPhys2CCPtrExternal: wrong assertion.
(edit) @18330   16 years vboxsync MapCR3: return VERR_INTERNAL_ERROR_2.
(edit) @18294   16 years vboxsync darwin build fix.
(edit) @18293   16 years vboxsync alignment fix.
(edit) @18291   16 years vboxsync PGM: Map PGMRAMRANGES above 4GB outside HMA (see defect). Changed …
(edit) @18290   16 years vboxsync pgmPoolGetPageByHCPhys: shut up.
(edit) @18289   16 years vboxsync PGMBth.h: nc
(edit) @18288   16 years vboxsync EM.cpp: Redo emR3RawForcedActions after CSAMR3CheckCodeEx if it …
(edit) @18287   16 years vboxsync MMHeap,MMHyper: Adjusting statistics.
(edit) @18286   16 years vboxsync MMHyper: Corrected some incorrect VMMIsHwVirtExtForced usage
(edit) @18285   16 years vboxsync VMMGuruMeditation.cpp: More hyper stack info.
(edit) @18284   16 years vboxsync HWACCM: Respect VMMIsHwVirtExtForced.
(edit) @18279   16 years vboxsync PGMAllPhys.cpp: reverted r44713.
(edit) @18272   16 years vboxsync More details.
(edit) @18267   16 years vboxsync PATM: XP restore frequently crashes here, added todo for now.
(edit) @18266   16 years vboxsync PGM: Made PGMR3PhysRomProtect use instead of doing a full pool flush …
(edit) @18234   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one)
(edit) @18233   16 years vboxsync VMMR0.cpp: better?
(edit) @18232   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
(edit) @18230   16 years vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @18219   16 years vboxsync build fix.
(edit) @18218   16 years vboxsync gmmR0LinkChunk: set pFreePrev; gmmR0FreeChunk: don't use pCore, always …
(edit) @18215   16 years vboxsync pgmPoolMonitorFlush: details.
(edit) @18213   16 years vboxsync GVMMR0: Don't forget to call GMM for init and cleanup on VM object …
(edit) @18212   16 years vboxsync GMM: Fixed bugs in gmmR0AllocateChunkId and gmmR0FreePageWorker, the …
(edit) @18207   16 years vboxsync PGMPhysGCPhys2R3Ptr: quiet, please.
(edit) @18205   16 years vboxsync PGMPhys: Fixed bug in the freeing of shadowed ROM pages during reset …
(edit) @18204   16 years vboxsync GMM: More logging.
(edit) @18203   16 years vboxsync PGM: Fixed bugs in the code restoring shadowed ROM pages.
(edit) @18192   16 years vboxsync nc
(edit) @18167   16 years vboxsync PGM: More details on allocation failure.
(edit) @18166   16 years vboxsync PGM: More info on allocation error.
(edit) @18165   16 years vboxsync PGM: Give up immediately on load failure.
(edit) @18144   16 years vboxsync PGMR3PhysAllocHandyPages: More release log info when we're running out …
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18131   16 years vboxsync darwin build fix.
(edit) @18125   16 years vboxsync PGM: MapCR3 anywhere again (new phys code).
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18112   16 years vboxsync #3743: “tstAsmStructsAsm-lst.sed locale sensitive” Use [:alnum:] and …
(edit) @18105   16 years vboxsync typo
(edit) @18104   16 years vboxsync be more verbose on VERR_VERSION_MISMATCH
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18093   16 years vboxsync More verbose assertion
(edit) @18082   16 years vboxsync recompiler adaption of r44723
(edit) @18078   16 years vboxsync VMM: CR6743344: rdmsr(TSC) == rdtsc
(edit) @18073   16 years vboxsync debugger: make it a bit more working
(edit) @18070   16 years vboxsync Fixed 64 bits hosts
(edit) @18060   16 years vboxsync VT-x: restore TR properly as VT-x sets the limit back to 0x67 after a …
(edit) @18046   16 years vboxsync PGM,MM: saved state bugfixes for VBOX_WITH_NEW_PHYS_CODE.
(edit) @18045   16 years vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
(edit) @18008   16 years vboxsync Some extra checks
(edit) @17969   16 years vboxsync EM: check for pending hardware interrupts when halted in HWACC mode
(edit) @17926   16 years vboxsync Adjusted assertion
(edit) @17924   16 years vboxsync Some cleanup
(edit) @17923   16 years vboxsync Fixed pushf/popf emulation (VT-x, real-mode)
(edit) @17916   16 years vboxsync VT-x init: some BIOSes forget to set the locked bit.
(edit) @17910   16 years vboxsync Wrong string format identifier
(edit) @17909   16 years vboxsync Reapplied r44216 with fix for hlt
(edit) @17906   16 years vboxsync Adjusted assertion
(edit) @17900   16 years vboxsync VM.cpp: Fixed three copy&past errors in the state, error and …
(edit) @17898   16 years vboxsync warning
(edit) @17795   16 years vboxsync PGMPhys: fix missing pRam-> in front of GCPhys. The address …
(edit) @17787   16 years vboxsync PGMMPhysWrite: Use the correct page address when growing the ram range.
(edit) @17734   16 years vboxsync Disabled new r44216 code.
(edit) @17708   16 years vboxsync Statistics for real-mode instruction emulation
(edit) @17707   16 years vboxsync Use standard V86 mode and emulate faulting instructions. (VT-x)
(edit) @17695   16 years vboxsync Minor emulation changes for VT-x.
(edit) @17693   16 years vboxsync Fixed SELMShadowCR3Changed
(edit) @17687   16 years vboxsync Backed out 44183
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette