Re: [Qemu-devel] [RFC PATCH 02/14] NUMA: check if the total numa memory size is equal to ram_size

2013-12-11 Thread Eric Blake
On 12/11/2013 05:19 AM, Paolo Bonzini wrote: > From: Wanlong Gao > > 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 talb, then the guest will ignore the wrong ACPI table s/talb/table/ > and recognize all memo

[Qemu-devel] [RFC PATCH 02/14] NUMA: check if the total numa memory size is equal to ram_size

2013-12-11 Thread Paolo Bonzini
From: Wanlong Gao 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 talb, then the guest will ignore the wrong ACPI table and recognize all memory to one node. It's buggy, we should check it to ensure that we write th