Changeset 92757 in vbox for trunk/src/VBox
- Timestamp:
- Dec 6, 2021 9:48:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r92728 r92757 8252 8252 int rc2 = PGMGstModifyPage(pVCpu, GCPtrMem, 1, fAccessedDirty, ~(uint64_t)fAccessedDirty); 8253 8253 AssertRC(rc2); 8254 /** @todo Nested VMX: Accessed/dirty bit updates might fail and cause EPT8255 * violations/EPT misconfigs. */8254 /** @todo Nested VMX: Accessed/dirty bit currently not supported, asserted below. */ 8255 Assert(!(CPUMGetGuestIa32VmxEptVpidCap(pVCpu) & VMX_BF_EPT_VPID_CAP_ACCESS_DIRTY_MASK)); 8256 8256 } 8257 8257
Note:
See TracChangeset
for help on using the changeset viewer.