Changeset 55290 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Apr 15, 2015 3:04:30 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r55129 r55290 582 582 /** Whether to preload the guest-FPU state to avoid #NM VM-exit overhead. */ 583 583 bool fPreloadGuestFpu; 584 /** Set if XCR0 needs to be loaded and saved when entering and exiting guest 585 * code execution. */ 586 bool fLoadSaveGuestXcr0; 584 587 585 588 /** Whether #UD needs to be intercepted (required by certain GIM providers). */ … … 587 590 /** Whether paravirt. hypercalls are enabled. */ 588 591 bool fHypercallsEnabled; 589 uint8_t u8Alignment0[ 6];592 uint8_t u8Alignment0[5]; 590 593 591 594 /** World switch exit counter. */
Note:
See TracChangeset
for help on using the changeset viewer.