Changeset 49275 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Oct 24, 2013 1:06:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r49000 r49275 515 515 /** Whether we're using the hyper DR7 or guest DR7. */ 516 516 bool fUsingHyperDR7; 517 uint8_t abAlignment[1]; 517 /** Whether to preload the guest-FPU state to avoid #NM VM-exit overhead. */ 518 bool fUseGuestFpu; 518 519 519 520 /** World switch exit counter. */
Note:
See TracChangeset
for help on using the changeset viewer.