[libvirt] [PATCH v4 9/9] remove virDomainCpuSetFormat and virDomainCpuSetParse

Laine Stump laine at laine.org
Mon Sep 17 19:04:40 UTC 2012


On 09/14/2012 07:24 AM, Daniel P. Berrange wrote:
> On Fri, Sep 14, 2012 at 03:47:04PM +0800, Hu Tao wrote:
>> virBitmap is recommanded to store cpuset info, and
>> virBitmapFormat/virBitmapParse can do the format/parse
>> jobs.
>> ---
>>  src/conf/domain_conf.c   |  196 ----------------------------------------------
>>  src/conf/domain_conf.h   |    7 --
>>  src/libvirt_private.syms |    2 -
>>  3 files changed, 205 deletions(-)
> ACK
>
>
> Daniel

I actually needed to add a PATCH 8.5/9 that removed two remaining uses
of virDomainCpuSetParse/virDomainCpuSetFormat from xen in order to get
this to build successfully.

Since that is really a separate deal from this patch's purpose of
removing virDomainCpuSet*, I left it as a separate patch (but pushed it
prior to this one).

Pushed.




More information about the libvir-list mailing list