- Timestamp:
- Jul 27, 2018 8:00:39 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123994
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r73327 r73376 1779 1779 if (pInfo->fNemProt & NEM_PAGE_PROT_WRITE) 1780 1780 { 1781 Log4(("nemHCWinHandleMemoryAccessPageCheckerCallback: %RGp - #3\n", GCPhys)); 1781 if (pInfo->u2OldNemState == NEM_WIN_PAGE_STATE_WRITABLE) 1782 Log4(("nemHCWinHandleMemoryAccessPageCheckerCallback: %RGp - #3a\n", GCPhys)); 1783 else 1784 { 1785 pState->fCanResume = true; 1786 Log4(("nemHCWinHandleMemoryAccessPageCheckerCallback: %RGp - #3b (%s -> %s)\n", 1787 GCPhys, g_apszPageStates[pInfo->u2OldNemState], g_apszPageStates[u2State])); 1788 } 1782 1789 return VINF_SUCCESS; 1783 1790 } -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r73203 r73376 4768 4768 { 4769 4769 /* Try make it writable if requested. */ 4770 pInfo->u2OldNemState = PGM_PAGE_GET_NEM_STATE(pPage); 4770 4771 if (fMakeWritable) 4771 4772 switch (PGM_PAGE_GET_STATE(pPage))
Note:
See TracChangeset
for help on using the changeset viewer.