VirtualBox

Changeset 65398 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 22, 2017 11:55:51 AM (8 years ago)
Author:
vboxsync
Message:

PGMAllBth.h: Trap0eHandlerGuestFault: Fixed missing X86_TRAP_RSVD flag for invalid entries in paging structures.

File:
1 edited

Legend:

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

    r64696 r65398  
    121121                     ? uErr & (X86_TRAP_PF_RW | X86_TRAP_PF_US | X86_TRAP_PF_ID)
    122122                     : uErr & (X86_TRAP_PF_RW | X86_TRAP_PF_US);
    123     if (pGstWalk->Core.fBadPhysAddr)
     123    if (   pGstWalk->Core.fRsvdError
     124        || pGstWalk->Core.fBadPhysAddr)
    124125    {
    125126        uNewErr |= X86_TRAP_PF_RSVD | X86_TRAP_PF_P;
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