Re: [PATCH-for-10.0 1/1] goldfish_rtc: keep time offset when resetting

2025-04-05 Thread Heinrich Schuchardt
On 21.03.25 17:08, Philippe Mathieu-Daudé wrote: Hi Heinrich, On 21/3/25 09:12, Heinrich Schuchardt wrote: Currently resetting leads to resynchronizing the Goldfish RTC with the system clock of the host. In real hardware an RTC reset would not change the wall time. Other RTCs like pl031 do not

Re: [PATCH-for-10.0 1/1] goldfish_rtc: keep time offset when resetting

2025-03-27 Thread Philippe Mathieu-Daudé
Hi Heinrich, On 21/3/25 09:12, Heinrich Schuchardt wrote: Currently resetting leads to resynchronizing the Goldfish RTC with the system clock of the host. In real hardware an RTC reset would not change the wall time. Other RTCs like pl031 do not show this behavior. Move the synchronization of t

Re: [PATCH-for-10.0 1/1] goldfish_rtc: keep time offset when resetting

2025-03-22 Thread Philippe Mathieu-Daudé
On 21/3/25 17:10, Heinrich Schuchardt wrote: On 21.03.25 17:08, Philippe Mathieu-Daudé wrote: Hi Heinrich, On 21/3/25 09:12, Heinrich Schuchardt wrote: Currently resetting leads to resynchronizing the Goldfish RTC with the system clock of the host. In real hardware an RTC reset would not chang