qemu-e2k/hw/watchdog
Paolo Bonzini 22afb46e7c watchdog: remove select_watchdog_action
Instead of invoking select_watchdog_action from both HMP and command line,
go directly from HMP to QMP and use QemuOpts as the intermediary for the
command line.

This makes -watchdog-action explicitly a shortcut for "-action watchdog",
so that "-watchdog-action" and "-action watchdog" override each other
based on the position on the command line; previously, "-action watchdog"
always won.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-11-02 15:57:27 +01:00
..
Kconfig hw/watchdog: Implement SBSA watchdog device 2020-10-27 11:10:44 +00:00
cmsdk-apb-watchdog.c clock: Add ClockEvent parameter to callbacks 2021-03-08 17:20:01 +00:00
meson.build hw/watchdog: Implement SBSA watchdog device 2020-10-27 11:10:44 +00:00
sbsa_gwdt.c watchdog: add information from -watchdog help to -device help 2021-11-02 15:57:27 +01:00
trace-events aspeed/wdt: Add trace events 2021-10-12 08:20:08 +02:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
watchdog.c watchdog: remove select_watchdog_action 2021-11-02 15:57:27 +01:00
wdt_aspeed.c watchdog: add information from -watchdog help to -device help 2021-11-02 15:57:27 +01:00
wdt_diag288.c watchdog: add information from -watchdog help to -device help 2021-11-02 15:57:27 +01:00
wdt_i6300esb.c watchdog: add information from -watchdog help to -device help 2021-11-02 15:57:27 +01:00
wdt_ib700.c watchdog: add information from -watchdog help to -device help 2021-11-02 15:57:27 +01:00
wdt_imx2.c watchdog: add information from -watchdog help to -device help 2021-11-02 15:57:27 +01:00