VirtualBox

Changeset 47789 in vbox


Ignore:
Timestamp:
Aug 16, 2013 9:01:25 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88050
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/include/VBox/err.h

    r47619 r47789  
    580580/** PCI passthru is not supported by this build. */
    581581#define VERR_PGM_PCI_PASSTHRU_MISCONFIG         (-1682)
     582/** Too many MMIO2 ranges. */
     583#define VERR_PGM_TOO_MANY_MMIO2_RANGES          (-1683)
     584/** Internal processing error in the PGM physial page mapping code dealing
     585 * with MMIO2 pages. */
     586#define VERR_PGM_PHYS_PAGE_MAP_MMIO2_IPE        (-1684)
    582587/** @} */
    583588
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