Searched hist:"4 d28d57c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/rtc/ |
H A D | pl031.c | 4d28d57c Mon Feb 26 08:07:24 CST 2024 Jessica Clarke <jrtc27@jrtc27.com> pl031: Update last RTCLR value on write in case it's read back
The PL031 allows you to read RTCLR, which is meant to give you the last value written. PL031State has an lr field which is used when reading from RTCLR, and is present in the VM migration state, but we never actually update it, so it always reads as its initial 0 value.
Cc: qemu-stable@nongnu.org Signed-off-by: Jessica Clarke <jrtc27@jrtc27.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20240222000341.1562443-1-jrtc27@jrtc27.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|