qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later


From: Stefano Stabellini
Subject: Re: [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
Date: Thu, 26 Jul 2012 15:05:22 +0100
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

On Thu, 26 Jul 2012, Anthony PERARD wrote:
> The xs.h header is now deprecated and produce a warning. This prevent the
> configure script from enabling xen with Xen unstable whom will become 4.2. As
> this header is not anymore common to every version of Xen, we just remove it
> from the early probe for Xen.
> 
> Signed-off-by: Anthony PERARD <address@hidden>
> 

Acked-by: Stefano Stabellini <address@hidden>

>  configure |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index cef0a71..b13adb0 100755
> --- a/configure
> +++ b/configure
> @@ -1381,7 +1381,6 @@ if test "$xen" != "no" ; then
>    # Xen (any)
>    cat > $TMPC <<EOF
>  #include <xenctrl.h>
> -#include <xs.h>
>  int main(void) {
>    return 0;
>  }
> -- 
> Anthony PERARD
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]