VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @17682   16 years vboxsync No need to set IOPL to 3 as the io bitmap allows all IO (VT-x - realmode).
(edit) @17667   16 years vboxsync pgmPoolAlloc no longer fails with non-fatal errors.
(edit) @17660   16 years vboxsync PGM: Saved state hacking, fA20Enabled is now bool, shadow ROM bug fix, …
(edit) @17659   16 years vboxsync pgmPoolFlushAllSpecialRoots: No need to push/pop a dynmap subset if …
(edit) @17658   16 years vboxsync PGMGetHyperCR3: mac fix.
(edit) @17657   16 years vboxsync VMMR0: Mac fix.
(edit) @17644   16 years vboxsync Fixed one lock
(edit) @17643   16 years vboxsync Some more locking. We really need a better solution.
(edit) @17641   16 years vboxsync Exclude some unused code in RC.
(edit) @17639   16 years vboxsync More locking required for dynamic mappings in RC.
(edit) @17627   16 years vboxsync Always set VM_FF_PGM_SYNC_CR3 when changing mode
(edit) @17622   16 years vboxsync Simple check added to make sure we don't bounce back and forth between …
(edit) @17616   16 years vboxsync Inform SELM about shadow CR3 changes.
(edit) @17612   16 years vboxsync Always clear pdpt flag when freeing the hypervisor mappings
(edit) @17611   16 years vboxsync Fixed PAE PDPT dereferencing.
(edit) @17596   16 years vboxsync Corrected pgmR3SyncPTResolveConflictPAE parameter
(edit) @17595   16 years vboxsync Missing breaks
(edit) @17594   16 years vboxsync fixed assertion
(edit) @17593   16 years vboxsync Backed out 44052
(edit) @17592   16 years vboxsync Better assertion
(edit) @17591   16 years vboxsync Better to allocate the hypervisor region in guest PDPEs that exist already.
(edit) @17589   16 years vboxsync More assertions
(edit) @17586   16 years vboxsync Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.
(edit) @17562   16 years vboxsync Backed out 44000; code was already inactive
(edit) @17561   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: doesn't apply here
(edit) @17559   16 years vboxsync Update
(edit) @17558   16 years vboxsync Fixed shadow mode reinit (again)
(edit) @17557   16 years vboxsync Missing ifdef
(edit) @17556   16 years vboxsync Allow pgm pool flushing only in ring 3. Deal with shadow mode reinit …
(edit) @17547   16 years vboxsync GMM: executed the GMM_GCPHYS_LAST todo, fixed GMM_GCPHYS_UNSHAREABLE, …
(edit) @17546   16 years vboxsync VMM: Don't make host calls for Assertion or logging purposes when …
(edit) @17541   16 years vboxsync MM,CFGM,VBox/param.h: Added a RamHoleSize CFGM value that defaults to …
(edit) @17538   16 years vboxsync REM,PGM: Added two mutualy exclusive flags to …
(edit) @17537   16 years vboxsync REM: Added REMR3InitFinalize and moved the dirty page bit map …
(edit) @17536   16 years vboxsync mmR3HyperMap: better assertion message.
(edit) @17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
(edit) @17533   16 years vboxsync iomRamWrite: Added a todo about access handlers and evil shadowing/tlb …
(edit) @17532   16 years vboxsync VMXR0InjectEvent: Use the PGMPhysSimple[Read|Write]GCPhys functions …
(edit) @17531   16 years vboxsync emInterpretStosWD: don't use PGMPhysWriteGCPtr but emRamWrite (new …
(edit) @17529   16 years vboxsync build fix.
(edit) @17528   16 years vboxsync HWACCM: return to ring-3 if VM_FF_PGM_NEED_HANDY_PAGES is set.
(edit) @17527   16 years vboxsync grr
(edit) @17526   16 years vboxsync PGM: Logging / assertion adjustments for handy page allocation error …
(edit) @17525   16 years vboxsync VMMR0/GMM: don't use the setjmp stuff for VMMR0_DO_GMM_SEED_CHUNK and …
(edit) @17524   16 years vboxsync PGM: R0/VT-x hacking.
(edit) @17521   16 years vboxsync PGMPhys: cound page counting fixes.
(edit) @17520   16 years vboxsync another fix
(edit) @17519   16 years vboxsync fix
(edit) @17518   16 years vboxsync tiny adjustment.
(edit) @17517   16 years vboxsync PGM: Fixed PGMVIRTHANDLERTYPE_ALL regression from the other day - it …
(edit) @17515   16 years vboxsync build fix.
(edit) @17513   16 years vboxsync MM,PGM: Fixed page reservation, include a full set of handy pages for …
(edit) @17512   16 years vboxsync pgmPhysWriteHandler: Corrected three inverted assertions.
(edit) @17511   16 years vboxsync pgmPhysRomWriteHandler: corrected prototype (copy & past from obsolete …
(edit) @17510   16 years vboxsync PGM,EM,PDMDevHlp: Added PGMPhysInterpretedReadNoHandlers and …
(edit) @17509   16 years vboxsync PGM: Moved the page pool PT flushing code in the access handler bits …
(edit) @17507   16 years vboxsync pgmFormatTypeHandlerPage: type fix.
(edit) @17506   16 years vboxsync PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status …
(edit) @17505   16 years vboxsync PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status …
(edit) @17504   16 years vboxsync PGM: handler logging (PGMPhysRead/Write) and more strictness in the …
(edit) @17503   16 years vboxsync PGM: PGMR3PhysAllocateHandyPages fix and error handling.
(edit) @17500   16 years vboxsync Reset locked flag
(edit) @17498   16 years vboxsync PGMR3Reset: Force a shadow mode reinit (necessary for nested paging …
(edit) @17496   16 years vboxsync Better disable that code block completely
(edit) @17495   16 years vboxsync Update
(edit) @17493   16 years vboxsync Darn
(edit) @17492   16 years vboxsync Bugfix
(edit) @17491   16 years vboxsync Do nothing for nested paging/ept when exiting the shadow mode.
(edit) @17489   16 years vboxsync Don't use a special root for nested paging anymore.
(edit) @17487   16 years vboxsync Compile fix
(edit) @17486   16 years vboxsync Updates
(edit) @17485   16 years vboxsync Fixes to pgmPhysWriteHandler and PGMPhysGCPhys2R3Ptr (new phys code).
(edit) @17483   16 years vboxsync Cleaned up nested paging init and removed obsolete structure members.
(edit) @17479   16 years vboxsync stricter assertion
(edit) @17470   16 years vboxsync unimportant typo
(edit) @17469   16 years vboxsync Compile fix
(edit) @17468   16 years vboxsync Always free entry if it's not a hypervisor mapping
(edit) @17467   16 years vboxsync Bugfix
(edit) @17465   16 years vboxsync Removed unused return code
(edit) @17463   16 years vboxsync Removed invalid assertion
(edit) @17462   16 years vboxsync Refined locking.
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