From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkMe4-0002HA-GF for qemu-devel@nongnu.org; Tue, 22 Aug 2017 23:47:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkMdz-0006yB-Gj for qemu-devel@nongnu.org; Tue, 22 Aug 2017 23:47:56 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:57393 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkMdw-0006u4-Az for qemu-devel@nongnu.org; Tue, 22 Aug 2017 23:47:51 -0400 References: <1503372250-5092-1-git-send-email-douly.fnst@cn.fujitsu.com> <20170823053601-mutt-send-email-mst@kernel.org> From: Dou Liyang Message-ID: Date: Wed, 23 Aug 2017 11:47:30 +0800 MIME-Version: 1.0 In-Reply-To: <20170823053601-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/2] hw/acpi-build: Fix ACPI SRAT Memory Affinity building List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, ehabkost@redhat.com, imammedo@redhat.com, pbonzini@redhat.com, rth@twiddle.net Hi Michael, At 08/23/2017 10:48 AM, Michael S. Tsirkin wrote: > On Tue, Aug 22, 2017 at 11:24:08AM +0800, Dou Liyang wrote: >> V3 --> v4: >> -add a new testcase. >> >> This patchset fixs an ACPI building bug which caused by no RAM >> in the first NUAM node. and also add a new testcase for the bug. > > thanks! > Pls remember to ping or repost after release is out. > OK, I will. Thanks, dou. >> Dou Liyang (2): >> hw/acpi-build: Fix SRAT memory building when there is no memory in >> node0 >> ACPI/unit-test: Add a new testcase for RAM allocation in numa node >> >> hw/i386/acpi-build.c | 78 ++++++++++++++++++++++------------ >> tests/acpi-test-data/pc/DSDT.numamem | Bin 0 -> 6463 bytes >> tests/acpi-test-data/pc/SLIT.numamem | Bin 0 -> 48 bytes >> tests/acpi-test-data/pc/SRAT.numamem | Bin 0 -> 264 bytes >> tests/acpi-test-data/q35/DSDT.numamem | Bin 0 -> 9147 bytes >> tests/acpi-test-data/q35/SLIT.numamem | Bin 0 -> 48 bytes >> tests/acpi-test-data/q35/SRAT.numamem | Bin 0 -> 264 bytes >> tests/bios-tables-test.c | 30 +++++++++++++ >> 8 files changed, 80 insertions(+), 28 deletions(-) >> create mode 100644 tests/acpi-test-data/pc/DSDT.numamem >> create mode 100644 tests/acpi-test-data/pc/SLIT.numamem >> create mode 100644 tests/acpi-test-data/pc/SRAT.numamem >> create mode 100644 tests/acpi-test-data/q35/DSDT.numamem >> create mode 100644 tests/acpi-test-data/q35/SLIT.numamem >> create mode 100644 tests/acpi-test-data/q35/SRAT.numamem >> >> -- >> 2.5.5 >> >> > > >