VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31053   14 years vboxsync log fix
(edit) @30955   14 years vboxsync CFGM,ConsoleImpl2.cpp: CFGMR3InsertStringLengthKnown -> …
(edit) @30952   14 years vboxsync AsyncCompletion: Don't do the credit updating if the bandwidth is …
(edit) @30948   14 years vboxsync PGMSavedState: Apply zero page detection to teleportation as well as …
(edit) @30915   14 years vboxsync logging fix
(edit) @30910   14 years vboxsync nits
(edit) @30908   14 years vboxsync PGM.cpp: Fixed initialization bug in r63735 affecting 32-bit guests …
(edit) @30902   14 years vboxsync GMMR0.cpp: Added log statements for some VERR_PGM_PHYS_INVALID_PAGE_ID …
(edit) @30901   14 years vboxsync compiler warning
(edit) @30896   14 years vboxsync build fix
(edit) @30895   14 years vboxsync build fixes.
(edit) @30894   14 years vboxsync fixed warning.
(edit) @30893   14 years vboxsync fixed warning.
(edit) @30892   14 years vboxsync alignment fix
(edit) @30891   14 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30890   14 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30889   14 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30888   14 years vboxsync Makefile.kmk: more syntax checking aliases.
(edit) @30887   14 years vboxsync PGMSharedPage.cpp: PGMInline.h must come after all other includes.
(edit) @30861   14 years vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30860   14 years vboxsync GMMR0.cpp: fixed impossible leak in GMMR0SeekChunk. nits.
(edit) @30845   14 years vboxsync Forgot this one
(edit) @30844   14 years vboxsync Compile fix
(edit) @30843   14 years vboxsync Profile map/unmap operations
(edit) @30842   14 years vboxsync Activated large guest memory support for 32-bit guests
(edit) @30841   14 years vboxsync Bugfix
(edit) @30840   14 years vboxsync Alignment fix
(edit) @30839   14 years vboxsync Different queueing
(edit) @30838   14 years vboxsync Compile fix
(edit) @30837   14 years vboxsync Compile fixes
(edit) @30836   14 years vboxsync Removed aging tree code. Wasn't working at all. Do simple, but not so …
(edit) @30835   14 years vboxsync Zero allocated memory
(edit) @30831   14 years vboxsync Another Mac compile fix
(edit) @30830   14 years vboxsync Mac compile fixes
(edit) @30826   14 years vboxsync RTAvllU32DoWithAll does deal with equal nodes
(edit) @30824   14 years vboxsync Must also deal with zero cr3 translation ptrs in ring 0.
(edit) @30823   14 years vboxsync Compile fix
(edit) @30822   14 years vboxsync This was meant instead
(edit) @30821   14 years vboxsync Sigh
(edit) @30820   14 years vboxsync Wrong user parameter
(edit) @30819   14 years vboxsync Introduce VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST for large guest …
(edit) @30818   14 years vboxsync Minor correction
(edit) @30817   14 years vboxsync Compile fix
(edit) @30816   14 years vboxsync Flush the pgm pool before unmapping a chunk
(edit) @30815   14 years vboxsync Release stats
(edit) @30814   14 years vboxsync Compile fixes
(edit) @30813   14 years vboxsync Flush dangling R3 & R0 PGM cr3 pointers when unmapping a chunk
(edit) @30811   14 years vboxsync Wrong comment
(edit) @30808   14 years vboxsync Compile fix
(edit) @30807   14 years vboxsync Started with chunk unmap changes. Code is in an unused path.
(edit) @30799   14 years vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @30798   14 years vboxsync VMM: print couple more att flags
(edit) @30793   14 years vboxsync Ignore certain errors
(edit) @30791   14 years vboxsync fixed HWACCM structure assertions.
(edit) @30790   14 years vboxsync Pass back error
(edit) @30789   14 years vboxsync include,Config.kmk: Made the headers syntax check cleanly on …
(edit) @30784   14 years vboxsync Better check
(edit) @30783   14 years vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30769   14 years vboxsync Some extra checks
(edit) @30768   14 years vboxsync VT-x: fix 32-bit EFI guests
(edit) @30766   14 years vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30762   14 years vboxsync Fix
(edit) @30761   14 years vboxsync Added .pgmsharedmodules debug command
(edit) @30757   14 years vboxsync Comment
(edit) @30756   14 years vboxsync Ignore VERR_GMM_HIT_VM_ACCOUNT_LIMIT when there are still pages left.
(edit) @30750   14 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @30748   14 years vboxsync CFGM: remove obsolete code (now handled in Main)
(edit) @30744   14 years vboxsync Skip allocated pages that are zero (pgm saved state).
(edit) @30735   14 years vboxsync Comment
(edit) @30733   14 years vboxsync More useful output
(edit) @30731   14 years vboxsync Use ASMMemIsZeroPage
(edit) @30730   14 years vboxsync Count allocated zero pages as well
(edit) @30728   14 years vboxsync Give some feedback for every processed megabyte
(edit) @30727   14 years vboxsync Wrong parameter and obsolete assertion
(edit) @30726   14 years vboxsync Must be callable from any thread
(edit) @30724   14 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30713   14 years vboxsync typo in statistics description.
(edit) @30690   14 years vboxsync AsyncCompletion: Add the address of the request to the log
(edit) @30684   14 years vboxsync TM: Added resettable accounting stats. Count the halts and execution …
(edit) @30664   14 years vboxsync PGMR3SharedModuleCheckAll is executed async, so this doesn't work at all
(edit) @30661   14 years vboxsync Corrected assertion
(edit) @30660   14 years vboxsync Very annoying to return informational codes without hitting …
(edit) @30658   14 years vboxsync Propagate error code from GMMR0CheckSharedModules properly
(edit) @30656   14 years vboxsync Missing init
(edit) @30654   14 years vboxsync PGMAllGst.h: Follow-up to r63343, overlooked the typo on the other …
(edit) @30652   14 years vboxsync Reset balloon counter during reset
(edit) @30650   14 years vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30647   14 years vboxsync SELM.cpp: Assertion -> log statement as it trigged during guru meditations.
(edit) @30646   14 years vboxsync Reregister all shared modules after VM restore
(edit) @30616   14 years vboxsync Put back assertion
(edit) @30615   14 years vboxsync PGMAllGst.h: Fixed >= _4G tests, bad a #if statement was copied around…
(edit) @30613   14 years vboxsync Free zero page when loading a saved state with prealloc enabled.
(edit) @30604   14 years vboxsync Refined check
(edit) @30602   14 years vboxsync Wrong check when inflating balloon during state restore.
(edit) @30590   14 years vboxsync HWVMXR0.cpp,HWSVMR0.cpp: Realigned and simplified the profiling.
(edit) @30586   14 years vboxsync TM: Added timer that calculates the cpu load % every 1000 ms (real time).
(edit) @30581   14 years vboxsync TM: Added simple CPU time accounting. Accessible thru the statistics …
(edit) @30575   14 years vboxsync Compile warnings
(edit) @30574   14 years vboxsync One more case of PGM_GCPHYS_2_PTR
(edit) @30573   14 years vboxsync Drop PGM_GCPHYS_2_PTR usage
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