Re: [PATCH v6 1/3] hw: rtc: Add Goldfish RTC device

2019-11-05 Thread Anup Patel
On Wed, Nov 6, 2019 at 4:54 AM Philippe Mathieu-Daudé wrote: > > Hi Anup, > > On 11/3/19 8:55 AM, Anup Patel wrote: > > This patch adds model for Google Goldfish virtual platform RTC device. > > > > We will be adding Goldfish RTC device to the QEMU RISC-V virt machine > > for providing real date-t

Re: [PATCH v6 1/3] hw: rtc: Add Goldfish RTC device

2019-11-05 Thread Philippe Mathieu-Daudé
Hi Anup, On 11/3/19 8:55 AM, Anup Patel wrote: This patch adds model for Google Goldfish virtual platform RTC device. We will be adding Goldfish RTC device to the QEMU RISC-V virt machine for providing real date-time to Guest Linux. The corresponding Linux driver for Goldfish RTC device is alre

[PATCH v6 1/3] hw: rtc: Add Goldfish RTC device

2019-11-03 Thread Anup Patel
This patch adds model for Google Goldfish virtual platform RTC device. We will be adding Goldfish RTC device to the QEMU RISC-V virt machine for providing real date-time to Guest Linux. The corresponding Linux driver for Goldfish RTC device is already available in upstream Linux. For now, VM migr