VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @32000   14 年 vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31998   14 年 vboxsync Changed the remaining X86_PML4E_PG_MASK uses to X86_PML4E_PG_MASK_FULL.
(edit) @31997   14 年 vboxsync PGM: Don't shadow any extra bits in long mode PDPEs and PML4Es.
(edit) @31996   14 年 vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31995   14 年 vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31994   14 年 vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31993   14 年 vboxsync Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
(edit) @31989   14 年 vboxsync VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
(edit) @31988   14 年 vboxsync Compile fix
(edit) @31986   14 年 vboxsync FT updates + TODO
(edit) @31978   14 年 vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @31947   14 年 vboxsync PGM: paging hierarchy dumpers refactoring in progress.
(edit) @31870   14 年 vboxsync PGM: Don't sync unnecessary PTE bits.
(edit) @31851   14 年 vboxsync pgmPoolAllocEx/pgmPoolAlloc: Just use pgmPoolAllocEx when you want locking.
(edit) @31849   14 年 vboxsync PGM: Don't shadow PDE bits 62/3:52 (NXE=1/0), only shadow the bits we …
(edit) @31836   14 年 vboxsync PGMAllPool.cpp: Increased the span of a subset. nits
(edit) @31835   14 年 vboxsync PGMAllBth.h: fixed assertion.
(edit) @31832   14 年 vboxsync PGM: The other w7-64 regression. Trouble is that they're using PTE …
(edit) @31826   14 年 vboxsync PGMAllPool.cpp: Disabled the bits casuing the regressions in r64700.
(edit) @31824   14 年 vboxsync PGMAllPool.cpp: Moved unused hints.
(edit) @31823   14 年 vboxsync nc
(edit) @31807   14 年 vboxsync FT: disable large page usage Removed debug code
(edit) @31799   14 年 vboxsync PGMAllPool.cpp: Fixed darwin regression (wrong define).
(edit) @31792   14 年 vboxsync build fix
(edit) @31789   14 年 vboxsync FT updates
(edit) @31784   14 年 vboxsync PGM: Make sure we deploy the MMIO hack on all possible pages. Physical …
(edit) @31780   14 年 vboxsync PGM: Addressed a fixme. logging and minor cleanup.
(edit) @31775   14 年 vboxsync PGM: Wrap up all access to PAE/LM PTEs so that we can treat the …
(edit) @31715   14 年 vboxsync More information in assertion
(edit) @31657   14 年 vboxsync PGMPool: Drop cRefs since it's always 1.
(edit) @31636   14 年 vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(edit) @31612   14 年 vboxsync Compile fix
(edit) @31610   14 年 vboxsync Wrong check
(edit) @31600   14 年 vboxsync Extra debug command
(edit) @31593   14 年 vboxsync PGM,IOM: MMIO optimization - hacking in progress. (still disabled)
(edit) @31591   14 年 vboxsync IOMALLMMIO.cpp: Don't waste time check uErrorCode to figure out …
(edit) @31569   14 年 vboxsync HWACCM: burn fix / VBOXSTRICTRC cleanup - a bit risky…
(edit) @31565   14 年 vboxsync PGM,HWACCM: MMIO optimizations - coding in progress.
(edit) @31528   14 年 vboxsync VirtHandlerUpdateOne: The big page test should be the other way around …
(edit) @31512   14 年 vboxsync CPUMGetGuestCPL: Don't trust ssHid.Attr.n.u2Dpl to hold the CPL when …
(edit) @31489   14 年 vboxsync CPUMGetGuestCRx,CPUMGetGuestCR8: Do the PDM TPR querying in CPUM …
(edit) @31465   14 年 vboxsync Comment
(edit) @31458   14 年 vboxsync IOM: fixed writing to MMIO ranges with direction flag set and pfnFill …
(edit) @31447   14 年 vboxsync InvalidatePage: Drop the unused hint here as we'll be releaseing the …
(edit) @31446   14 年 vboxsync PGMAllPool.cpp: Added lots more PGM_DYNMAP_UNUSED_HINT_VM calls to …
(edit) @31444   14 年 vboxsync PGM: Don't let the ATA device exhaust the dynamic mapping cache - …
(edit) @31443   14 年 vboxsync PGMAllBth.h: Must pass the RW flag to SyncHandlerPte. Some more logging.
(edit) @31440   14 年 vboxsync PGMAllGst.h: Fixed virtual handler regression introduced by r63735.
(edit) @31402   14 年 vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31393   14 年 vboxsync build fix
(edit) @31392   14 年 vboxsync PDMCritSectEnter: Wait for critical sections in ring-0 when preemption …
(edit) @31361   14 年 vboxsync Reapplied 64410 with previous lookup added
(edit) @31360   14 年 vboxsync Temporarily backed out 64410
(edit) @31359   14 年 vboxsync Keep track of the native R0 thread handle for each EMT too. Use that …
(edit) @31356   14 年 vboxsync Search first by host cpu id (most common case) and then by native …
(edit) @31353   14 年 vboxsync Header
(edit) @31352   14 年 vboxsync Don't assume a thread can't migrate to another CPU. The code that …
(edit) @31208   14 年 vboxsync PGMAllPhys.cpp: Don't put ROM pages in the page mapping TLB as we'll …
(edit) @31207   14 年 vboxsync PGMAllBth.h: Temporarily shut up ugly raw-mode context assertion.
(edit) @31178   14 年 vboxsync PGM: Some more preparatory cleanup.
(edit) @31174   14 年 vboxsync harmless typo.
(edit) @31170   14 年 vboxsync PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).
(edit) @31167   14 年 vboxsync PGM: Pass pVCpu instead of pPGM (PPGMCPU) and eliminate …
(edit) @31141   14 年 vboxsync PGM: If we get to the end of Trap0eHandler it doesn't mean it is a …
(edit) @31140   14 年 vboxsync PGM: Removed CheckPageFault as it is no longer used. Removed …
(edit) @31136   14 年 vboxsync PGM: cache the last physical handler lookup result in each ring.
(edit) @31123   14 年 vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @31119   14 年 vboxsync docs
(edit) @31102   14 年 vboxsync PGM: #PF stats. Drop the old ones in favor of StatRZTrap0eTime2*. …
(edit) @31101   14 年 vboxsync PGM: Moved the code dealing with access handlers out of the #PF function.
(edit) @31093   14 年 vboxsync PGM: More #PF cleanup, eliminating a few PGMGstGetPage() calls that …
(edit) @31092   14 年 vboxsync PGM: Some #PF cleanup, no code change just rearranging and unindenting …
(edit) @31090   14 年 vboxsync PGMAllBth.h: Cleaned out the old code.
(edit) @31089   14 年 vboxsync PGMAllBth.h: Enabled the GstWalk code again as it doesn't seem to make …
(edit) @31086   14 年 vboxsync PGM: Disabled the GstWalk #PF code.
(edit) @31082   14 年 vboxsync build fix?
(edit) @31081   14 年 vboxsync PGM: Use GstWalk in the #PF, part 1.
(edit) @31080   14 年 vboxsync PGM: Micro optimizations.
(edit) @31079   14 年 vboxsync spaces
(edit) @31069   14 年 vboxsync PGM: Prep for shadowing EFER.NXE and CR4.PSE to avoid function calls.
(edit) @31067   14 年 vboxsync PGM: A couple of simplifications and optimizations. -assertions
(edit) @31066   14 年 vboxsync PGM: A couple of simplifications and optimizations.
(edit) @31060   14 年 vboxsync spaces
(edit) @31054   14 年 vboxsync Added PGMCPU::fNoExecutionEnabled.
(edit) @30896   14 年 vboxsync build fix
(edit) @30895   14 年 vboxsync build fixes.
(edit) @30894   14 年 vboxsync fixed warning.
(edit) @30893   14 年 vboxsync fixed warning.
(edit) @30891   14 年 vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30890   14 年 vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30889   14 年 vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30861   14 年 vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30831   14 年 vboxsync Another Mac compile fix
(edit) @30830   14 年 vboxsync Mac compile fixes
(edit) @30824   14 年 vboxsync Must also deal with zero cr3 translation ptrs in ring 0.
(edit) @30799   14 年 vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @30766   14 年 vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30735   14 年 vboxsync Comment
(edit) @30684   14 年 vboxsync TM: Added resettable accounting stats. Count the halts and execution …
(edit) @30654   14 年 vboxsync PGMAllGst.h: Follow-up to r63343, overlooked the typo on the other …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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