VirtualBox

Changeset 56080 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 26, 2015 2:36:27 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100604
Message:

IOM,HM: Let IEM take over the MMIO handling from IOM when VBOX_WITH_2ND_IEM_STEP is defined (currently disabled).

File:
1 edited

Legend:

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

    r56047 r56080  
    20592059/** Unknown or unrecognized SVM exit.  */
    20602060#define VERR_SVM_UNKNOWN_EXIT                       (-4060)
     2061/** Internal SVM processing error no 1. */
     2062#define VERR_SVM_IPE_1                              (-4061)
     2063/** Internal SVM processing error no 2. */
     2064#define VERR_SVM_IPE_2                              (-4062)
     2065/** Internal SVM processing error no 3. */
     2066#define VERR_SVM_IPE_3                              (-4063)
     2067/** Internal SVM processing error no 4. */
     2068#define VERR_SVM_IPE_4                              (-4064)
     2069/** Internal SVM processing error no 5. */
     2070#define VERR_SVM_IPE_5                              (-4065)
    20612071/** @} */
    20622072
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