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

2018-02-27 Thread Philippe Mathieu-Daudé
On 02/27/2018 03:52 PM, Alistair Francis wrote: > Allow the guest to determine the time set from the QEMU command line. > > This includes adding a trace event to debug the new time. > > Signed-off-by: Alistair Francis Reviewed-by: Philippe Mathieu-Daudé > --- > V7: > - Make the current_tm lo

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

2018-02-27 Thread Alistair Francis
Allow the guest to determine the time set from the QEMU command line. This includes adding a trace event to debug the new time. Signed-off-by: Alistair Francis --- V7: - Make the current_tm local to init V6: - Migrate tick_offset and add a pre_save call V5: - Recalculate tick_offset after mig