45bc669ee6
hw/watchdog: Constify VMState
...
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20231221031652.119827-62-richard.henderson@linaro.org >
2023-12-30 07:38:06 +11:00
88a9973e85
hw/watchdog/wdt_imx2: Trace timer activity
...
Signed-off-by: Bernhard Beschow <shentey@gmail.com >
Message-id: 20231028122415.14869-3-shentey@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2023-11-02 13:36:45 +00:00
18736a2141
hw/watchdog/wdt_imx2: Trace MMIO access
...
Signed-off-by: Bernhard Beschow <shentey@gmail.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Message-id: 20231028122415.14869-2-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2023-11-02 13:36:45 +00:00
5433af7697
watchdog: remove -watchdog option
...
This was deprecated in 6.2 and is ready to go. It removes quite a bit
of code that handled the registration of watchdog models.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-09-29 11:40:28 +02:00
b10cb62752
watchdog: add information from -watchdog help to -device help
...
List all watchdog devices in a separate category, and populate
their descriptions.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2021-11-02 15:57:27 +01:00
daca13d495
hw/watchdog: Implement full i.MX watchdog support
...
Implement full support for the watchdog in i.MX systems.
Pretimeout support is optional because the watchdog hardware
on i.MX31 does not support pretimeouts.
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Message-id: 20200517162135.110364-3-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
[PMM: added Property array terminator entry]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
2020-05-21 20:00:18 +01:00
37f95959c7
hw: Move i.MX watchdog driver to hw/watchdog
...
In preparation for a full implementation, move i.MX watchdog driver
from hw/misc to hw/watchdog. While at it, add the watchdog files
to MAINTAINERS.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Message-id: 20200517162135.110364-2-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2020-05-21 20:00:18 +01:00