- Timestamp:
- Jul 6, 2016 4:35:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r62006 r62075 266 266 #ifdef ___CPUMInternal_h 267 267 struct CPUMCPU s; 268 #endif 269 #ifdef VMCPU_INCL_CPUM_GST_CTX 270 /** The guest CPUM context for direct use by execution engines. 271 * This is not for general consumption, but for HM, REM, IEM, and maybe a few 272 * others. The rest will use the function based CPUM API. */ 273 CPUMCTX GstCtx; 268 274 #endif 269 275 uint8_t padding[4096]; /* multiple of 4096 */
Note:
See TracChangeset
for help on using the changeset viewer.