儲存庫 vbox 的更動 79122
- 時間撮記:
- 2019-6-13 上午10:43:03 (5 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/vmm/iem.h
r79115 r79122 233 233 /** The CPUMCTX_EXTRN_XXX mask that the IEM VM-exit code will import on-demand when 234 234 * needed, primarily because there are several IEM VM-exit interface functions and 235 * some of which may not cause a VM-exit at all. */ 235 * some of which may not cause a VM-exit at all. 236 * 237 * This is currently unused, but keeping it here in case we can get away a bit more 238 * fine-grained state handling. 239 * 240 * @note Update HM_CHANGED_VMX_VMEXIT_MASK if something here changes. */ 236 241 # define IEM_CPUMCTX_EXTRN_VMX_VMEXIT_MASK ( CPUMCTX_EXTRN_CR0 | CPUMCTX_EXTRN_CR3 | CPUMCTX_EXTRN_CR4 \ 237 242 | CPUMCTX_EXTRN_DR7 | CPUMCTX_EXTRN_DR6 \
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器