From: "Andreas Färber" <afaerber@suse.de>
To: Anthony PERARD <anthony.perard@citrix.com>,
Stefano Stabellini <stefano.stabellini@citrix.com>
Cc: QEMU-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
Date: Thu, 26 Jul 2012 16:12:13 +0200 [thread overview]
Message-ID: <5011503D.6020701@suse.de> (raw)
In-Reply-To: <1343297347-5194-1-git-send-email-anthony.perard@citrix.com>
Am 26.07.2012 12:09, schrieb Anthony PERARD:
> The xs.h header is now deprecated and produce a warning. This prevent the
produces, prevents
Stefano, can you fix in your queue?
Regards,
/-F
> 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 <anthony.perard@citrix.com>
>
> ---
> 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;
> }
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-07-26 14:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-26 10:09 [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later Anthony PERARD
2012-07-26 14:05 ` Stefano Stabellini
2012-07-26 14:12 ` Andreas Färber [this message]
2012-07-26 14:16 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5011503D.6020701@suse.de \
--to=afaerber@suse.de \
--cc=anthony.perard@citrix.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@citrix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.