VirtualBox

Ignore:
Timestamp:
Aug 16, 2013 8:59:32 AM (11 years ago)
Author:
vboxsync
Message:

PGM: Added a new page type for the VT-x APIC access page MMIO alias instead of abusing the MMIO2 aliasing. There are important differences, we can safely access the MMIO2 page when aliased and save time doing so, while the alias created by IOMMMIOMapMMIOHCPage must not be accessed outside the VT-x execution AFAIK.

File:
1 edited

Legend:

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

    r46220 r47786  
    661661                if (   (   !PGM_PAGE_IS_ZERO(pPage)
    662662                        || fAllZero)
    663                     && !PGM_PAGE_IS_MMIO(pPage)
    664                     && PGM_PAGE_GET_TYPE(pPage) != PGMPAGETYPE_MMIO2_ALIAS_MMIO
     663                    && !PGM_PAGE_IS_MMIO_OR_ALIAS(pPage)
    665664                    && !PGM_PAGE_IS_BALLOONED(pPage))
    666665                {
     
    807806                && (   !PGM_PAGE_IS_ZERO(pPage)
    808807                    || fAllZero)
    809                 && !PGM_PAGE_IS_MMIO(pPage)
    810                 && PGM_PAGE_GET_TYPE(pPage) != PGMPAGETYPE_MMIO2_ALIAS_MMIO
     808                && !PGM_PAGE_IS_MMIO_OR_ALIAS(pPage)
    811809                && !PGM_PAGE_IS_BALLOONED(pPage))
    812810            {
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