Changeset 47789 in vbox
- Timestamp:
- Aug 16, 2013 9:01:25 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88050
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r47619 r47789 580 580 /** PCI passthru is not supported by this build. */ 581 581 #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) 582 587 /** @} */ 583 588
Note:
See TracChangeset
for help on using the changeset viewer.