VirtualBox

Changeset 99369 in vbox


Ignore:
Timestamp:
Apr 10, 2023 11:36:09 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156784
Message:

VMM/IEM: @todo regarding nested VMX APIC page access handler management in IEM. bugref:10318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp

    r99362 r99369  
    71927192         * See Intel spec. 24.11.4 "Software Access to Related Structures".
    71937193         */
     7194        /** @todo r=bird: The lazy deregistration of the page is potentially slightly
     7195         *        problematic, as the guest may cause us to create lots of access
     7196         *        handler entries.  However, any slowdown or similar effects should
     7197         *        only ever affect the guest itself, so not a big issue.  Though, I
     7198         *        wish there was most recently used approach or something to tracking
     7199         *        these... */
    71947200        PVMCC pVM = pVCpu->CTX_SUFF(pVM);
    71957201        int rc = PGMHandlerPhysicalRegisterVmxApicAccessPage(pVM, GCPhysApicAccess, pVM->iem.s.hVmxApicAccessPage);
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