VirtualBox

Changeset 42372 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 24, 2012 9:50:16 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79454
Message:

SELM: Moving the code around and replacing two AssertRelease+VERR_NOT_SUPPORTED/IMPLEMENTED with proper status codes. Should be an real changes in this commit, just making the SELMR3UpdateFromCPUM code more managable.

File:
1 edited

Legend:

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

    r42192 r42372  
    990990/** The guest LDT selector is out of bounds. */
    991991#define VERR_SELM_LDT_OUT_OF_BOUNDS         (-2506)
     992/** Unknown error while reading the guest GDT during shadow table updating. */
     993#define VERR_SELM_GDT_READ_ERROR            (-2507)
     994/** The guest GDT so full that we cannot find free space for our own
     995 * selectors. */
     996#define VERR_SELM_GDT_TOO_FULL              (-2508)
    992997/** @} */
    993998
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette