Re: [libvirt] [PATCH v4 7/9] use virBitmap to store cells' cpumask info.

2012-09-17 Thread Laine Stump
On 09/14/2012 07:22 AM, Daniel P. Berrange wrote: > On Fri, Sep 14, 2012 at 03:47:02PM +0800, Hu Tao wrote: >> --- >> src/conf/cpu_conf.c | 17 ++--- >> src/conf/cpu_conf.h |3 ++- >> src/qemu/qemu_command.c | 43 +++ >> 3 files c

Re: [libvirt] [PATCH v4 7/9] use virBitmap to store cells' cpumask info.

2012-09-14 Thread Daniel P. Berrange
On Fri, Sep 14, 2012 at 03:47:02PM +0800, Hu Tao wrote: > --- > src/conf/cpu_conf.c | 17 ++--- > src/conf/cpu_conf.h |3 ++- > src/qemu/qemu_command.c | 43 +++ > 3 files changed, 15 insertions(+), 48 deletions(-) ACK Daniel --

[libvirt] [PATCH v4 7/9] use virBitmap to store cells' cpumask info.

2012-09-14 Thread Hu Tao
--- src/conf/cpu_conf.c | 17 ++--- src/conf/cpu_conf.h |3 ++- src/qemu/qemu_command.c | 43 +++ 3 files changed, 15 insertions(+), 48 deletions(-) diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c index 87e9540..48d5740 10