[PATCH 1/1] goldfish_rtc: keep time offset when resetting

2025-04-05 Thread Heinrich Schuchardt
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 the RTC with the system clock to the instance realization. Re

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

2025-03-22 Thread Anup Patel
On Fri, Mar 21, 2025 at 1:43 PM 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 synchroniz