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
..
2023-08-31 09:45:17 +01:00
2023-03-24 11:45:46 +01:00
2023-01-08 01:54:22 -05:00
2023-08-23 12:06:39 +02:00
2023-07-11 00:11:25 +02:00
2023-02-08 07:16:23 +01:00
2023-07-25 17:13:53 +03:00
2023-08-31 09:45:17 +01:00
2023-07-07 06:32:53 -03:00
2023-07-25 17:13:45 +03:00
2023-01-08 01:54:22 -05:00
2023-08-23 12:06:39 +02:00
2023-03-20 12:43:50 +01:00
2023-03-20 12:43:50 +01:00
2022-11-08 11:13:48 +01:00