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

2011-02-25 Thread Anthony PERARD
On Fri, Feb 25, 2011 at 14:11, Anthony Liguori wrote: >>> I think I gave this feedback before but I'd really like to see static >>> inlines here. >>> >>> It's very likely that you'll either want to have tracing or some commands >>> can have a NULL function pointer in which case having a central lo

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

2011-02-25 Thread Anthony Liguori
On 02/25/2011 08:06 AM, Anthony PERARD wrote: On Thu, Feb 24, 2011 at 17:29, Anthony Liguori wrote: On 02/02/2011 08:49 AM, anthony.per...@citrix.com wrote: From: Anthony PERARD This patch adds a generic layer for xc calls, allowing us to choose between the xenner and xen implementa

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

2011-02-25 Thread Anthony PERARD
On Thu, Feb 24, 2011 at 17:29, Anthony Liguori wrote: > On 02/02/2011 08:49 AM, anthony.per...@citrix.com wrote: >> >> From: Anthony PERARD >> >> This patch adds a generic layer for xc calls, allowing us to choose >> between the >> xenner and xen implementations at runtime. >> >> It also update th

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

2011-02-24 Thread Anthony Liguori
On 02/02/2011 08:49 AM, anthony.per...@citrix.com wrote: From: Anthony PERARD This patch adds a generic layer for xc calls, allowing us to choose between the xenner and xen implementations at runtime. It also update the libxenctrl calls in Qemu to use the new interface, otherwise Qemu wouldn't

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

2011-02-02 Thread anthony . perard
From: Anthony PERARD This patch adds a generic layer for xc calls, allowing us to choose between the xenner and xen implementations at runtime. It also 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