* [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
@ 2012-07-26 10:09 Anthony PERARD
2012-07-26 14:05 ` Stefano Stabellini
2012-07-26 14:12 ` Andreas Färber
0 siblings, 2 replies; 4+ messages in thread
From: Anthony PERARD @ 2012-07-26 10:09 UTC (permalink / raw)
To: QEMU-devel; +Cc: Anthony PERARD, Stefano Stabellini
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 <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;
}
--
Anthony PERARD
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
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
1 sibling, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2012-07-26 14:05 UTC (permalink / raw)
To: Anthony PERARD; +Cc: QEMU-devel, Stefano Stabellini
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 <anthony.perard@citrix.com>
>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.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;
> }
> --
> Anthony PERARD
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
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
2012-07-26 14:16 ` Stefano Stabellini
1 sibling, 1 reply; 4+ messages in thread
From: Andreas Färber @ 2012-07-26 14:12 UTC (permalink / raw)
To: Anthony PERARD, Stefano Stabellini; +Cc: QEMU-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Fix xen probe with Xen 4.2 and later.
2012-07-26 14:12 ` Andreas Färber
@ 2012-07-26 14:16 ` Stefano Stabellini
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2012-07-26 14:16 UTC (permalink / raw)
To: Andreas Färber; +Cc: Anthony Perard, QEMU-devel, Stefano Stabellini
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
On Thu, 26 Jul 2012, Andreas Färber wrote:
> 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?
Yep, I'll submit a pull request with the fixup.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-26 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-07-26 14:16 ` Stefano Stabellini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).