VirtualBox

Changeset 14108 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 11, 2008 7:33:27 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39180
Message:

Added injectnmi option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r13964 r14108  
    447447                 "                            acpipowerbutton|acpisleepbutton|\n"
    448448                 "                            keyboardputscancode <hex> [<hex> ...]|\n"
     449                 "                            injectnmi|\n"
    449450                 "                            setlinkstate<1-4> on|off |\n"
    450451                 "                            usbattach <uuid>|<address> |\n"
     
    58085809            CHECK_ERROR_BREAK (console, SleepButton());
    58095810        }
     5811        else if (strcmp(argv[1], "injectnmi") == 0)
     5812        {
     5813            /* get the machine debugger. */
     5814            ComPtr <IMachineDebugger> debugger;
     5815            CHECK_ERROR_BREAK(console, COMGETTER(Debugger)(debugger.asOutParam()));
     5816            CHECK_ERROR_BREAK(debugger, InjectNMI());
     5817        }
    58105818        else if (strcmp(argv[1], "keyboardputscancode") == 0)
    58115819        {
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