Re: [Xen-devel] [PATCH 2/7] add current_time function to time manager

2018-04-09 Thread Roger Pau Monné
On Wed, Apr 04, 2018 at 03:50:49PM +, Pawel Wieczorkiewicz wrote: > From: Paul Semel > > this function returns the "epoch" time > > Signed-off-by: Paul Semel > > cr https://code.amazon.com/reviews/CR-786224 > --- > common/time.c | 16

[Xen-devel] [PATCH 2/7] add current_time function to time manager

2018-04-04 Thread Pawel Wieczorkiewicz
From: Paul Semel this function returns the "epoch" time Signed-off-by: Paul Semel cr https://code.amazon.com/reviews/CR-786224 --- common/time.c | 16 include/xtf/time.h | 4 2 files changed, 20 insertions(+) diff --git