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

2014-02-26 Thread Paolo Bonzini
Il 26/02/2014 18:15, Eduardo Habkost ha scritto: On Mon, Feb 17, 2014 at 04:49:44PM +0100, Igor Mammedov 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 table, then the guest will ignore

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

2014-02-26 Thread Eduardo Habkost
On Mon, Feb 17, 2014 at 04:49:44PM +0100, Igor Mammedov 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 table, then the guest will ignore the wrong ACPI table > and recognize all m

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

2014-02-17 Thread Igor Mammedov
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 table, 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 t