Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-11 Thread Bernhard Beschow
Am 7. März 2025 19:18:34 UTC schrieb Bernhard Beschow : > > >Am 4. März 2025 18:53:10 UTC schrieb Bernhard Beschow : >> >> >>Am 23. Februar 2025 11:47:08 UTC schrieb Bernhard Beschow : >>>The implementation just allows Linux to determine date and time. >>> >>>Signed-off-by: Bernhard Beschow >>>

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-11 Thread Philippe Mathieu-Daudé
On 11/3/25 16:49, Corey Minyard wrote: On Tue, Mar 11, 2025 at 10:20:03AM +0100, Philippe Mathieu-Daudé wrote: On 11/3/25 08:34, Bernhard Beschow wrote: Am 7. März 2025 19:18:34 UTC schrieb Bernhard Beschow : Am 4. März 2025 18:53:10 UTC schrieb Bernhard Beschow : Am 23. Februar 2025 11

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-11 Thread Corey Minyard
On Tue, Mar 11, 2025 at 10:20:03AM +0100, Philippe Mathieu-Daudé wrote: > On 11/3/25 08:34, Bernhard Beschow wrote: > > > > > > Am 7. März 2025 19:18:34 UTC schrieb Bernhard Beschow : > > > > > > > > > Am 4. März 2025 18:53:10 UTC schrieb Bernhard Beschow : > > > > > > > > > > > > Am 23. Febr

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-11 Thread Fabiano Rosas
Bernhard Beschow writes: > The implementation just allows Linux to determine date and time. > > Signed-off-by: Bernhard Beschow For qtest: Acked-by: Fabiano Rosas

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-11 Thread Philippe Mathieu-Daudé
On 11/3/25 08:34, Bernhard Beschow wrote: Am 7. März 2025 19:18:34 UTC schrieb Bernhard Beschow : Am 4. März 2025 18:53:10 UTC schrieb Bernhard Beschow : Am 23. Februar 2025 11:47:08 UTC schrieb Bernhard Beschow : The implementation just allows Linux to determine date and time. Signed-o

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-07 Thread Bernhard Beschow
Am 4. März 2025 18:53:10 UTC schrieb Bernhard Beschow : > > >Am 23. Februar 2025 11:47:08 UTC schrieb Bernhard Beschow : >>The implementation just allows Linux to determine date and time. >> >>Signed-off-by: Bernhard Beschow >>--- >> MAINTAINERS| 2 + >> hw/rtc/rs5c372.c

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-03-04 Thread Bernhard Beschow
Am 23. Februar 2025 11:47:08 UTC schrieb Bernhard Beschow : >The implementation just allows Linux to determine date and time. > >Signed-off-by: Bernhard Beschow >--- > MAINTAINERS| 2 + > hw/rtc/rs5c372.c | 236 + > tests/qtest/rs5c3

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-02-23 Thread Bernhard Beschow
Am 10. Februar 2025 22:48:24 UTC schrieb Bernhard Beschow : > > >Am 10. Februar 2025 14:26:00 UTC schrieb "Philippe Mathieu-Daudé" >: >>On 6/2/25 22:58, Bernhard Beschow wrote: >>> >>> >>> Am 6. Februar 2025 17:32:31 UTC schrieb Peter Maydell >>> : On Tue, 4 Feb 2025 at 09:21, Bernhard

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-02-10 Thread Bernhard Beschow
Am 10. Februar 2025 14:26:00 UTC schrieb "Philippe Mathieu-Daudé" : >On 6/2/25 22:58, Bernhard Beschow wrote: >> >> >> Am 6. Februar 2025 17:32:31 UTC schrieb Peter Maydell >> : >>> On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: The implementation just allows Linux to deter

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-02-10 Thread Philippe Mathieu-Daudé
On 6/2/25 22:58, Bernhard Beschow wrote: Am 6. Februar 2025 17:32:31 UTC schrieb Peter Maydell : On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: The implementation just allows Linux to determine date and time. Signed-off-by: Bernhard Beschow --- MAINTAINERS | 1 + hw/rt

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-02-06 Thread Bernhard Beschow
Am 6. Februar 2025 17:32:31 UTC schrieb Peter Maydell : >On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: >> >> The implementation just allows Linux to determine date and time. >> >> Signed-off-by: Bernhard Beschow >> --- >> MAINTAINERS | 1 + >> hw/rtc/rs5c372.c| 227 +

Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

2025-02-06 Thread Peter Maydell
On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: > > The implementation just allows Linux to determine date and time. > > Signed-off-by: Bernhard Beschow > --- > MAINTAINERS | 1 + > hw/rtc/rs5c372.c| 227 > hw/rtc/Kconfig | 5