VirtualBox

Ignore:
Timestamp:
Feb 2, 2009 3:25:18 PM (16 years ago)
Author:
vboxsync
Message:

Got rid of the aliased hack that directly manipulates shadow page table entries; use the right way by going through the PGM pool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r16463 r16465  
    819819            case PGMPHYSHANDLERTYPE_PHYSICAL_WRITE:
    820820            case PGMPHYSHANDLERTYPE_PHYSICAL_ALL:
     821            case PGMPHYSHANDLERTYPE_MMIO: /* @note Only use when clearing aliased mmio ranges! */
    821822            {
    822823                /*
     
    842843             * Invalid.
    843844             */
    844             case PGMPHYSHANDLERTYPE_MMIO:
    845                 AssertMsgFailed(("Can't reset type %d!\n",  pCur->enmType));
    846                 rc = VERR_INTERNAL_ERROR;
    847                 break;
    848 
    849845            default:
    850846                AssertMsgFailed(("Invalid type %d! Corruption!\n",  pCur->enmType));
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