Changeset 93595 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 3, 2022 9:28:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r93554 r93595 3705 3705 { 3706 3706 /* 3707 * Page Table.3708 */3707 * Page Table. 3708 */ 3709 3709 const GSTPT *pPTSrc; 3710 3710 rc = PGM_GCPHYS_2_PTR_V2(pVM, pVCpu, PGM_A20_APPLY(pVCpu, GCPhysGst & ~(RTGCPHYS)(GUEST_PAGE_SIZE - 1)), … … 3782 3782 if (RT_FAILURE(rc)) 3783 3783 { 3784 # if 0 3784 3785 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 3785 3786 { … … 3789 3790 continue; 3790 3791 } 3792 # endif 3791 3793 } 3792 3794 else if (HCPhysShw != (HCPhys & SHW_PTE_PG_MASK)) … … 3802 3804 if (!pPhysPage) 3803 3805 { 3804 # if def IN_RING3 /** @todo make MMR3PageDummyHCPhys an 'All' function! */3806 # if 0 3805 3807 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 3806 3808 { … … 4016 4018 if (RT_FAILURE(rc)) 4017 4019 { 4020 # if 0 4018 4021 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 4019 4022 { … … 4022 4025 cErrors++; 4023 4026 } 4027 # endif 4024 4028 } 4025 4029 else if (HCPhysShw != (HCPhys & X86_PTE_PAE_PG_MASK)) … … 4034 4038 if (!pPhysPage) 4035 4039 { 4036 # if def IN_RING3/** @todo make MMR3PageDummyHCPhys an 'All' function! */4040 # if 0 /** @todo make MMR3PageDummyHCPhys an 'All' function! */ 4037 4041 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */ 4038 4042 {
Note:
See TracChangeset
for help on using the changeset viewer.