Re: [Xen-devel] [RFC PATCH 3/4] xl: introduce facility to run function with per-domain lock held

2017-06-14 Thread Wei Liu
On Wed, Jun 14, 2017 at 06:19:20PM +0100, Wei Liu wrote: > Signed-off-by: Wei Liu > --- > tools/xl/xl.h | 1 + > tools/xl/xl_utils.c | 19 +++ > tools/xl/xl_utils.h | 3 +++ > 3 files changed, 23 insertions(+) > > diff --git a/tools/xl/xl.h

[Xen-devel] [RFC PATCH 3/4] xl: introduce facility to run function with per-domain lock held

2017-06-14 Thread Wei Liu
Signed-off-by: Wei Liu --- tools/xl/xl.h | 1 + tools/xl/xl_utils.c | 19 +++ tools/xl/xl_utils.h | 3 +++ 3 files changed, 23 insertions(+) diff --git a/tools/xl/xl.h b/tools/xl/xl.h index 93ec4d7e4c..8d667ff444 100644 --- a/tools/xl/xl.h +++