Changeset 79122 in vbox for trunk/include/VBox
- Timestamp:
- Jun 13, 2019 10:43:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 \
Note:
See TracChangeset
for help on using the changeset viewer.