Re: [Xen-devel] [PATCH v4 7/7] add sleep, msleep and NOW() macros to time manager

2018-04-17 Thread Roger Pau Monné
On Mon, Apr 16, 2018 at 12:45:17PM +0200, Paul Semel wrote: > On 04/13/2018 03:55 PM, Roger Pau Monné wrote: > > > those are helpful macro to use the time manager correctly > > > > > > Signed-off-by: Paul Semel > > > --- > > > > > > Notes: > > > v4: > > > - new patch version > > > > >

Re: [Xen-devel] [PATCH v4 7/7] add sleep, msleep and NOW() macros to time manager

2018-04-16 Thread Paul Semel
On 04/13/2018 03:55 PM, Roger Pau Monné wrote: those are helpful macro to use the time manager correctly Signed-off-by: Paul Semel --- Notes: v4: - new patch version common/time.c | 10 ++ include/xtf/time.h | 12 2 files changed, 22 insertions(+) diff

Re: [Xen-devel] [PATCH v4 7/7] add sleep, msleep and NOW() macros to time manager

2018-04-13 Thread Roger Pau Monné
On Tue, Apr 10, 2018 at 09:17:01PM +0200, Paul Semel wrote: > those are helpful macro to use the time manager correctly > > Signed-off-by: Paul Semel > --- > > Notes: > v4: > - new patch version > > common/time.c | 10 ++ > include/xtf/time.h | 12 > 2 files c

[Xen-devel] [PATCH v4 7/7] add sleep, msleep and NOW() macros to time manager

2018-04-10 Thread Paul Semel
those are helpful macro to use the time manager correctly Signed-off-by: Paul Semel --- Notes: v4: - new patch version common/time.c | 10 ++ include/xtf/time.h | 12 2 files changed, 22 insertions(+) diff --git a/common/time.c b/common/time.c index 7515eb0..