VirtualBox

Ignore:
Timestamp:
Oct 8, 2020 8:17:31 AM (4 years ago)
Author:
vboxsync
Message:

VMM/PGM: Working on eliminating page table bitfield use (PAE PTEs). bugref:9841 bugref:9746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r86475 r86487  
    875875                        }
    876876                        else if (   PGMSHWPTEPAE_IS_RW(pShwPT->a[j])
    877                                  && !pGstPT->a[j].n.u1Write)
     877                                 && !(pGstPT->a[j].u & X86_PTE_RW))
    878878                        {
    879879                            if (fFirstMsg)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette