VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2021 11:27:43 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142556
Message:

VMM/HMVMX: Moving more stuff to HMR0PERVM. Set freed memory handles/pointers to NIL/NULL. bugref:9217

File:
1 edited

Legend:

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

    r87523 r87530  
    589589         *  mode without paging emulation in EPT mode. */
    590590        R3PTRTYPE(PX86PD)           pNonPagingModeEPTPageTable;
    591 
    592         /** Ring-0 memory object for per-VM VMX structures. */
    593         RTR0MEMOBJ                  hMemObj;
    594591    } vmx;
    595592
     
    679676    uint32_t                    fHostKernelFeatures;
    680677
    681     /** SVM specific data. */
     678    /** VT-x specific data. */
     679    struct HMR0VMXVM
     680    {
     681        /** Ring-0 memory object for per-VM VMX structures. */
     682        RTR0MEMOBJ                  hMemObj;
     683
     684    } vmx;
     685
     686    /** AMD-V specific data. */
    682687    struct HMR0SVMVM
    683688    {
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