Changeset 87512 in vbox
- Timestamp:
- Feb 1, 2021 3:58:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87511 r87512 625 625 } svm; 626 626 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. */ 631 630 AVLOU32TREE PatchTree; 632 631 uint32_t cPatches; … … 635 634 /** Last recorded error code during HM ring-0 init. */ 636 635 int32_t rcInit; 637 638 /** HMR0Init was run */ 639 bool fHMR0Init; 640 bool u8Alignment1[3]; 636 uint32_t u32Alignment2; 641 637 642 638 STAMCOUNTER StatTprPatchSuccess;
Note:
See TracChangeset
for help on using the changeset viewer.