summaryrefslogtreecommitdiffstats
path: root/include/sysemu/sysemu.h
diff options
context:
space:
mode:
authorAlejandro Jimenez2020-12-11 17:52:43 +0100
committerPaolo Bonzini2020-12-15 18:51:57 +0100
commite6dba0481363ad343c5f984dd4de3dd06d79ee68 (patch)
tree8c970cec81095fd7cb39f9b8b011f335f4bf5ec2 /include/sysemu/sysemu.h
parentmonitor: allow quitting while in preconfig state (diff)
downloadqemu-e6dba0481363ad343c5f984dd4de3dd06d79ee68.tar.gz
qemu-e6dba0481363ad343c5f984dd4de3dd06d79ee68.tar.xz
qemu-e6dba0481363ad343c5f984dd4de3dd06d79ee68.zip
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Add a QMP command to allow for the behaviors specified by the -no-reboot and -no-shutdown command line option to be set at runtime. The new command is named set-action and takes optional arguments, named after an event, that provide a corresponding action to take. Example: -> { "execute": "set-action", "arguments": { "reboot": "none", "shutdown": "poweroff", "watchdog": "debug" } } <- { "return": {} } Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com> Message-Id: <1607705564-26264-4-git-send-email-alejandro.j.jimenez@oracle.com> [Split the series differently, with -action based on the QMP command. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu/sysemu.h')
-rw-r--r--include/sysemu/sysemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index e8f463ff30..8fae667172 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -43,8 +43,6 @@ extern int win2k_install_hack;
extern int alt_grab;
extern int ctrl_grab;
extern int graphic_rotate;
-extern int no_shutdown;
-extern int no_reboot;
extern int old_param;
extern int boot_menu;
extern bool boot_strict;