VirtualBox

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


Ignore:
Timestamp:
Aug 7, 2019 12:34:52 AM (5 years ago)
Author:
vboxsync
Message:

VMM: Kicking out raw-mode - PGMAll.cpp, PGMAllBth.h, more virt handler leftovers. bugref:9517

File:
1 edited

Legend:

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

    r80163 r80167  
    26042604    /** Physical access handlers (AVL range+offsetptr tree). */
    26052605    AVLROGCPHYSTREE                 PhysHandlers;
    2606 #ifdef VBOX_WITH_RAW_MODE
    2607     /** Virtual access handlers (AVL range + GC ptr tree). */
    2608     AVLROGCPTRTREE                  VirtHandlers;
    2609     /** Virtual access handlers (Phys range AVL range + offsetptr tree).
    2610      * @remarks Handler of the hypervisor kind are of course not present.  */
    2611     AVLROGCPHYSTREE                 PhysToVirtHandlers;
    2612     /** Virtual access handlers for the hypervisor (AVL range + GC ptr tree). */
    2613     AVLROGCPTRTREE                  HyperVirtHandlers;
    2614     /** List of virtual access handler types (offset pointers) of type
    2615      * PGMVIRTHANDLERTYPEINT.  This is needed for relocations. */
    2616     RTLISTOFF32ANCHOR               HeadVirtHandlerTypes;
    2617 #endif
    26182606} PGMTREES;
    26192607/** Pointer to PGM trees. */
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