; Anup Patel
> Subject: Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine
>
>
> On Tue, Sep 24, 2019 at 08:42:36AM +, Anup Patel wrote:
> > This series adds RTC device to QEMU RISC-V virt machine. We have
> > selected Goldfish RTC device model for this. It
On Tue, Sep 24, 2019 at 08:42:36AM +, Anup Patel wrote:
> This series adds RTC device to QEMU RISC-V virt machine. We have
> selected Goldfish RTC device model for this. It's a pretty simple
> synthetic device with few MMIO registers and no dependency external
> clock. The driver for Goldfish
kar ;
> > Bastian Koppelmann ; Atish Patra
> > ; qemu-ri...@nongnu.org; qemu-
> > de...@nongnu.org; Anup Patel
> > Subject: Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine
> >
> >
> > On Tue, Sep 24, 2019 at 08:42:36AM +, Anup Patel wrote:
&
; Anup Patel
> Subject: Re: [PATCH 0/2] RTC support for QEMU RISC-V virt machine
>
> On Fri, Sep 27, 2019 at 12:05:43PM +, Anup Patel wrote:
> >
> >
> > > -Original Message-
> > > From: Richard W.M. Jones
> > > Sent: Friday, September
This series adds RTC device to QEMU RISC-V virt machine. We have
selected Goldfish RTC device model for this. It's a pretty simple
synthetic device with few MMIO registers and no dependency external
clock. The driver for Goldfish RTC is already available in Linux so
we just need to enable it in Kco