Re: [Qemu-devel] [PATCH 13/14] timer: ds-rtc model ds1375

2018-07-16 Thread David Gibson
On Thu, Jul 05, 2018 at 11:20:00AM -0700, Michael Davidsaver wrote: > differences from ds1338 > > * Has alarms (not modeled) > * different control register (not modeled) > * smaller address space (0x20 vs. 0x40) > > Signed-off-by: Michael Davidsaver > Reviewed-by: Peter Maydell Reviewed-by: Da

[Qemu-devel] [PATCH 13/14] timer: ds-rtc model ds1375

2018-07-05 Thread Michael Davidsaver
differences from ds1338 * Has alarms (not modeled) * different control register (not modeled) * smaller address space (0x20 vs. 0x40) Signed-off-by: Michael Davidsaver Reviewed-by: Peter Maydell --- hw/timer/ds-rtc.c | 30 -- 1 file changed, 28 insertions(+), 2 dele

Re: [Qemu-devel] [PATCH 13/14] timer: ds-rtc model ds1375

2018-04-13 Thread Peter Maydell
On 24 March 2018 at 19:24, Michael Davidsaver wrote: > differences from ds1338 > > * Has alarms (not modeled) > * different control register (not modeled) > * smaller address space (0x20 vs. 0x40) > > Signed-off-by: Michael Davidsaver > --- > hw/timer/ds-rtc.c | 30 --

[Qemu-devel] [PATCH 13/14] timer: ds-rtc model ds1375

2018-03-24 Thread Michael Davidsaver
differences from ds1338 * Has alarms (not modeled) * different control register (not modeled) * smaller address space (0x20 vs. 0x40) Signed-off-by: Michael Davidsaver --- hw/timer/ds-rtc.c | 30 -- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/hw/ti