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 memory to one node. It's buggy, we should > check it to ensure that we write the right data to ACPI table. > > Signed-off-by: Wanlong Gao > Signed-off-by: Paolo Bonzini > --- > numa.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) > + } > + if (numa_total != ram_size) { > + fprintf(stderr, "qemu: numa nodes total memory size " > + "should equal to ram_size\n"); s/to // -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org