VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @30572   14 years vboxsync Removed PGMPhysGCPhys2R3Ptr usage from PATM.
(edit) @30567   14 years vboxsync Correct logging statement. Fixes hypervisor assertion
(edit) @30529   14 years vboxsync internal/pgm.h: Applied svn-ps.sh/cmd.
(edit) @30528   14 years vboxsync USB: properly name internal USB devices for logging
(edit) @30520   14 years vboxsync don't assert on VERR_SVM_UNABLE_TO_START_VM:.
(edit) @30506   14 years vboxsync Cleaned up
(edit) @30500   14 years vboxsync More fixes
(edit) @30499   14 years vboxsync Corrections
(edit) @30497   14 years vboxsync Drop more PGMPhysGCPtr2R3Ptr usage
(edit) @30495   14 years vboxsync Drop PGMPhysGCPtr2R3Ptr usage
(edit) @30493   14 years vboxsync Demoted some PGM apis to internal only.
(edit) @30488   14 years vboxsync Debug code to find duplicate pages
(edit) @30473   14 years vboxsync VMM: First shot at the fatal error misbehavior (PAE).
(edit) @30454   14 years vboxsync build fix
(edit) @30453   14 years vboxsync DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
(edit) @30447   14 years vboxsync CPUM: cosmetic fixes and one typo
(edit) @30438   14 years vboxsync PGMPhys: added missing '\n' at the end of LogRel* statements
(edit) @30414   14 years vboxsync Save and restore the TSS limit on 64-bit hosts too.
(edit) @30398   14 years vboxsync grumble
(edit) @30397   14 years vboxsync build fix
(edit) @30396   14 years vboxsync Teleportation: Make the progress bar move during teleportation. The …
(edit) @30390   14 years vboxsync VT-x: when the guest's FPU state is active, then we no longer care …
(edit) @30388   14 years vboxsync Statistic correction
(edit) @30375   14 years vboxsync Experimental code (disabled)
(edit) @30373   14 years vboxsync Logging change
(edit) @30372   14 years vboxsync Logging change
(edit) @30369   14 years vboxsync Missing return
(edit) @30368   14 years vboxsync Deal with large pages in shadow GetPage function. Correct NX flag …
(edit) @30364   14 years vboxsync Fatal assertions
(edit) @30344   14 years vboxsync Use NIL_VMCPUID (see r62731).
(edit) @30342   14 years vboxsync VMM: todo: Use NIL_VMCPUID with two SUPR3CallVMMR0Ex calls?
(edit) @30341   14 years vboxsync Use PGM_PAGE_GET_STATE.
(edit) @30338   14 years vboxsync EM,IOM: Don't try write directly to the fault address as the backing …
(edit) @30334   14 years vboxsync Must initialize idHostCpu properly (breaks SMP guest restore)
(edit) @30332   14 years vboxsync Redundant lock/unlock
(edit) @30329   14 years vboxsync No need to call it twice
(edit) @30328   14 years vboxsync More paranoia
(edit) @30327   14 years vboxsync Paranoia
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30325   14 years vboxsync Obsolete pgmLock/Unlock
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30316   14 years vboxsync CPUM.cpp: Too quick with r62871, the test just wasn't updated when …
(edit) @30315   14 years vboxsync CPUM.cpp: Fixed inverted uVersion check in cpumR3LoadcpuId.
(edit) @30302   14 years vboxsync comment.
(edit) @30301   14 years vboxsync VMM: Flush REM TLB during the live save / teleportation shadow page …
(edit) @30297   14 years vboxsync AsyncCompletion/File: Disable async flushes on Solaris hosts for now. …
(edit) @30285   14 years vboxsync Clean up balloon statistics in case the VM process crashed.
(edit) @30284   14 years vboxsync todo
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @30257   14 years vboxsync 2x use AssertCompileNS.
(edit) @30256   14 years vboxsync Incorrect queue option resulted in deadlocks
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