RE: [PATCH v2 0/2] RTC support for QEMU RISC-V virt machine

2019-09-24 Thread Anup Patel
i...@nongnu.org; qemu- > de...@nongnu.org; Anup Patel > Subject: Re: [PATCH v2 0/2] RTC support for QEMU RISC-V virt machine > > Hi Anup, > > On 9/24/19 3:11 PM, Anup Patel wrote: > > This series adds RTC device to QEMU RISC-V virt machine. We have > > selected Goldfish RTC

Re: [PATCH v2 0/2] RTC support for QEMU RISC-V virt machine

2019-09-24 Thread Philippe Mathieu-Daudé
Hi Anup, On 9/24/19 3:11 PM, 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 RTC is alread

[PATCH v2 0/2] RTC support for QEMU RISC-V virt machine

2019-09-24 Thread Anup Patel
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