[Xen-devel] [PATCH v3 6/6] xen/arm: set the system time in Xen via the XENPF_settime64 hypercall

2015-11-11 Thread Stefano Stabellini
If Linux is running as dom0, call XENPF_settime64 to update the system time in Xen on pvclock_gtod notifications. Signed-off-by: Stefano Stabellini --- Changes in v3: - s/%llu.%0u/%llu.%09u - in xen_pvclock_gtod_notify use the passed struct timekeeper pointer

Re: [Xen-devel] [PATCH v3 6/6] xen/arm: set the system time in Xen via the XENPF_settime64 hypercall

2015-11-11 Thread Arnd Bergmann
On Wednesday 11 November 2015 16:51:36 Stefano Stabellini wrote: > If Linux is running as dom0, call XENPF_settime64 to update the system > time in Xen on pvclock_gtod notifications. > > Signed-off-by: Stefano Stabellini > Acked-by: Arnd Bergmann