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_
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
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