VirtualBox

Changeset 73277 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 20, 2018 6:30:34 PM (7 years ago)
Author:
vboxsync
Message:

PGM: Eliminated the unused VERR_PGM_POOL_FLUSHED and VERR_PGM_POOL_CLEARED status codes. Found checking out PGMHCChangeMode. bugref:9044

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r73275 r73277  
    453453/** No page directory available for the hypervisor. */
    454454#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
    464457/** The returned shadow page is cached. */
    465458#define VINF_PGM_CACHED_PAGE                1622
  • trunk/include/VBox/err.mac

    r69202 r73277  
    179179%define VERR_PGM_PHYS_PAGE_RESERVED    (-1618)
    180180%define VERR_PGM_NO_HYPERVISOR_ADDRESS    (-1619)
    181 %define VERR_PGM_POOL_FLUSHED    (-1620)
    182 %define VERR_PGM_POOL_CLEARED    (-1621)
    183181%define VINF_PGM_CACHED_PAGE    1622
    184182%define VINF_PGM_GCPHYS_ALIASED    1623
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