Re: [Qemu-devel] [PATCH v2 03/21] hw: timer: Add ASPEED RTC device

2019-07-04 Thread Peter Maydell
On Thu, 4 Jul 2019 at 08:49, Joel Stanley wrote: > > On Tue, 2 Jul 2019 at 19:19, Peter Maydell wrote: > > > > On Tue, 18 Jun 2019 at 17:53, Cédric Le Goater wrote: > > > > > > From: Joel Stanley > > > > > > The RTC is modeled to provide time and date functionality. It is > > > initialised at z

Re: [Qemu-devel] [PATCH v2 03/21] hw: timer: Add ASPEED RTC device

2019-07-04 Thread Joel Stanley
On Tue, 2 Jul 2019 at 19:19, Peter Maydell wrote: > > On Tue, 18 Jun 2019 at 17:53, Cédric Le Goater wrote: > > > > From: Joel Stanley > > > > The RTC is modeled to provide time and date functionality. It is > > initialised at zero to match the hardware. > > > > There is no modelling of the alar

Re: [Qemu-devel] [PATCH v2 03/21] hw: timer: Add ASPEED RTC device

2019-07-02 Thread Peter Maydell
On Tue, 18 Jun 2019 at 17:53, Cédric Le Goater wrote: > > From: Joel Stanley > > The RTC is modeled to provide time and date functionality. It is > initialised at zero to match the hardware. > > There is no modelling of the alarm functionality, which includes the IRQ > line. As there is no guest

[Qemu-devel] [PATCH v2 03/21] hw: timer: Add ASPEED RTC device

2019-06-18 Thread Cédric Le Goater
From: Joel Stanley The RTC is modeled to provide time and date functionality. It is initialised at zero to match the hardware. There is no modelling of the alarm functionality, which includes the IRQ line. As there is no guest code to exercise this function that is acceptable for now. Signed-of