VirtualBox

Changeset 104516 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
May 4, 2024 1:53:42 AM (7 months ago)
Author:
vboxsync
Message:

VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa drv situation and valid ring-0 IN instructions to same port. Untested. TODO: NEM. bugref:9735 bugref:10683

File:
1 edited

Legend:

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

    r104407 r104516  
    32723272/** @} */
    32733273
     3274/** @name Guest Compatibility Manage Status Codes.
     3275 * @{
     3276 */
     3277/** The intercepted situation was completely handled, continue execution. */
     3278#define VINF_GCM_HANDLED                            (7600)
     3279/** The intercepted instruction handled, advance RIP and continue execution. */
     3280#define VINF_GCM_HANDLED_ADVANCE_RIP                (7601)
     3281/** The intercepted operation was not handled, take default action. */
     3282#define VERR_GCM_NOT_HANDLED                        (-7602)
     3283/** @} */
     3284
    32743285/* SED-END */
    32753286
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