Changeset 70978 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 12, 2018 8:48:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r70977 r70978 895 895 { 896 896 uint8_t u2State = PGM_PAGE_GET_NEM_STATE(pPage); 897 intrc2 = NEMHCNotifyPhysPageAllocated(pVM, GCPhys & ~(RTGCPHYS)X86_PAGE_OFFSET_MASK, HCPhys,898 897 rc2 = NEMHCNotifyPhysPageAllocated(pVM, GCPhys & ~(RTGCPHYS)X86_PAGE_OFFSET_MASK, HCPhys, 898 pgmPhysPageCalcNemProtection(pPage, enmType), enmType, &u2State); 899 899 if (RT_SUCCESS(rc)) 900 900 PGM_PAGE_SET_NEM_STATE(pPage, u2State);
Note:
See TracChangeset
for help on using the changeset viewer.