Searched hist:efabbc07e96b502acb4927743964dde132d75ded (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | pxa2xx_timer.c | diff efabbc07e96b502acb4927743964dde132d75ded Mon Feb 26 08:07:23 CST 2024 Abhiram Tilak <atp.exp@gmail.com> misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_perform_action()
A few watchdog devices use qemu_system_reset_request(). This is not ideal since behaviour of watchdog-expiry can't be changed by QMP using `watchdog_action`. As stated in BiteSizedTasks wiki page, instead of using qemu_system_reset_request() to reset when a watchdog timer expires, let watchdog_perform_action() decide what to do.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2124 Signed-off-by: Abhiram Tilak <atp.exp@gmail.com> Message-id: 20240216192612.30838-5-atp.exp@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|