- Timestamp:
- Sep 26, 2022 5:44:29 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r96746 r96880 6016 6016 RTGCPHYS const GCPhysApicAccess = pVmcsNstGst->u64AddrApicAccess.u; 6017 6017 6018 /* Disabling this since we adjust the shadow page table permissions in (SyncHandlerPte). */ 6019 #if 0 6018 6020 /** @todo NSTVMX: This is not really correct but currently is required to make 6019 6021 * things work. We need to re-enable the page handler when we fallback to 6020 6022 * IEM execution of the nested-guest! */ 6021 6023 PGMHandlerPhysicalPageTempOff(pVM, GCPhysApicAccess, GCPhysApicAccess); 6024 #endif 6022 6025 6023 6026 void *pvPage; … … 6940 6943 } 6941 6944 6945 /* Disabling this since we adjust the shadow page table permissions in (SyncHandlerPte). */ 6946 #if 0 6942 6947 /* 6943 6948 * Undo temporary disabling of the APIC-access page monitoring we did in hmR0VmxMergeVmcsNested. … … 6950 6955 PGMHandlerPhysicalReset(pVCpu->CTX_SUFF(pVM), GCPhysApicAccess); 6951 6956 } 6957 #endif 6952 6958 6953 6959 /*
Note:
See TracChangeset
for help on using the changeset viewer.