Re: [Qemu-devel] [PATCH 2/6] pc/numa: refactor bios_init function

2013-02-04 Thread Blue Swirl
On Mon, Feb 4, 2013 at 2:27 AM, liguang wrote: > orginally, numa data was packed into an array, > which was implicit and hard to maintain, we > define a struct for this data, hope to be as > clear as enough. > also, we only pass cpumask of corresponding > nodes to seabios, and leave the paring wor

[Qemu-devel] [PATCH 2/6] pc/numa: refactor bios_init function

2013-02-03 Thread liguang
orginally, numa data was packed into an array, which was implicit and hard to maintain, we define a struct for this data, hope to be as clear as enough. also, we only pass cpumask of corresponding nodes to seabios, and leave the paring work for it. Signed-off-by: liguang --- hw/pc.c | 40 +