VirtualBox

Changeset 16592 in vbox for trunk


Ignore:
Timestamp:
Feb 9, 2009 2:58:51 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42558
Message:

Setting the accessed bit of PAE PDPTs causes an VT-x invalid guest state exit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r16591 r16592  
    161161
    162162    /* 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 */
    164164#    endif
    165165    rc = pgmShwSyncPaePDPtr(pVM, pvFault, &PdpeSrc, &pPDDst);
     
    29632963
    29642964        /* 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 */
    29662966#   endif
    29672967        int rc = pgmShwSyncPaePDPtr(pVM, GCPtrPage, &PdpeSrc, &pPDDst);
Note: See TracChangeset for help on using the changeset viewer.

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