VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30822   15 years vboxsync This was meant instead
(edit) @30821   15 years vboxsync Sigh
(edit) @30820   15 years vboxsync Wrong user parameter
(edit) @30819   15 years vboxsync Introduce VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST for large guest …
(edit) @30818   15 years vboxsync Minor correction
(edit) @30817   15 years vboxsync Compile fix
(edit) @30816   15 years vboxsync Flush the pgm pool before unmapping a chunk
(edit) @30815   15 years vboxsync Release stats
(edit) @30814   15 years vboxsync Compile fixes
(edit) @30813   15 years vboxsync Flush dangling R3 & R0 PGM cr3 pointers when unmapping a chunk
(edit) @30811   15 years vboxsync Wrong comment
(edit) @30808   15 years vboxsync Compile fix
(edit) @30807   15 years vboxsync Started with chunk unmap changes. Code is in an unused path.
(edit) @30799   15 years vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @30798   15 years vboxsync VMM: print couple more att flags
(edit) @30793   15 years vboxsync Ignore certain errors
(edit) @30791   15 years vboxsync fixed HWACCM structure assertions.
(edit) @30790   15 years vboxsync Pass back error
(edit) @30789   15 years vboxsync include,Config.kmk: Made the headers syntax check cleanly on …
(edit) @30784   15 years vboxsync Better check
(edit) @30783   15 years vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30769   15 years vboxsync Some extra checks
(edit) @30768   15 years vboxsync VT-x: fix 32-bit EFI guests
(edit) @30766   15 years vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30762   15 years vboxsync Fix
(edit) @30761   15 years vboxsync Added .pgmsharedmodules debug command
(edit) @30757   15 years vboxsync Comment
(edit) @30756   15 years vboxsync Ignore VERR_GMM_HIT_VM_ACCOUNT_LIMIT when there are still pages left.
(edit) @30750   15 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @30748   15 years vboxsync CFGM: remove obsolete code (now handled in Main)
(edit) @30744   15 years vboxsync Skip allocated pages that are zero (pgm saved state).
(edit) @30735   15 years vboxsync Comment
(edit) @30733   15 years vboxsync More useful output
(edit) @30731   15 years vboxsync Use ASMMemIsZeroPage
(edit) @30730   15 years vboxsync Count allocated zero pages as well
(edit) @30728   15 years vboxsync Give some feedback for every processed megabyte
(edit) @30727   15 years vboxsync Wrong parameter and obsolete assertion
(edit) @30726   15 years vboxsync Must be callable from any thread
(edit) @30724   15 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30713   15 years vboxsync typo in statistics description.
(edit) @30690   15 years vboxsync AsyncCompletion: Add the address of the request to the log
(edit) @30684   15 years vboxsync TM: Added resettable accounting stats. Count the halts and execution …
(edit) @30664   15 years vboxsync PGMR3SharedModuleCheckAll is executed async, so this doesn't work at all
(edit) @30661   15 years vboxsync Corrected assertion
(edit) @30660   15 years vboxsync Very annoying to return informational codes without hitting …
(edit) @30658   15 years vboxsync Propagate error code from GMMR0CheckSharedModules properly
(edit) @30656   15 years vboxsync Missing init
(edit) @30654   15 years vboxsync PGMAllGst.h: Follow-up to r63343, overlooked the typo on the other …
(edit) @30652   15 years vboxsync Reset balloon counter during reset
(edit) @30650   15 years vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30647   15 years vboxsync SELM.cpp: Assertion -> log statement as it trigged during guru meditations.
(edit) @30646   15 years vboxsync Reregister all shared modules after VM restore
(edit) @30616   15 years vboxsync Put back assertion
(edit) @30615   15 years vboxsync PGMAllGst.h: Fixed >= _4G tests, bad a #if statement was copied around…
(edit) @30613   15 years vboxsync Free zero page when loading a saved state with prealloc enabled.
(edit) @30604   15 years vboxsync Refined check
(edit) @30602   15 years vboxsync Wrong check when inflating balloon during state restore.
(edit) @30590   15 years vboxsync HWVMXR0.cpp,HWSVMR0.cpp: Realigned and simplified the profiling.
(edit) @30586   15 years vboxsync TM: Added timer that calculates the cpu load % every 1000 ms (real time).
(edit) @30581   15 years vboxsync TM: Added simple CPU time accounting. Accessible thru the statistics …
(edit) @30575   15 years vboxsync Compile warnings
(edit) @30574   15 years vboxsync One more case of PGM_GCPHYS_2_PTR
(edit) @30573   15 years vboxsync Drop PGM_GCPHYS_2_PTR usage
(edit) @30572   15 years vboxsync Removed PGMPhysGCPhys2R3Ptr usage from PATM.
(edit) @30567   15 years vboxsync Correct logging statement. Fixes hypervisor assertion
(edit) @30529   15 years vboxsync internal/pgm.h: Applied svn-ps.sh/cmd.
(edit) @30528   15 years vboxsync USB: properly name internal USB devices for logging
(edit) @30520   15 years vboxsync don't assert on VERR_SVM_UNABLE_TO_START_VM:.
(edit) @30506   15 years vboxsync Cleaned up
(edit) @30500   15 years vboxsync More fixes
(edit) @30499   15 years vboxsync Corrections
(edit) @30497   15 years vboxsync Drop more PGMPhysGCPtr2R3Ptr usage
(edit) @30495   15 years vboxsync Drop PGMPhysGCPtr2R3Ptr usage
(edit) @30493   15 years vboxsync Demoted some PGM apis to internal only.
(edit) @30488   15 years vboxsync Debug code to find duplicate pages
(edit) @30473   15 years vboxsync VMM: First shot at the fatal error misbehavior (PAE).
(edit) @30454   15 years vboxsync build fix
(edit) @30453   15 years vboxsync DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
(edit) @30447   15 years vboxsync CPUM: cosmetic fixes and one typo
(edit) @30438   15 years vboxsync PGMPhys: added missing '\n' at the end of LogRel* statements
(edit) @30414   15 years vboxsync Save and restore the TSS limit on 64-bit hosts too.
(edit) @30398   15 years vboxsync grumble
(edit) @30397   15 years vboxsync build fix
(edit) @30396   15 years vboxsync Teleportation: Make the progress bar move during teleportation. The …
(edit) @30390   15 years vboxsync VT-x: when the guest's FPU state is active, then we no longer care …
(edit) @30388   15 years vboxsync Statistic correction
(edit) @30375   15 years vboxsync Experimental code (disabled)
(edit) @30373   15 years vboxsync Logging change
(edit) @30372   15 years vboxsync Logging change
(edit) @30369   15 years vboxsync Missing return
(edit) @30368   15 years vboxsync Deal with large pages in shadow GetPage function. Correct NX flag …
(edit) @30364   15 years vboxsync Fatal assertions
(edit) @30344   15 years vboxsync Use NIL_VMCPUID (see r62731).
(edit) @30342   15 years vboxsync VMM: todo: Use NIL_VMCPUID with two SUPR3CallVMMR0Ex calls?
(edit) @30341   15 years vboxsync Use PGM_PAGE_GET_STATE.
(edit) @30338   15 years vboxsync EM,IOM: Don't try write directly to the fault address as the backing …
(edit) @30334   15 years vboxsync Must initialize idHostCpu properly (breaks SMP guest restore)
(edit) @30332   15 years vboxsync Redundant lock/unlock
(edit) @30329   15 years vboxsync No need to call it twice
(edit) @30328   15 years vboxsync More paranoia
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