|
|
@31175
|
14 years |
vboxsync |
comment typo.
|
|
|
@31174
|
14 years |
vboxsync |
harmless typo.
|
|
|
@31173
|
14 years |
vboxsync |
AsyncCompletion: Add a flag to prevent write locking an image.
|
|
|
@31170
|
14 years |
vboxsync |
PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).
|
|
|
@31169
|
14 years |
vboxsync |
Only sync a minimal guest state when nothing has changed.
|
|
|
@31167
|
14 years |
vboxsync |
PGM: Pass pVCpu instead of pPGM (PPGMCPU) and eliminate …
|
|
|
@31141
|
14 years |
vboxsync |
PGM: If we get to the end of Trap0eHandler it doesn't mean it is a …
|
|
|
@31140
|
14 years |
vboxsync |
PGM: Removed CheckPageFault as it is no longer used. Removed …
|
|
|
@31136
|
14 years |
vboxsync |
PGM: cache the last physical handler lookup result in each ring.
|
|
|
@31127
|
14 years |
vboxsync |
PGM: windows build fix.
|
|
|
@31126
|
14 years |
vboxsync |
PGM: Mac build fixes.
|
|
|
@31124
|
14 years |
vboxsync |
PGM: sugar!
|
|
|
@31123
|
14 years |
vboxsync |
PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
|
|
|
@31119
|
14 years |
vboxsync |
docs
|
|
|
@31102
|
14 years |
vboxsync |
PGM: #PF stats. Drop the old ones in favor of StatRZTrap0eTime2*. …
|
|
|
@31101
|
14 years |
vboxsync |
PGM: Moved the code dealing with access handlers out of the #PF function.
|
|
|
@31100
|
14 years |
vboxsync |
Doppelmoppel
|
|
|
@31099
|
14 years |
vboxsync |
VMM: RT_UNLIKELY misusage (disabled code)
|
|
|
@31093
|
14 years |
vboxsync |
PGM: More #PF cleanup, eliminating a few PGMGstGetPage() calls that …
|
|
|
@31092
|
14 years |
vboxsync |
PGM: Some #PF cleanup, no code change just rearranging and unindenting …
|
|
|
@31091
|
14 years |
vboxsync |
comment reflow.
|
|
|
@31090
|
14 years |
vboxsync |
PGMAllBth.h: Cleaned out the old code.
|
|
|
@31089
|
14 years |
vboxsync |
PGMAllBth.h: Enabled the GstWalk code again as it doesn't seem to make …
|
|
|
@31086
|
14 years |
vboxsync |
PGM: Disabled the GstWalk #PF code.
|
|
|
@31082
|
14 years |
vboxsync |
build fix?
|
|
|
@31081
|
14 years |
vboxsync |
PGM: Use GstWalk in the #PF, part 1.
|
|
|
@31080
|
14 years |
vboxsync |
PGM: Micro optimizations.
|
|
|
@31079
|
14 years |
vboxsync |
spaces
|
|
|
@31069
|
14 years |
vboxsync |
PGM: Prep for shadowing EFER.NXE and CR4.PSE to avoid function calls.
|
|
|
@31067
|
14 years |
vboxsync |
PGM: A couple of simplifications and optimizations. -assertions
|
|
|
@31066
|
14 years |
vboxsync |
PGM: A couple of simplifications and optimizations.
|
|
|
@31064
|
14 years |
vboxsync |
PATM.cpp: Quick workaround for logging crash in FIXUP_REL_JMPTOPATCH.
|
|
|
@31060
|
14 years |
vboxsync |
spaces
|
|
|
@31054
|
14 years |
vboxsync |
Added PGMCPU::fNoExecutionEnabled.
|
|
|
@31053
|
14 years |
vboxsync |
log fix
|
|
|
@30955
|
14 years |
vboxsync |
CFGM,ConsoleImpl2.cpp: CFGMR3InsertStringLengthKnown -> …
|
|
|
@30952
|
14 years |
vboxsync |
AsyncCompletion: Don't do the credit updating if the bandwidth is …
|
|
|
@30948
|
14 years |
vboxsync |
PGMSavedState: Apply zero page detection to teleportation as well as …
|
|
|
@30915
|
14 years |
vboxsync |
logging fix
|
|
|
@30910
|
14 years |
vboxsync |
nits
|
|
|
@30908
|
14 years |
vboxsync |
PGM.cpp: Fixed initialization bug in r63735 affecting 32-bit guests …
|
|
|
@30902
|
14 years |
vboxsync |
GMMR0.cpp: Added log statements for some VERR_PGM_PHYS_INVALID_PAGE_ID …
|
|
|
@30901
|
14 years |
vboxsync |
compiler warning
|
|
|
@30896
|
14 years |
vboxsync |
build fix
|
|
|
@30895
|
14 years |
vboxsync |
build fixes.
|
|
|
@30894
|
14 years |
vboxsync |
fixed warning.
|
|
|
@30893
|
14 years |
vboxsync |
fixed warning.
|
|
|
@30892
|
14 years |
vboxsync |
alignment fix
|
|
|
@30891
|
14 years |
vboxsync |
PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
|
|
|
@30890
|
14 years |
vboxsync |
PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
|
|
|
@30889
|
14 years |
vboxsync |
PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
|
|
|
@30888
|
14 years |
vboxsync |
Makefile.kmk: more syntax checking aliases.
|
|
|
@30887
|
14 years |
vboxsync |
PGMSharedPage.cpp: PGMInline.h must come after all other includes.
|
|
|
@30861
|
14 years |
vboxsync |
VMM,REM: Replumbled the MSR updating and reading so that PGM can …
|
|
|
@30860
|
14 years |
vboxsync |
GMMR0.cpp: fixed impossible leak in GMMR0SeekChunk. nits.
|
|
|
@30845
|
14 years |
vboxsync |
Forgot this one
|
|
|
@30844
|
14 years |
vboxsync |
Compile fix
|
|
|
@30843
|
14 years |
vboxsync |
Profile map/unmap operations
|
|
|
@30842
|
14 years |
vboxsync |
Activated large guest memory support for 32-bit guests
|
|
|
@30841
|
14 years |
vboxsync |
Bugfix
|
|
|
@30840
|
14 years |
vboxsync |
Alignment fix
|
|
|
@30839
|
14 years |
vboxsync |
Different queueing
|
|
|
@30838
|
14 years |
vboxsync |
Compile fix
|
|
|
@30837
|
14 years |
vboxsync |
Compile fixes
|
|
|
@30836
|
14 years |
vboxsync |
Removed aging tree code. Wasn't working at all. Do simple, but not so …
|
|
|
@30835
|
14 years |
vboxsync |
Zero allocated memory
|
|
|
@30831
|
14 years |
vboxsync |
Another Mac compile fix
|
|
|
@30830
|
14 years |
vboxsync |
Mac compile fixes
|
|
|
@30826
|
14 years |
vboxsync |
RTAvllU32DoWithAll does deal with equal nodes
|
|
|
@30824
|
14 years |
vboxsync |
Must also deal with zero cr3 translation ptrs in ring 0.
|
|
|
@30823
|
14 years |
vboxsync |
Compile fix
|
|
|
@30822
|
14 years |
vboxsync |
This was meant instead
|
|
|
@30821
|
14 years |
vboxsync |
Sigh
|
|
|
@30820
|
14 years |
vboxsync |
Wrong user parameter
|
|
|
@30819
|
14 years |
vboxsync |
Introduce VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST for large guest …
|
|
|
@30818
|
14 years |
vboxsync |
Minor correction
|
|
|
@30817
|
14 years |
vboxsync |
Compile fix
|
|
|
@30816
|
14 years |
vboxsync |
Flush the pgm pool before unmapping a chunk
|
|
|
@30815
|
14 years |
vboxsync |
Release stats
|
|
|
@30814
|
14 years |
vboxsync |
Compile fixes
|
|
|
@30813
|
14 years |
vboxsync |
Flush dangling R3 & R0 PGM cr3 pointers when unmapping a chunk
|
|
|
@30811
|
14 years |
vboxsync |
Wrong comment
|
|
|
@30808
|
14 years |
vboxsync |
Compile fix
|
|
|
@30807
|
14 years |
vboxsync |
Started with chunk unmap changes. Code is in an unused path.
|
|
|
@30799
|
14 years |
vboxsync |
TM: Made it possible to enable the resettable accounting stats in …
|
|
|
@30798
|
14 years |
vboxsync |
VMM: print couple more att flags
|
|
|
@30793
|
14 years |
vboxsync |
Ignore certain errors
|
|
|
@30791
|
14 years |
vboxsync |
fixed HWACCM structure assertions.
|
|
|
@30790
|
14 years |
vboxsync |
Pass back error
|
|
|
@30789
|
14 years |
vboxsync |
include,Config.kmk: Made the headers syntax check cleanly on …
|
|
|
@30784
|
14 years |
vboxsync |
Better check
|
|
|
@30783
|
14 years |
vboxsync |
Rewrote shared page handling to be more fault tolerant.
|
|
|
@30769
|
14 years |
vboxsync |
Some extra checks
|
|
|
@30768
|
14 years |
vboxsync |
VT-x: fix 32-bit EFI guests
|
|
|
@30766
|
14 years |
vboxsync |
No need to flush the handy pages immediately after copy-on-write for a …
|
|
|
@30762
|
14 years |
vboxsync |
Fix
|
|
|
@30761
|
14 years |
vboxsync |
Added .pgmsharedmodules debug command
|
|
|
@30757
|
14 years |
vboxsync |
Comment
|
|
|
@30756
|
14 years |
vboxsync |
Ignore VERR_GMM_HIT_VM_ACCOUNT_LIMIT when there are still pages left.
|
|
|
@30750
|
14 years |
vboxsync |
Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
|
|
|