Re: [Qemu-devel] [PATCH v3.2 02/31] NUMA: check if the total numa memory size is equal to ram_size

2014-06-08 Thread Michael S. Tsirkin
On Wed, May 14, 2014 at 05:43:06PM +0800, Hu Tao wrote: From: Wanlong Gao gaowanl...@cn.fujitsu.com If the total number of the assigned numa nodes memory is not equal to the assigned ram size, it will write the wrong data to ACPI table, then the guest will ignore the wrong ACPI table and

Re: [Qemu-devel] [PATCH v3.2 02/31] NUMA: check if the total numa memory size is equal to ram_size

2014-06-08 Thread Hu Tao
On Sun, Jun 08, 2014 at 01:09:46PM +0300, Michael S. Tsirkin wrote: On Wed, May 14, 2014 at 05:43:06PM +0800, Hu Tao wrote: From: Wanlong Gao gaowanl...@cn.fujitsu.com If the total number of the assigned numa nodes memory is not equal to the assigned ram size, it will write the wrong

[Qemu-devel] [PATCH v3.2 02/31] NUMA: check if the total numa memory size is equal to ram_size

2014-05-14 Thread Hu Tao
From: Wanlong Gao gaowanl...@cn.fujitsu.com If the total number of the assigned numa nodes memory is not equal to the assigned ram size, it will write the wrong data to ACPI table, then the guest will ignore the wrong ACPI table and recognize all memory to one node. It's buggy, we should check it