Changeset 72532 in vbox
- Timestamp:
- Jun 13, 2018 4:17:47 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123019
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r72462 r72532 706 706 /** Whether we're using the hyper DR7 or guest DR7. */ 707 707 bool fUsingHyperDR7; 708 /** Whether to preload the guest-FPU state to avoid \#NM VM-exit overhead. */709 bool fPreloadGuestFpu;710 708 /** Set if XCR0 needs to be loaded and saved when entering and exiting guest 711 709 * code execution. */ … … 727 725 /** Whether \#UD needs to be intercepted (required by certain GIM providers). */ 728 726 bool fGIMTrapXcptUD; 729 uint8_t u8Alignment0[ 3];727 uint8_t u8Alignment0[4]; 730 728 731 729 /** World switch exit counter. */ -
trunk/src/VBox/VMM/include/HMInternal.mac
r72462 r72532 69 69 .fLeaveDone resb 1 70 70 .fUsingHyperDR7 resb 1 71 .fPreloadGuestFpu resb 172 71 .fLoadSaveGuestXcr0 resb 1 73 72
Note:
See TracChangeset
for help on using the changeset viewer.