Changeset 97157 in vbox
- Timestamp:
- Oct 14, 2022 12:13:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r97042 r97157 10000 10000 } 10001 10001 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. */ 10002 10007 LogFunc(("Accessed outside VMX non-root mode, deregistering page handler for %#RGp\n", GCPhysPage)); 10003 10008 int const rc = PGMHandlerPhysicalDeregister(pVM, GCPhysPage);
Note:
See TracChangeset
for help on using the changeset viewer.