Re: [Qemu-devel] [PATCH v3 1/2] hw: timer: Add ASPEED RTC device

2019-05-03 Thread Peter Maydell
On Tue, 30 Apr 2019 at 05:40, Joel Stanley wrote: > > 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 functi

[Qemu-devel] [PATCH v3 1/2] hw: timer: Add ASPEED RTC device

2019-04-29 Thread 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-off-by: Joel Stanley -