aboutsummaryrefslogtreecommitdiff
path: root/include/standard-headers
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2023-08-31 09:45:18 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-08-31 09:45:18 +0100
commitc0a63857282afebaeed606a3dca803bb3bfb6aa3 (patch)
treef574b414e4bc8e1bf9dd799043126ae8bc617f88 /include/standard-headers
parent279695a4a4472c41d8764317e4fae04d93ee2b42 (diff)
downloadqemu-c0a63857282afebaeed606a3dca803bb3bfb6aa3.zip
qemu-c0a63857282afebaeed606a3dca803bb3bfb6aa3.tar.gz
qemu-c0a63857282afebaeed606a3dca803bb3bfb6aa3.tar.bz2
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>
Diffstat (limited to 'include/standard-headers')
0 files changed, 0 insertions, 0 deletions