VirtualBox

Changeset 96880 in vbox for trunk


Ignore:
Timestamp:
Sep 26, 2022 5:44:29 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153787
Message:

VMM/HMVMXR0: Nested VMX: bugref:10092 Nested EPT shadow page-pool handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r96746 r96880  
    60166016        RTGCPHYS const GCPhysApicAccess = pVmcsNstGst->u64AddrApicAccess.u;
    60176017
     6018        /* Disabling this since we adjust the shadow page table permissions in (SyncHandlerPte). */
     6019#if 0
    60186020        /** @todo NSTVMX: This is not really correct but currently is required to make
    60196021         *        things work. We need to re-enable the page handler when we fallback to
    60206022         *        IEM execution of the nested-guest! */
    60216023        PGMHandlerPhysicalPageTempOff(pVM, GCPhysApicAccess, GCPhysApicAccess);
     6024#endif
    60226025
    60236026        void          *pvPage;
     
    69406943        }
    69416944
     6945        /* Disabling this since we adjust the shadow page table permissions in (SyncHandlerPte). */
     6946#if 0
    69426947        /*
    69436948         * Undo temporary disabling of the APIC-access page monitoring we did in hmR0VmxMergeVmcsNested.
     
    69506955            PGMHandlerPhysicalReset(pVCpu->CTX_SUFF(pVM), GCPhysApicAccess);
    69516956        }
     6957#endif
    69526958
    69536959        /*
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