VirtualBox

Changeset 20871 in vbox for trunk/src/VBox/VMM/VMMInternal.h


Ignore:
Timestamp:
Jun 24, 2009 1:56:19 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49017
Message:

VMM: Make sure there is enough room for a few physical handler notification before we disable ring-3 calls. Partial VMM[GC|R0]CallHost unification.

File:
1 edited

Legend:

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

    r20854 r20871  
    254254     * This may differ from cbRCLogger. */
    255255    uint32_t                    cbRCRelLogger;
     256    /** Whether log flushing has been disabled or not. */
     257    bool                        fRCLoggerFlushingDisabled;
     258    bool                        afAlignment[7]; /**< Alignment padding. */
    256259    /** @} */
    257260
     
    397400#endif
    398401
    399     /** @name CallHost
     402    /** @name Call Ring-3
     403     * Formerly known as host calls.
    400404     * @{ */
     405    /** The disable counter. */
     406    uint32_t                    cCallRing3Disabled;
    401407    /** The pending operation. */
    402408    VMMCALLHOST                 enmCallHostOperation;
    403409    /** The result of the last operation. */
    404410    int32_t                     rcCallHost;
    405 #if HC_ARCH_BITS == 32
     411#if HC_ARCH_BITS == 64
    406412    uint32_t                    padding;
    407413#endif
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