Re: [Qemu-devel] [PATCH v4 1/3] xlnx-zynqmp-rtc: Initial commit

2018-01-19 Thread Alistair Francis
On Fri, Jan 19, 2018 at 11:22 AM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > On 01/19/2018 03:35 PM, Alistair Francis wrote: >> Initial commit of the ZynqMP RTC device. >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Delete unused realise function >> - Remove DB_PRINT() >> >> in

Re: [Qemu-devel] [PATCH v4 1/3] xlnx-zynqmp-rtc: Initial commit

2018-01-19 Thread Philippe Mathieu-Daudé
Hi Alistair, On 01/19/2018 03:35 PM, Alistair Francis wrote: > Initial commit of the ZynqMP RTC device. > > Signed-off-by: Alistair Francis > --- > V2: > - Delete unused realise function > - Remove DB_PRINT() > > include/hw/timer/xlnx-zynqmp-rtc.h | 84 ++ > hw/timer/xlnx-zynqmp

[Qemu-devel] [PATCH v4 1/3] xlnx-zynqmp-rtc: Initial commit

2018-01-19 Thread Alistair Francis
Initial commit of the ZynqMP RTC device. Signed-off-by: Alistair Francis --- V2: - Delete unused realise function - Remove DB_PRINT() include/hw/timer/xlnx-zynqmp-rtc.h | 84 ++ hw/timer/xlnx-zynqmp-rtc.c | 218 + hw/timer/Makefile.objs