Re: [Xen-devel] [PATCH v4 6/7] add mspin_sleep function to time manager

2018-04-13 Thread Roger Pau Monné
On Tue, Apr 10, 2018 at 09:17:00PM +0200, Paul Semel wrote: > this function uses mspin_sleep to spin sleep for t milliseconds > > Signed-off-by: Paul Semel > --- > > Notes: > v4: > - new patch version > > common/time.c | 6 ++ > include/xtf/time.h | 1 + >

[Xen-devel] [PATCH v4 6/7] add mspin_sleep function to time manager

2018-04-10 Thread Paul Semel
this function uses mspin_sleep to spin sleep for t milliseconds Signed-off-by: Paul Semel --- Notes: v4: - new patch version common/time.c | 6 ++ include/xtf/time.h | 1 + 2 files changed, 7 insertions(+) diff --git a/common/time.c b/common/time.c index