From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEHI7-0000KV-RI for qemu-devel@nongnu.org; Mon, 04 Aug 2014 08:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEHI1-00014h-N3 for qemu-devel@nongnu.org; Mon, 04 Aug 2014 08:23:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEHI1-00010o-9k for qemu-devel@nongnu.org; Mon, 04 Aug 2014 08:22:57 -0400 Date: Mon, 4 Aug 2014 14:23:15 +0200 From: "Michael S. Tsirkin" Message-ID: <20140804122315.GB15491@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/3] some numa & memory related fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Igor Mammedov , qemu-devel@nongnu.org On Mon, Aug 04, 2014 at 04:16:06PM +0800, Hu Tao wrote: > See each patch for the detail. > > Hu Tao (3): > hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICE > pc-dimm: check if node property exceeds available numa nodes > numa: show hex number in error message for consistency and prefix them > with 0x Thanks, applied. > hw/i386/acpi-dsdt.dsl | 4 ++-- > hw/i386/acpi-dsdt.hex.generated | 8 ++++---- > hw/i386/q35-acpi-dsdt.dsl | 4 ++-- > hw/i386/ssdt-mem.dsl | 16 ++++++++-------- > hw/i386/ssdt-misc.dsl | 2 +- > hw/mem/pc-dimm.c | 5 +++++ > include/hw/acpi/pc-hotplug.h | 2 +- > numa.c | 4 ++-- > 8 files changed, 25 insertions(+), 20 deletions(-) > > -- > 1.9.3