Re: [Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore

2017-10-03 Thread Ian Jackson
Anthony PERARD writes ("Re: [Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore"): > Here is a patch that I think will work, if libxentoolcore is release in > Xen 4.10. Thanks very much. I have, more or less, adopted this. Thanks also for your other comments, which

Re: [Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore

2017-09-25 Thread Anthony PERARD
On Fri, Sep 22, 2017 at 02:14:16PM +0200, Juergen Gross wrote: > On 15/09/17 20:09, Ian Jackson wrote: > > Signed-off-by: Ian Jackson > > --- > > configure | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/configure b/configure > > index fd7e3a5..c59a0c0 100755 >

Re: [Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore

2017-09-25 Thread Juergen Gross
On 25/09/17 17:08, Anthony PERARD wrote: > On Fri, Sep 22, 2017 at 02:14:16PM +0200, Juergen Gross wrote: >> On 15/09/17 20:09, Ian Jackson wrote: >>> Signed-off-by: Ian Jackson >>> --- >>> configure | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/configure b/co

Re: [Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore

2017-09-25 Thread Anthony PERARD
On Fri, Sep 15, 2017 at 07:09:54PM +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Here is a patch that I think will work, if libxentoolcore is release in Xen 4.10. diff --git a/configure b/configure index 1

Re: [Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore

2017-09-22 Thread Juergen Gross
On 15/09/17 20:09, Ian Jackson wrote: > Signed-off-by: Ian Jackson > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure b/configure > index fd7e3a5..c59a0c0 100755 > --- a/configure > +++ b/configure > @@ -2072,14 +2072,14 @@ if test "$xen" !=

[Qemu-devel] [PATCH RFC 1/6] xen: link against xentoolcore

2017-09-15 Thread Ian Jackson
Signed-off-by: Ian Jackson --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index fd7e3a5..c59a0c0 100755 --- a/configure +++ b/configure @@ -2072,14 +2072,14 @@ if test "$xen" != "no" ; then $($pkg_config --modversion xencontrol |