From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJhUo-0008V4-81 for qemu-devel@nongnu.org; Tue, 28 Nov 2017 10:08:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJhUi-0008Jq-LJ for qemu-devel@nongnu.org; Tue, 28 Nov 2017 10:08:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60264) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJhUi-0008JP-F4 for qemu-devel@nongnu.org; Tue, 28 Nov 2017 10:08:20 -0500 Date: Tue, 28 Nov 2017 16:08:17 +0100 From: Igor Mammedov Message-ID: <20171128160817.1cb9a9b1@redhat.com> In-Reply-To: <20171005203638.19255-3-ehabkost@redhat.com> References: <20171005203638.19255-1-ehabkost@redhat.com> <20171005203638.19255-3-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 2/9] ACPI/unit-test: Add a new testcase for RAM allocation in numa node List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Peter Maydell , Dou Liyang , qemu-devel@nongnu.org On Thu, 5 Oct 2017 17:36:31 -0300 Eduardo Habkost wrote: > From: Dou Liyang > > As QEMU supports the memory-less node, it is possible that there is > no RAM in the first numa node(also be called as node0). eg: > ... \ > -m 128,slots=3,maxmem=1G \ > -numa node -numa node,mem=128M \ > > But, this makes it hard for QEMU to build a known-to-work ACPI SRAT > table. Only fixing it is not enough. > > Add a testcase for this situation to make sure the ACPI table is > correct for guest. > > Suggested-by: Eduardo Habkost > Signed-off-by: Dou Liyang > Message-Id: <1504231805-30957-4-git-send-email-douly.fnst@cn.fujitsu.com> > Signed-off-by: Eduardo Habkost Pls retest/respin once dev window is open.