Re: [Xen-devel] [PATCH v2 02/13] libxc: support new xenstore domain flag in libxc

2016-01-06 Thread Juergen Gross
On 06/01/16 16:52, Ian Campbell wrote: > On Fri, 2015-12-18 at 14:14 +0100, Juergen Gross wrote: >> Support the xenstore domain flag for obtaining domain info. >> >> Signed-off-by: Juergen Gross >> --- >> tools/libxc/include/xenctrl.h | 2 +- >> tools/libxc/xc_domain.c | 17 +--

Re: [Xen-devel] [PATCH v2 02/13] libxc: support new xenstore domain flag in libxc

2016-01-06 Thread Ian Campbell
On Fri, 2015-12-18 at 14:14 +0100, Juergen Gross wrote: > Support the xenstore domain flag for obtaining domain info. > > Signed-off-by: Juergen Gross > --- >  tools/libxc/include/xenctrl.h |  2 +- >  tools/libxc/xc_domain.c   | 17 + >  2 files changed, 10 insertions(+), 9 del

[Xen-devel] [PATCH v2 02/13] libxc: support new xenstore domain flag in libxc

2015-12-18 Thread Juergen Gross
Support the xenstore domain flag for obtaining domain info. Signed-off-by: Juergen Gross --- tools/libxc/include/xenctrl.h | 2 +- tools/libxc/xc_domain.c | 17 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/in