Re: [Xen-devel] [PATCH RFC 08/31] tools/stubs: Expose host featureset to userspace

2016-01-05 Thread Ian Campbell
On Tue, 2016-01-05 at 16:19 +, Andrew Cooper wrote: > On 05/01/16 16:09, Ian Campbell wrote: > > On Tue, 2016-01-05 at 15:59 +, Andrew Cooper wrote: > > > On 05/01/16 15:36, Ian Campbell wrote: > > > > On Wed, 2015-12-16 at 21:24 +, Andrew Cooper wrote: > > > > > diff --git a/tools/libx

Re: [Xen-devel] [PATCH RFC 08/31] tools/stubs: Expose host featureset to userspace

2016-01-05 Thread Andrew Cooper
On 05/01/16 16:09, Ian Campbell wrote: > On Tue, 2016-01-05 at 15:59 +, Andrew Cooper wrote: >> On 05/01/16 15:36, Ian Campbell wrote: >>> On Wed, 2015-12-16 at 21:24 +, Andrew Cooper wrote: diff --git a/tools/libxc/xc_misc.c b/tools/libxc/xc_misc.c index c613545..4d7af3d 100644 >

Re: [Xen-devel] [PATCH RFC 08/31] tools/stubs: Expose host featureset to userspace

2016-01-05 Thread Ian Campbell
On Tue, 2016-01-05 at 15:59 +, Andrew Cooper wrote: > On 05/01/16 15:36, Ian Campbell wrote: > > On Wed, 2015-12-16 at 21:24 +, Andrew Cooper wrote: > > > diff --git a/tools/libxc/xc_misc.c b/tools/libxc/xc_misc.c > > > index c613545..4d7af3d 100644 > > > --- a/tools/libxc/xc_misc.c > > > +

Re: [Xen-devel] [PATCH RFC 08/31] tools/stubs: Expose host featureset to userspace

2016-01-05 Thread Andrew Cooper
On 05/01/16 15:36, Ian Campbell wrote: > On Wed, 2015-12-16 at 21:24 +, Andrew Cooper wrote: >> diff --git a/tools/libxc/xc_misc.c b/tools/libxc/xc_misc.c >> index c613545..4d7af3d 100644 >> --- a/tools/libxc/xc_misc.c >> +++ b/tools/libxc/xc_misc.c >> @@ -718,6 +718,33 @@ int xc_hvm_inject_tra

Re: [Xen-devel] [PATCH RFC 08/31] tools/stubs: Expose host featureset to userspace

2016-01-05 Thread Ian Campbell
On Wed, 2015-12-16 at 21:24 +, Andrew Cooper wrote: > diff --git a/tools/libxc/xc_misc.c b/tools/libxc/xc_misc.c > index c613545..4d7af3d 100644 > --- a/tools/libxc/xc_misc.c > +++ b/tools/libxc/xc_misc.c > @@ -718,6 +718,33 @@ int xc_hvm_inject_trap( >  return rc; >  } >   > +int xc_get_fe

[Xen-devel] [PATCH RFC 08/31] tools/stubs: Expose host featureset to userspace

2015-12-16 Thread Andrew Cooper
Signed-off-by: Andrew Cooper --- CC: Ian Campbell CC: Ian Jackson CC: Wei Liu CC: David Scott CC: Rob Hoes --- tools/libxc/include/xenctrl.h | 3 +++ tools/libxc/xc_misc.c | 27 +++ tools/ocaml/libs/xc/xenctrl.ml | 3 +++ tools/ocaml/libs/xc