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

2018-01-16 Thread Alistair Francis
On Mon, Jan 15, 2018 at 5:35 AM, Peter Maydell wrote: > On 12 January 2018 at 22:37, 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 >> --- >>

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

2018-01-15 Thread Peter Maydell
On 12 January 2018 at 22:37, 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 > --- > - Convert DB_PRINT() macro to trace > > hw/timer/trace-events

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

2018-01-12 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 --- - Convert DB_PRINT() macro to trace hw/timer/trace-events | 3 +++ hw/timer/xlnx-zynqmp-rtc.c | 23