qemu-e2k/hw/rtc
Peter Maydell c0a6385728 hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
In the aspeed_rtc device we store a difference between two time_t
values in an 'int'. This is not really correct when time_t could
be 64 bits. Enlarge the field to 'int64_t'.

This is a migration compatibility break for the aspeed boards.
While we are changing the vmstate, remove the accidental
duplicate of the offset field.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
2023-08-31 09:45:18 +01:00
..
allwinner-rtc.c
aspeed_rtc.c hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference 2023-08-31 09:45:18 +01:00
ds1338.c
exynos4210_rtc.c
goldfish_rtc.c
Kconfig
ls7a_rtc.c
m41t80.c
m48t59-internal.h
m48t59-isa.c
m48t59.c hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm() 2023-08-31 09:45:17 +01:00
mc146818rtc.c
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
pl031.c
sun4v-rtc.c
trace-events
trace.h
twl92230.c hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec 2023-08-31 09:45:18 +01:00
xlnx-zynqmp-rtc.c