From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJqqN-0005bT-KI for qemu-devel@nongnu.org; Tue, 28 Nov 2017 20:07:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJqqJ-0002Hx-2a for qemu-devel@nongnu.org; Tue, 28 Nov 2017 20:07:19 -0500 Received: from mail.cn.fujitsu.com ([183.91.158.132]:36326 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJqqI-0002Ej-N4 for qemu-devel@nongnu.org; Tue, 28 Nov 2017 20:07:15 -0500 References: <20171005203638.19255-1-ehabkost@redhat.com> <20171005203638.19255-3-ehabkost@redhat.com> <20171128160817.1cb9a9b1@redhat.com> From: Dou Liyang Message-ID: <3e9cab89-519f-dc8e-b371-cb0cb1514eac@cn.fujitsu.com> Date: Wed, 29 Nov 2017 09:06:56 +0800 MIME-Version: 1.0 In-Reply-To: <20171128160817.1cb9a9b1@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed 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: Igor Mammedov , Eduardo Habkost Cc: Peter Maydell , qemu-devel@nongnu.org Hi Igor, At 11/28/2017 11:08 PM, Igor Mammedov wrote: > 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. > Yes, Thanks so much for your reminder. I will do that. Thanks, dou. > > >