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

2025-04-04 Thread Lei Yang
On Tue, Mar 18, 2025 at 6:14 PM Peter Hilber wrote: > > On Tue, Mar 18, 2025 at 10:04:07AM +0800, Lei Yang wrote: > > QE tested this series of patches v6 with virtio-net regression tests, > > everything works fine. > > > > Tested-by: Lei Yang > > > > Hi Lei, > Hi Peter > thanks for the reply! Ho

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

2025-03-18 Thread Lei Yang
QE tested this series of patches v6 with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Fri, Mar 14, 2025 at 1:38 AM Peter Hilber wrote: > > This series implements a driver for a virtio-rtc device conforming to spec > proposal v8 [1]. It includes a PTP clock driver a

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

2025-03-18 Thread Peter Hilber
On Tue, Mar 18, 2025 at 10:04:07AM +0800, Lei Yang wrote: > QE tested this series of patches v6 with virtio-net regression tests, > everything works fine. > > Tested-by: Lei Yang > Hi Lei, thanks for the reply! However, I am not sure which virtio-net regression tests you are referring to, and

[PATCH v6 0/4] Add virtio_rtc module

2025-03-13 Thread Peter Hilber
This series implements a driver for a virtio-rtc device conforming to spec proposal v8 [1]. It includes a PTP clock driver and an RTC class driver with alarm. v6 updates == v6 fixes the PTP clock name length, and a few style issues, some of which resulted in warnings. Overview