Changeset 72392 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 30, 2018 12:27:17 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122853
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r72358 r72392 195 195 bool fLastInterruptShadow : 1; 196 196 bool afPadding[1]; 197 /** Pending APIC base value. 198 * This is set to UINT64_MAX when not pending */ 199 uint64_t uPendingApicBase; 197 200 # ifdef NEM_WIN_USE_OUR_OWN_RUN_API 198 /** Pending V ERR_NEM_CHANGE_PGM_MODE or VERR_NEM_FLUSH_TLB. */199 int32_t rcP gmPending;201 /** Pending VINF_NEM_CHANGE_PGM_MODE, VINF_NEM_FLUSH_TLB or VINF_NEM_UPDATE_APIC_BASE. */ 202 int32_t rcPending; 200 203 /** The VID_MSHAGN_F_XXX flags. 201 204 * Either VID_MSHAGN_F_HANDLE_MESSAGE | VID_MSHAGN_F_GET_NEXT_MESSAGE or zero. */
Note:
See TracChangeset
for help on using the changeset viewer.