Re: [Qemu-devel] [PATCH v3] Fixes related to processing of qemu's -numa option

2012-07-10 Thread Eduardo Habkost
On Thu, Jul 05, 2012 at 09:49:40AM -0700, Chegu Vinod wrote: > Changes since v2: >- Using "unsigned long *" for the node_cpumask[]. >- Use bitmap_new() instead of g_malloc0() for allocation. >- Don't rely on "max_cpus" since it may not be initialized > before the numa related qemu

[Qemu-devel] [PATCH v3] Fixes related to processing of qemu's -numa option

2012-07-05 Thread Chegu Vinod
Changes since v2: - Using "unsigned long *" for the node_cpumask[]. - Use bitmap_new() instead of g_malloc0() for allocation. - Don't rely on "max_cpus" since it may not be initialized before the numa related qemu options are parsed & processed. Note: Continuing to use a new constant