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

2012-07-26 Thread Stefano Stabellini
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.

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

2012-07-26 Thread Andreas Färber
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 anymo

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

2012-07-26 Thread 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 prob