VirtualBox

Changeset 16457 in vbox


Ignore:
Timestamp:
Feb 2, 2009 1:05:07 PM (16 years ago)
Author:
vboxsync
Message:

Clear HCPhys of a reset MMIO range.

File:
1 edited

Legend:

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

    r16047 r16457  
    10321032            AssertRCReturn(rc, rc);
    10331033            PGM_PAGE_SET_HNDL_PHYS_STATE(pPage, pgmHandlerPhysicalCalcState(pCur));
     1034
     1035            /* MMIO has no backing memory; overwrite previously aliased physical address. */
     1036            if (pCur->enmType == PGMPHYSHANDLERTYPE_MMIO)
     1037                pPage->HCPhys = 0;
     1038
    10341039#ifndef IN_RC
    10351040            HWACCMInvalidatePhysPage(pVM, GCPhysPage);
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