Re: [Qemu-devel] [PATCH V6 02/15] xen: Support new libxc calls from xen unstable.

2010-11-15 Thread Stefano Stabellini
On Mon, 15 Nov 2010, Alexander Graf wrote: > > /* > > - * tweaks needed to build with different xen versions > > - * 0x00030205 -> 3.1.0 > > - * 0x00030207 -> 3.2.0 > > - * 0x00030208 -> unstable > > + * We don't support Xen prior to 3.3.0. > > */ > > -#include > > -#if __XEN_LATEST_INTERFACE_

Re: [Qemu-devel] [PATCH V6 02/15] xen: Support new libxc calls from xen unstable.

2010-11-15 Thread Alexander Graf
On 21.10.2010, at 19:36, anthony.per...@citrix.com wrote: > From: Anthony PERARD > > Update the libxenctrl calls in Qemu to use the new interface, otherwise > Qemu wouldn't be able to build against new versions of the library. > > We also check libxenctrl version in configure, from Xen 3.3.0 t

[Qemu-devel] [PATCH V6 02/15] xen: Support new libxc calls from xen unstable.

2010-10-21 Thread anthony . perard
From: Anthony PERARD Update the libxenctrl calls in Qemu to use the new interface, otherwise Qemu wouldn't be able to build against new versions of the library. We also check libxenctrl version in configure, from Xen 3.3.0 to Xen unstable. Signed-off-by: Anthony PERARD Signed-off-by: Stefano S