VirtualBox

Changeset 97157 in vbox


Ignore:
Timestamp:
Oct 14, 2022 12:13:50 PM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:10092 todo regarding eager de-registeration of the VMX APIC-access page.

File:
1 edited

Legend:

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

    r97042 r97157  
    1000010000    }
    1000110001
     10002    /** @todo This isn't ideal but works for now as nested-hypervisors generally play
     10003     *        nice because the spec states that this page should be modified only when
     10004     *        no CPU refers to it VMX non-root mode. Nonetheless, we could use an atomic
     10005     *        reference counter to ensure the aforementioned condition before
     10006     *        de-registering the page.  */
    1000210007    LogFunc(("Accessed outside VMX non-root mode, deregistering page handler for %#RGp\n", GCPhysPage));
    1000310008    int const rc = PGMHandlerPhysicalDeregister(pVM, GCPhysPage);
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