Re: [Qemu-devel] [PATCH v1 2/3] xlnx-zynqmp-rtc: Add basic time support

2018-01-11 Thread Philippe Mathieu-Daudé
On 01/09/2018 03:50 PM, Alistair Francis wrote: > Allow the guest to determine the time set from the QEMU command line. > > Signed-off-by: Alistair Francis > --- > > hw/timer/xlnx-zynqmp-rtc.c | 24 > include/hw/timer/xlnx-zynqmp-rtc.h | 2 ++ > 2 files changed

[Qemu-devel] [PATCH v1 2/3] xlnx-zynqmp-rtc: Add basic time support

2018-01-09 Thread Alistair Francis
Allow the guest to determine the time set from the QEMU command line. Signed-off-by: Alistair Francis --- hw/timer/xlnx-zynqmp-rtc.c | 24 include/hw/timer/xlnx-zynqmp-rtc.h | 2 ++ 2 files changed, 26 insertions(+) diff --git a/hw/timer/xlnx-zynqmp-rtc.c b/hw