Changeset 73277 in vbox for trunk/include/VBox
- Timestamp:
- Jul 20, 2018 6:30:34 PM (7 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r73275 r73277 453 453 /** No page directory available for the hypervisor. */ 454 454 #define VERR_PGM_NO_HYPERVISOR_ADDRESS (-1619) 455 /** The shadow page pool was flushed. 456 * This means that a global CR3 sync was flagged. Anyone receiving this kind of status 457 * will have to get down to a SyncCR3 ASAP. See also VINF_PGM_SYNC_CR3. 458 * @todo r=bird: This error code isn't used anymore... */ 459 #define VERR_PGM_POOL_FLUSHED (-1620) 460 /** The shadow page pool was cleared. 461 * This is a error code internal to the shadow page pool, it will be 462 * converted to a VERR_PGM_POOL_FLUSHED before leaving the pool code. */ 463 #define VERR_PGM_POOL_CLEARED (-1621) 455 456 464 457 /** The returned shadow page is cached. */ 465 458 #define VINF_PGM_CACHED_PAGE 1622 -
trunk/include/VBox/err.mac
r69202 r73277 179 179 %define VERR_PGM_PHYS_PAGE_RESERVED (-1618) 180 180 %define VERR_PGM_NO_HYPERVISOR_ADDRESS (-1619) 181 %define VERR_PGM_POOL_FLUSHED (-1620)182 %define VERR_PGM_POOL_CLEARED (-1621)183 181 %define VINF_PGM_CACHED_PAGE 1622 184 182 %define VINF_PGM_GCPHYS_ALIASED 1623
Note:
See TracChangeset
for help on using the changeset viewer.