VirtualBox

Changeset 72617 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jun 19, 2018 3:38:27 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123116
Message:

VMM: LogRel some ring-0 preemption details in ring-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMMInternal.h

    r71222 r72617  
    332332
    333333    /** @} */
    334     bool                        afAlignment2[HC_ARCH_BITS == 32 ? 7 : 3]; /**< Alignment padding. */
     334
     335    /** RTThreadPreemptIsPendingTrusty() result, set by vmmR0InitVM() for
     336     * release logging purposes. */
     337    bool                        fIsPreemptPendingApiTrusty : 1;
     338    /** The RTThreadPreemptIsPossible() result,  set by vmmR0InitVM() for
     339     * release logging purposes.  */
     340    bool                        fIsPreemptPossible : 1;
     341
     342    bool                        afAlignment2[HC_ARCH_BITS == 32 ? 6 : 2]; /**< Alignment padding. */
    335343
    336344    /** Buffer for storing the standard assertion message for a ring-0 assertion.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette