qemu/hw/rtc
Peter Maydell ad80e36744 hw, target: Add ResetType argument to hold and exit phase methods
We pass a ResetType argument to the Resettable class enter
phase method, but we don't pass it to hold and exit, even though
the callsites have it readily available. This means that if
a device cared about the ResetType it would need to record it
in the enter phase method to use later on. Pass the type to
all three of the phase methods to avoid having to do that.

Commit created with

  for dir in hw target include; do \
      spatch --macro-file scripts/cocci-macro-file.h \
             --sp-file scripts/coccinelle/reset-type.cocci \
             --keep-comments --smpl-spacing --in-place \
             --include-headers --dir $dir; done

and no manual edits.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Luc Michel <luc.michel@amd.com>
Message-id: 20240412160809.1260625-5-peter.maydell@linaro.org
2024-04-25 10:21:06 +01:00
..
allwinner-rtc.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
aspeed_rtc.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
ds1338.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
exynos4210_rtc.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
goldfish_rtc.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
Kconfig hw/loongarch: Add LoongArch ls7a rtc device support 2022-06-06 18:14:13 +00:00
ls7a_rtc.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
m41t80.c Replace qemu_gettimeofday() with g_get_real_time() 2022-04-06 10:50:37 +02:00
m48t59-internal.h hw/timer/m48t59: Convert debug printf()s to trace events 2020-02-06 10:51:24 +01:00
m48t59-isa.c hw/isa: Remove empty ISADeviceClass structure 2023-02-27 22:29:01 +01:00
m48t59.c misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_action() 2024-02-27 13:01:41 +00:00
mc146818rtc.c hw, target: Add ResetType argument to hold and exit phase methods 2024-04-25 10:21:06 +01:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
pl031.c pl031: Update last RTCLR value on write in case it's read back 2024-02-27 13:01:41 +00:00
sun4v-rtc.c hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later 2024-03-07 12:54:56 +00:00
trace-events docs: fix references to docs/devel/tracing.rst 2021-06-02 06:51:09 +02:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
twl92230.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00
xlnx-zynqmp-rtc.c hw/rtc: Constify VMState 2023-12-30 07:38:06 +11:00