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

2018-01-12 Thread Alistair Francis
On Thu, Jan 11, 2018 at 10:29 AM, Philippe Mathieu-Daudé wrote: > On Tue, Jan 9, 2018 at 3:50 PM, Alistair Francis > wrote: >> Initial commit of the ZynqMP RTC device. >> >> Signed-off-by: Alistair Francis >> --- >> >> hw/timer/Makefile.objs | 1 + >> hw/timer/xlnx-zynqmp-rtc.c

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

2018-01-11 Thread Philippe Mathieu-Daudé
On Tue, Jan 9, 2018 at 3:50 PM, Alistair Francis wrote: > Initial commit of the ZynqMP RTC device. > > Signed-off-by: Alistair Francis > --- > > hw/timer/Makefile.objs | 1 + > hw/timer/xlnx-zynqmp-rtc.c | 232 > + > include/hw/timer/xln

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

2018-01-11 Thread Alistair Francis
On Thu, Jan 11, 2018 at 3:57 AM, Peter Maydell wrote: > On 9 January 2018 at 18:50, Alistair Francis > wrote: >> Initial commit of the ZynqMP RTC device. >> >> Signed-off-by: Alistair Francis > > Hi -- did you forget to send the cover letter for this series, or > did the mailing list server drop

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

2018-01-11 Thread Peter Maydell
On 9 January 2018 at 18:50, Alistair Francis wrote: > Initial commit of the ZynqMP RTC device. > > Signed-off-by: Alistair Francis Hi -- did you forget to send the cover letter for this series, or did the mailing list server drop it? I only see the 3 patch mails... thanks -- PMM

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

2018-01-09 Thread Alistair Francis
Initial commit of the ZynqMP RTC device. Signed-off-by: Alistair Francis --- hw/timer/Makefile.objs | 1 + hw/timer/xlnx-zynqmp-rtc.c | 232 + include/hw/timer/xlnx-zynqmp-rtc.h | 84 ++ 3 files changed, 317 insertions(+) c