
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.