On Wed, 18 Aug 2010, Gerd Hoffmann wrote:
>Hi,
>
> > I mean we can add them to libxc so that there is no need for this patch
> > anymore.
>
> That would be great. When adding the xen bits initially I've tried to
> avoid hard dependencies on specific xen versions. There are some ifdefs
> i
Hi,
I mean we can add them to libxc so that there is no need for this patch
anymore.
That would be great. When adding the xen bits initially I've tried to
avoid hard dependencies on specific xen versions. There are some ifdefs
in the qemu code to support compiling with various xen versio
On Thu, 12 Aug 2010, Paolo Bonzini wrote:
> On 08/12/2010 10:09 AM, stefano.stabell...@eu.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.
>
> What's th
On Thu, 12 Aug 2010, Stefano Stabellini wrote:
> On Thu, 12 Aug 2010, Paolo Bonzini wrote:
> > On 08/12/2010 10:09 AM, stefano.stabell...@eu.citrix.com wrote:
> > > From: Anthony PERARD
> > >
> > > Update the libxenctrl calls in Qemu to use the new interface, otherwise
> > > Qemu wouldn't be able t
On 08/12/2010 10:09 AM, stefano.stabell...@eu.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.
What's the earliest version of libxc that will be supported after thi