mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
monitor: Add watchdog_action argument completion
Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
committed by
Luiz Capitulino
parent
8e5977797d
commit
d0ece345cb
@ -1359,6 +1359,7 @@ ETEXI
|
||||
.params = "[reset|shutdown|poweroff|pause|debug|none]",
|
||||
.help = "change watchdog action",
|
||||
.mhandler.cmd = do_watchdog_action,
|
||||
.command_completion = watchdog_action_completion,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
Reference in New Issue
Block a user