VirtualBox

Changeset 60683 in vbox


Ignore:
Timestamp:
Apr 25, 2016 11:42:10 AM (8 years ago)
Author:
vboxsync
Message:

EM: VINF_EM_TRIPLE_FAULT -> DBGFEVENT_DEV_STOP instead of hypervisor trouble.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r60404 r60683  
    877877                rc = DBGFR3EventSrc(pVM, DBGFEVENT_DEV_STOP, "VERR_REM_TOO_MANY_TRAPS", 0, NULL, NULL);
    878878                break;
     879            case VINF_EM_TRIPLE_FAULT:    /** @todo Make a guru meditation event! */
     880                rc = DBGFR3EventSrc(pVM, DBGFEVENT_DEV_STOP, "VINF_EM_TRIPLE_FAULT", 0, NULL, NULL);
     881                break;
    879882
    880883            default: /** @todo don't use default for guru, but make special errors code! */
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