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