Changeset 45804 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Apr 29, 2013 12:03:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r45786 r45804 334 334 bool fAllowVpid; 335 335 336 /** Set if unrestricted guest execution is allowed(real and protected mode without paging). */336 /** Set if unrestricted guest execution is in use (real and protected mode without paging). */ 337 337 bool fUnrestrictedGuest; 338 339 /** Set if unrestricted guest execution is allowed to be used. */ 340 bool fAllowUnrestricted; 338 341 339 342 /** Whether we're using the preemption timer or not. */ … … 341 344 /** The shift mask employed by the VMX-Preemption timer. */ 342 345 uint8_t cPreemptTimerShift; 343 344 bool uAlignment[1];345 346 346 347 /** Virtual address of the TSS page used for real mode emulation. */
Note:
See TracChangeset
for help on using the changeset viewer.