Changeset 84576 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 27, 2020 5:18:25 PM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r84575 r84576 677 677 CHECK_ERROR_BREAK(console, SleepButton()); 678 678 } 679 #ifdef VBOX_WITH_GUEST_CONTROL 679 680 else if ( !strcmp(a->argv[1], "reboot") 680 681 || !strcmp(a->argv[1], "shutdown")) /* With shutdown we mean gracefully powering off the VM by letting the guest OS do its thing. */ … … 698 699 } 699 700 } 701 #endif 700 702 else if (!strcmp(a->argv[1], "keyboardputscancode")) 701 703 { -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r84575 r84576 833 833 "%s controlvm %s <uuid|vmname>\n" 834 834 " pause|resume|reset|poweroff|savestate|\n" 835 #ifdef VBOX_WITH_GUEST_CONTROL 835 836 " reboot|shutdown|\n" 837 #endif 836 838 " acpipowerbutton|acpisleepbutton|\n" 837 839 " keyboardputscancode <hex> [<hex> ...]|\n"
Note:
See TracChangeset
for help on using the changeset viewer.