VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22869   16 years vboxsync PGMR0DynMap.cpp: drop column 1 assertions.
(edit) @22851   16 years vboxsync Fixes for async I/O manager
(edit) @22823   16 years vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @22808   16 years vboxsync TM: hiding VMM internal APIs.
(edit) @22807   16 years vboxsync SSM: sketched out cancellation and handling of VMs powering off and stuff.
(edit) @22803   16 years vboxsync ssm: Use VMMR3_INT_DECL.
(edit) @22793   16 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22792   16 years vboxsync SSM: Live snapshot and migration coding.
(edit) @22788   16 years vboxsync Minor pgm pool optimizations.
(edit) @22785   16 years vboxsync Increase the nr of dirty pages from 8 to 16
(edit) @22784   16 years vboxsync VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
(edit) @22783   16 years vboxsync More stats
(edit) @22781   16 years vboxsync SSM: Save the build type and host os+arch, feed the strings from the …
(edit) @22780   16 years vboxsync SSM.cpp: Save the buid type (when we know it).
(edit) @22775   16 years vboxsync Statistics
(edit) @22774   16 years vboxsync Disabled experimental code that caused problems with XP
(edit) @22772   16 years vboxsync Applies to VT-x as well
(edit) @22771   16 years vboxsync Fixed raw mode regression of r51925.
(edit) @22767   16 years vboxsync Updated comment
(edit) @22766   16 years vboxsync pgmPoolFlushPageByGCPhys is currently only used in ring 3; save some …
(edit) @22764   16 years vboxsync PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys
(edit) @22760   16 years vboxsync Backed out 51884 (caused gurus) and 51924 (not responsible). Rewrote …
(edit) @22759   16 years vboxsync Disabled PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for now (guru meditations on …
(edit) @22757   16 years vboxsync AsyncCompletion: Break the big critical section into smaller parts and …
(edit) @22756   16 years vboxsync TLB flush changes (use the generic macro)
(edit) @22755   16 years vboxsync Stats
(edit) @22754   16 years vboxsync Enabled PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
(edit) @22753   16 years vboxsync Disabled very annoying assertion for myself; don't really see any need …
(edit) @22749   16 years vboxsync Check changed again
(edit) @22748   16 years vboxsync PGM pool updates
(edit) @22747   16 years vboxsync Updates
(edit) @22745   16 years vboxsync PGM pool: minor updates
(edit) @22742   16 years vboxsync paranoia
(edit) @22741   16 years vboxsync Must flush dirty pages in pgmPoolClearAll
(edit) @22740   16 years vboxsync Doesn't apply to non-paging types
(edit) @22738   16 years vboxsync Extra assertion
(edit) @22723   16 years vboxsync Removed obsolete comments
(edit) @22721   16 years vboxsync more verbose assertion
(edit) @22720   16 years vboxsync Wrong if
(edit) @22719   16 years vboxsync Extra check in pgmpoolcheck
(edit) @22718   16 years vboxsync pgmpoolcheck update
(edit) @22717   16 years vboxsync Updated pgmpoolcheck
(edit) @22716   16 years vboxsync Added pgmpoolcheck debug command
(edit) @22715   16 years vboxsync PGMPhys.cpp: todo.
(edit) @22714   16 years vboxsync Removed assertion
(edit) @22713   16 years vboxsync Stats
(edit) @22712   16 years vboxsync Correction for alignment
(edit) @22711   16 years vboxsync Paranoia
(edit) @22710   16 years vboxsync Compile fixes
(edit) @22709   16 years vboxsync Also check for dirty pages
(edit) @22707   16 years vboxsync REM: Double the size of aHandlerNotifications and make sure there are …
(edit) @22701   16 years vboxsync Debug checking only in VBOX_STRICT mode.
(edit) @22698   16 years vboxsync PGMPoolFlushPage must be called in an EMT.
(edit) @22697   16 years vboxsync Disabled PGMPoolFlushPage call while fixing some problems
(edit) @22696   16 years vboxsync Removed debugging code
(edit) @22695   16 years vboxsync Must flush pgm pool pages in PGMR3PhysGCPhys2CCPtrExternal to avoid …
(edit) @22681   16 years vboxsync HWACCM: Don't fall back to raw-mode if VMMIsHwVirtExtForced() returns …
(edit) @22636   16 years vboxsync no trailing '.' in error messages
(edit) @22635   16 years vboxsync VMM: fail for guest SMP without VT-x, better error messages if …
(edit) @22615   16 years vboxsync refined r51666
(edit) @22609   16 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22605   16 years vboxsync Corrected log statement
(edit) @22600   16 years vboxsync Removed unnecessary EPT invlpg calls. Invalidate the page who's R/W …
(edit) @22559   16 years vboxsync ssm changes.
(edit) @22554   16 years vboxsync SSM: Adding states for the live stages. Moving code around so the …
(edit) @22545   16 years vboxsync Update
(edit) @22544   16 years vboxsync Moved locking inside #ifdef
(edit) @22537   16 years vboxsync Another reason to flush.
(edit) @22533   16 years vboxsync Don't change the fZeroed flag.
(edit) @22529   16 years vboxsync Updated assertion
(edit) @22526   16 years vboxsync CFGM: Fixed string length bug in CFGMR3InsertStringFV.
(edit) @22518   16 years vboxsync Got rid of unnecessary assertiosn
(edit) @22513   16 years vboxsync Compile fix
(edit) @22512   16 years vboxsync More verbose assertions
(edit) @22510   16 years vboxsync More statistics
(edit) @22507   16 years vboxsync Cleaned up a bit
(edit) @22506   16 years vboxsync Flush any monitored duplicates as we will disable write protection.
(edit) @22504   16 years vboxsync Updates for dirty page management (disabled code)
(edit) @22493   16 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22486   16 years vboxsync EMHwaccm.cpp: Only throw an internal error if it's an informational …
(edit) @22482   16 years vboxsync EM,HWACCM: Correct HWACCMR3RestartPendingIOInstr status handling.
(edit) @22480   16 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22476   16 years vboxsync VMM: fixed assertion during powerdown
(edit) @22474   16 years vboxsync Compile fixes
(edit) @22473   16 years vboxsync Disabled experiment with optimized dirty PTs.
(edit) @22429   16 years vboxsync VMM,x86.h/mac: Be more careful with X86DESCHC.
(edit) @22349   16 years vboxsync Make sure we don't kick out a page too quickly.
(edit) @22348   16 years vboxsync Tweak the defaults a bit to prevent kicking out pages too quickly
(edit) @22346   16 years vboxsync CFGM: dump the conf only for the node given.
(edit) @22344   16 years vboxsync PDMDevice: the pointer to pointer to Dev fix.
(edit) @22343   16 years vboxsync Attempt to detect full page table initialization early on.
(edit) @22337   16 years vboxsync Reset modification counter for cache pgm pool page hits.
(edit) @22336   16 years vboxsync Moved check for changed pgm pool page up.
(edit) @22334   16 years vboxsync PDMR3DriverAttach: implemented, but untested.
(edit) @22332   16 years vboxsync Rex and rep prefixes set in windows 7 x64.
(edit) @22331   16 years vboxsync Deal with small memsets in 64 bits mode too (pgm pool access handler)
(edit) @22327   16 years vboxsync Disabled rarely useful statistics as they pollute the log
(edit) @22326   16 years vboxsync Disabled rarely useful statistics as they pollute the log
(edit) @22325   16 years vboxsync PDMDevice.cpp: spaces
(edit) @22316   16 years vboxsync WP checking is not relevant for nested paging & EPT.
Note: See TracRevisionLog for help on using the revision log.

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