VirtualBox

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


Ignore:
Timestamp:
Jul 9, 2012 6:45:52 AM (13 years ago)
Author:
vboxsync
Message:

VMM/HWVMXR0: Back out r78951, better fix for acquiring/toggling new ASIDs on host Cpu resume.

File:
1 edited

Legend:

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

    r42044 r42045  
    157157    /** In use by our code. (for power suspend) */
    158158    volatile bool       fInUse;
    159     /** Toggle bit for signaling new ASIDs (during suspend/resume)  */
    160     bool                fASIDState;
    161159} HMGLOBLCPUINFO;
    162160/** Pointer to the per-cpu global information. */
     
    546544    bool                        fForceTLBFlush;
    547545
    548     /** Toggle bit for acquiring a new ASID (during host CPU suspend/resume) */
    549     bool                        fASIDState;
    550 
    551546    /** Set when we're using VT-x or AMD-V at that moment. */
    552547    bool                        fActive;
     
    554549    /** Set when the TLB has been checked until we return from the world switch. */
    555550    volatile bool               fCheckedTLBFlush;
    556     uint8_t                     bAlignment[2];
     551    uint8_t                     bAlignment[3];
    557552
    558553    /** World switch exit counter. */
Note: See TracChangeset for help on using the changeset viewer.

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