On 09/17/2012 02:58 PM, Eric Blake wrote:
On 09/17/2012 12:51 PM, Laine Stump wrote:
> The final patch in Hu Tao's series to enhance virBitmap actually
> removes virDomainCpuSetParse and virDomainCpuSetFormat as "no longer
> used", and the rest of the series hadn't taken care of two uses of
> virDomainCpuSetParse in the xen code.
>
> This patch replaces those with appropriate virBitmap functions. It
> should be pushed prior to the patch removing virDomainCpuSetParse.
> ---
> src/xen/xen_driver.c | 14 ++++++++------
> src/xen/xend_internal.c | 24 +++++++++++++-----------
> 2 files changed, 21 insertions(+), 17 deletions(-)
ACK.
Thanks! Pushed.