Changeset 70415 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Jan 2, 2018 8:36:52 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120020
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r70413 r70415 522 522 /** Set when the hack to ignore VERR_SVM_IN_USE is active. */ 523 523 bool fIgnoreInUseError; 524 /** Whether to use vir utalized VMSAVE/VMLOAD feature. */524 /** Whether to use virtualized VMSAVE/VMLOAD feature. */ 525 525 bool fVirtVmsaveVmload; 526 uint8_t u8Alignment0[3]; 526 /** Whether to use virtual GIF feature. */ 527 bool fVGif; 528 uint8_t u8Alignment0[2]; 527 529 528 530 /** Physical address of the IO bitmap (12kb). */
Note:
See TracChangeset
for help on using the changeset viewer.