Changeset 99369 in vbox
- Timestamp:
- Apr 10, 2023 11:36:09 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156784
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r99362 r99369 7192 7192 * See Intel spec. 24.11.4 "Software Access to Related Structures". 7193 7193 */ 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... */ 7194 7200 PVMCC pVM = pVCpu->CTX_SUFF(pVM); 7195 7201 int rc = PGMHandlerPhysicalRegisterVmxApicAccessPage(pVM, GCPhysApicAccess, pVM->iem.s.hVmxApicAccessPage);
Note:
See TracChangeset
for help on using the changeset viewer.