Re: [PATCH v5 0/4] Add virtio_rtc module

2025-02-25 Thread Peter Hilber
On Tue, Feb 25, 2025 at 07:18:59AM -0500, Michael S. Tsirkin wrote: > On Wed, Feb 19, 2025 at 08:32:55PM +0100, Peter Hilber wrote: > > This series implements a driver for a virtio-rtc device conforming to spec > > proposal v7 [1]. It includes a PTP clock driver and an RTC class driver > > with ala

Re: [PATCH v5 0/4] Add virtio_rtc module

2025-02-25 Thread Michael S. Tsirkin
On Wed, Feb 19, 2025 at 08:32:55PM +0100, Peter Hilber wrote: > This series implements a driver for a virtio-rtc device conforming to spec > proposal v7 [1]. It includes a PTP clock driver and an RTC class driver > with alarm. > > v5 updates > == > > Important changes compared to the prev

[PATCH v5 0/4] Add virtio_rtc module

2025-02-19 Thread Peter Hilber
This series implements a driver for a virtio-rtc device conforming to spec proposal v7 [1]. It includes a PTP clock driver and an RTC class driver with alarm. v5 updates == Important changes compared to the previous driver series [3] are: - Update to spec proposal v7 [1]. - Fix multiple