Re: [Qemu-devel] [PATCH v2 5/8] hw/timer: Add basic M41T80 emulation

2018-06-12 Thread David Gibson
On Wed, Jun 06, 2018 at 07:35:28PM +0200, BALATON Zoltan wrote: > On Wed, 6 Jun 2018, Philippe Mathieu-Daudé wrote: > > On 06/06/2018 10:31 AM, BALATON Zoltan wrote: > > > Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time > > > of day is implemented. Setting time and RTC alarm

Re: [Qemu-devel] [PATCH v2 5/8] hw/timer: Add basic M41T80 emulation

2018-06-06 Thread BALATON Zoltan
On Wed, 6 Jun 2018, Philippe Mathieu-Daudé wrote: On 06/06/2018 10:31 AM, BALATON Zoltan wrote: Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time of day is implemented. Setting time and RTC alarm are not supported. [...] diff --git a/hw/timer/m41t80.c b/hw/timer/m41t80.c n

Re: [Qemu-devel] [PATCH v2 5/8] hw/timer: Add basic M41T80 emulation

2018-06-06 Thread Philippe Mathieu-Daudé
On 06/06/2018 10:31 AM, BALATON Zoltan wrote: > Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time > of day is implemented. Setting time and RTC alarm are not supported. > > Signed-off-by: BALATON Zoltan > --- > MAINTAINERS | 1 + > default-configs/ppc-s

[Qemu-devel] [PATCH v2 5/8] hw/timer: Add basic M41T80 emulation

2018-06-06 Thread BALATON Zoltan
Basic emulation of the M41T80 serial (I2C) RTC chip. Only getting time of day is implemented. Setting time and RTC alarm are not supported. Signed-off-by: BALATON Zoltan --- MAINTAINERS | 1 + default-configs/ppc-softmmu.mak | 1 + hw/timer/Makefile.objs | 1 +