VirtualBox

Changeset 87512 in vbox


Ignore:
Timestamp:
Feb 1, 2021 3:58:02 PM (4 years ago)
Author:
vboxsync
Message:

VMM/HM: Removed unused HM::fHMR0Init member. Added todo on PatchTree. bugref:9217

File:
1 edited

Legend:

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

    r87511 r87512  
    625625    } svm;
    626626
    627     /**
    628      * AVL tree with all patches (active or disabled) sorted by guest instruction
    629      * address.
    630      */
     627    /** AVL tree with all patches (active or disabled) sorted by guest instruction address.
     628     * @todo For @bugref{9217} this AVL tree must be eliminated and instead
     629     *       sort aPatches by address and do a safe binary search on it. */
    631630    AVLOU32TREE                 PatchTree;
    632631    uint32_t                    cPatches;
     
    635634    /** Last recorded error code during HM ring-0 init. */
    636635    int32_t                     rcInit;
    637 
    638     /** HMR0Init was run */
    639     bool                        fHMR0Init;
    640     bool                        u8Alignment1[3];
     636    uint32_t                    u32Alignment2;
    641637
    642638    STAMCOUNTER                 StatTprPatchSuccess;
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