Re: [Xen-devel] Re: [Qemu-devel] [PATCH V11 03/15] xen: Support new libxc calls from xen unstable.

2011-03-28 Thread Anthony PERARD
On Wed, Mar 23, 2011 at 10:43, Alexander Graf wrote: > > On 01.03.2011, at 19:35, anthony.per...@citrix.com wrote: > >> From: Anthony PERARD >> >> This patch updates the libxenctrl calls in Qemu to use the new interface, >> otherwise Qemu wouldn't be able to build against new versions of the >> l

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

2011-03-23 Thread Alexander Graf
On 01.03.2011, at 19:35, anthony.per...@citrix.com wrote: > From: Anthony PERARD > > This patch updates 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 check libxenctrl version in configure, from Xe

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

2011-03-01 Thread anthony . perard
From: Anthony PERARD This patch updates 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 check libxenctrl version in configure, from Xen 3.3.0 to Xen unstable. Signed-off-by: Anthony PERARD Signed-off-by: St