- Timestamp:
- Feb 9, 2009 2:58:51 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r16591 r16592 161 161 162 162 /* Fake PDPT entry; access control handled on the page table level, so allow everything. */ 163 PdpeSrc.u = X86_PDPE_P | X86_PDPE_A; /* rw/us are reserved for PAE pdpte's.*/163 PdpeSrc.u = X86_PDPE_P; /* rw/us are reserved for PAE pdpte's; accessed bit causes invalid VT-x guest state errors */ 164 164 # endif 165 165 rc = pgmShwSyncPaePDPtr(pVM, pvFault, &PdpeSrc, &pPDDst); … … 2963 2963 2964 2964 /* Fake PDPT entry; access control handled on the page table level, so allow everything. */ 2965 PdpeSrc.u = X86_PDPE_P | X86_PDPE_A; /* rw/us are reserved for PAE pdpte's.*/2965 PdpeSrc.u = X86_PDPE_P; /* rw/us are reserved for PAE pdpte's; accessed bit causes invalid VT-x guest state errors */ 2966 2966 # endif 2967 2967 int rc = pgmShwSyncPaePDPtr(pVM, GCPtrPage, &PdpeSrc, &pPDDst);
Note:
See TracChangeset
for help on using the changeset viewer.