VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @31359   14 年 vboxsync Keep track of the native R0 thread handle for each EMT too. Use that …
(edit) @31352   14 年 vboxsync Don't assume a thread can't migrate to another CPU. The code that …
(edit) @31351   14 年 vboxsync Paranoia
(edit) @31350   14 年 vboxsync Rearranged mutex and preemption disabling order.
(edit) @31348   14 年 vboxsync Disable preemption when checking the shared modules
(edit) @31326   14 年 vboxsync Pass on cpu priority property.
(edit) @31197   14 年 vboxsync Temporarily backed out r64154 as everyone is complaining about debug …
(edit) @31177   14 年 vboxsync PGMR0DynMap.cpp: Applied PGMR0DYNMAP_2_VMCPU to the wrong type. Fixes …
(edit) @31175   14 年 vboxsync comment typo.
(edit) @31170   14 年 vboxsync PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).
(edit) @31169   14 年 vboxsync Only sync a minimal guest state when nothing has changed.
(edit) @31126   14 年 vboxsync PGM: Mac build fixes.
(edit) @31123   14 年 vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @31099   14 年 vboxsync VMM: RT_UNLIKELY misusage (disabled code)
(edit) @31053   14 年 vboxsync log fix
(edit) @30915   14 年 vboxsync logging fix
(edit) @30910   14 年 vboxsync nits
(edit) @30902   14 年 vboxsync GMMR0.cpp: Added log statements for some VERR_PGM_PHYS_INVALID_PAGE_ID …
(edit) @30889   14 年 vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @30860   14 年 vboxsync GMMR0.cpp: fixed impossible leak in GMMR0SeekChunk. nits.
(edit) @30793   14 年 vboxsync Ignore certain errors
(edit) @30790   14 年 vboxsync Pass back error
(edit) @30783   14 年 vboxsync Rewrote shared page handling to be more fault tolerant.
(edit) @30769   14 年 vboxsync Some extra checks
(edit) @30768   14 年 vboxsync VT-x: fix 32-bit EFI guests
(edit) @30766   14 年 vboxsync No need to flush the handy pages immediately after copy-on-write for a …
(edit) @30761   14 年 vboxsync Added .pgmsharedmodules debug command
(edit) @30757   14 年 vboxsync Comment
(edit) @30727   14 年 vboxsync Wrong parameter and obsolete assertion
(edit) @30724   14 年 vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30664   14 年 vboxsync PGMR3SharedModuleCheckAll is executed async, so this doesn't work at all
(edit) @30660   14 年 vboxsync Very annoying to return informational codes without hitting …
(edit) @30658   14 年 vboxsync Propagate error code from GMMR0CheckSharedModules properly
(edit) @30656   14 年 vboxsync Missing init
(edit) @30650   14 年 vboxsync Attempt nr 2 to reinit page fusion after VM restore
(edit) @30646   14 年 vboxsync Reregister all shared modules after VM restore
(edit) @30604   14 年 vboxsync Refined check
(edit) @30602   14 年 vboxsync Wrong check when inflating balloon during state restore.
(edit) @30590   14 年 vboxsync HWVMXR0.cpp,HWSVMR0.cpp: Realigned and simplified the profiling.
(edit) @30488   14 年 vboxsync Debug code to find duplicate pages
(edit) @30414   14 年 vboxsync Save and restore the TSS limit on 64-bit hosts too.
(edit) @30390   14 年 vboxsync VT-x: when the guest's FPU state is active, then we no longer care …
(edit) @30388   14 年 vboxsync Statistic correction
(edit) @30375   14 年 vboxsync Experimental code (disabled)
(edit) @30373   14 年 vboxsync Logging change
(edit) @30341   14 年 vboxsync Use PGM_PAGE_GET_STATE.
(edit) @30334   14 年 vboxsync Must initialize idHostCpu properly (breaks SMP guest restore)
(edit) @30326   14 年 vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30285   14 年 vboxsync Clean up balloon statistics in case the VM process crashed.
(edit) @30284   14 年 vboxsync todo
(edit) @30263   14 年 vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @30251   14 年 vboxsync Paranoid check
(edit) @30241   14 年 vboxsync VMMGetCpu was completely broken in the context of GMMR0CheckSharedModules
(edit) @30237   14 年 vboxsync Make sure GMMR0MapUnmapChunk can deal with calls from non-EMT threads.
(edit) @30203   14 年 vboxsync VMM/GMMR0: On Solaris, use legacy alloc for 32-bit (public #6899).
(edit) @30202   14 年 vboxsync Make sure shared page candidates are in the allocated state
(edit) @30181   14 年 vboxsync Allow 64-bit SMP guests on 32-bit hosts
(edit) @30180   14 年 vboxsync Make 32->64 switcher SMP aware.
(edit) @30165   14 年 vboxsync Compile fix
(edit) @30160   14 年 vboxsync VMMGetStackRC change
(edit) @30112   14 年 vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 年 vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30106   14 年 vboxsync Compile fix
(edit) @30105   14 年 vboxsync More stats
(edit) @30091   14 年 vboxsync If we're somehow not in VMX root mode, then we shouldn't dare leaving it.
(edit) @30089   14 年 vboxsync Don't execute vmread after vmxon fails. (-> #UD)
(edit) @30056   14 年 vboxsync VMM: Reset the ring-0 jump buffer of the EMT that guru meditated.
(edit) @30027   14 年 vboxsync Deal with different load addresses of shared modules
(edit) @30013   14 年 vboxsync scm cleanup.
(edit) @29983   14 年 vboxsync Align size
(edit) @29980   14 年 vboxsync Check by module name and version for win64 guests as it's unlikely two …
(edit) @29908   14 年 vboxsync PDM: Flushed out the PDMQueueFlush code as its unused and problematic …
(edit) @29902   14 年 vboxsync PDM: Flushed out the PDMQueueFlush code as its unused and problematic …
(edit) @29741   15 年 vboxsync Renamed PGMR0SharedModuleCheckRegion
(edit) @29737   15 年 vboxsync Fixed dropping back to the recompiler too often when running …
(edit) @29689   15 年 vboxsync VT-x is too picky with descriptor attributes in v86 mode
(edit) @29669   15 年 vboxsync DrvIntNet,SrvIntNet: Added IntNetR0AbortWait to address races in …
(edit) @29639   15 年 vboxsync Missing stats adjustment
(edit) @29620   15 年 vboxsync Statistics for shared pages
(edit) @29613   15 年 vboxsync Pass back return code in the request packet to preserve informational …
(edit) @29605   15 年 vboxsync More logging
(edit) @29601   15 年 vboxsync Corrected assertion
(edit) @29600   15 年 vboxsync Fix
(edit) @29597   15 年 vboxsync Logging updates
(edit) @29596   15 年 vboxsync Logging
(edit) @29576   15 年 vboxsync Stats
(edit) @29575   15 年 vboxsync The ring-3 chunk cache can be out of sync; don't fail.
(edit) @29574   15 年 vboxsync Cast problems (?)
(edit) @29573   15 年 vboxsync build fix
(edit) @29572   15 年 vboxsync Logging
(edit) @29570   15 年 vboxsync typo
(edit) @29562   15 年 vboxsync Fixes
(edit) @29561   15 年 vboxsync VMMR0: Make sure to drag in RTOnce.
(edit) @29557   15 年 vboxsync Proper debug logging
(edit) @29554   15 年 vboxsync More logging
(edit) @29553   15 年 vboxsync Proper cleanup
(edit) @29551   15 年 vboxsync Rewrote previous accounting fix
(edit) @29548   15 年 vboxsync More loggign
(edit) @29546   15 年 vboxsync Fixed accounting for shared pages
(edit) @29521   15 年 vboxsync PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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