All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: Remove -lxencall for Xen detection
@ 2017-05-11 11:35 Anthony PERARD
  2017-05-15 23:49 ` Stefano Stabellini
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony PERARD @ 2017-05-11 11:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefano Stabellini, Anthony PERARD

QEMU does not depends on libxencall, it was added because it was a
missing link dependency of libxendevicemodel, but now the later should
be built properly.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7c020c076b..fa3522d18a 100755
--- a/configure
+++ b/configure
@@ -2014,7 +2014,7 @@ if test "$xen" != "no" ; then
   else
 
     xen_libs="-lxenstore -lxenctrl -lxenguest"
-    xen_stable_libs="-lxencall -lxenforeignmemory -lxengnttab -lxenevtchn"
+    xen_stable_libs="-lxenforeignmemory -lxengnttab -lxenevtchn"
 
     # First we test whether Xen headers and libraries are available.
     # If no, we are done and there is no Xen support.
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: Remove -lxencall for Xen detection
  2017-05-11 11:35 [Qemu-devel] [PATCH] configure: Remove -lxencall for Xen detection Anthony PERARD
@ 2017-05-15 23:49 ` Stefano Stabellini
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Stabellini @ 2017-05-15 23:49 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: qemu-devel, Stefano Stabellini

On Thu, 11 May 2017, Anthony PERARD wrote:
> QEMU does not depends on libxencall, it was added because it was a
> missing link dependency of libxendevicemodel, but now the later should
> be built properly.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 7c020c076b..fa3522d18a 100755
> --- a/configure
> +++ b/configure
> @@ -2014,7 +2014,7 @@ if test "$xen" != "no" ; then
>    else
>  
>      xen_libs="-lxenstore -lxenctrl -lxenguest"
> -    xen_stable_libs="-lxencall -lxenforeignmemory -lxengnttab -lxenevtchn"
> +    xen_stable_libs="-lxenforeignmemory -lxengnttab -lxenevtchn"
>  
>      # First we test whether Xen headers and libraries are available.
>      # If no, we are done and there is no Xen support.
> -- 
> Anthony PERARD
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-15 23:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-11 11:35 [Qemu-devel] [PATCH] configure: Remove -lxencall for Xen detection Anthony PERARD
2017-05-15 23:49 ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.