From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFqMQ-0005gG-SN for qemu-devel@nongnu.org; Wed, 22 Jun 2016 18:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFqML-0003xn-Av for qemu-devel@nongnu.org; Wed, 22 Jun 2016 18:11:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFqML-0003xV-5A for qemu-devel@nongnu.org; Wed, 22 Jun 2016 18:10:57 -0400 Date: Thu, 23 Jun 2016 01:10:52 +0300 From: "Michael S. Tsirkin" Message-ID: <20160623011030-mutt-send-email-mst@redhat.com> References: <1466161696-99298-1-git-send-email-guangrong.xiao@linux.intel.com> <20160622191946.GA460@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160622191946.GA460@stefanha-x1.localdomain> Subject: Re: [Qemu-devel] [PATCH v5 00/13] NVDIMM: introduce nvdimm label support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Xiao Guangrong , qemu-devel@nongnu.org, kvm@vger.kernel.org On Wed, Jun 22, 2016 at 08:19:46PM +0100, Stefan Hajnoczi wrote: > On Fri, Jun 17, 2016 at 07:08:03PM +0800, Xiao Guangrong wrote: > > Changelog in v5: > > fix string format error when it is compiled on 32 bit box > > > > Xiao Guangrong (13): > > pc-dimm: introduce get_vmstate_memory_region callback > > nvdimm: support nvdimm label > > acpi: add aml_object_type > > acpi: add aml_call5 > > nvdimm acpi: set HDLE properly > > nvdimm acpi: save arg3 of _DSM method > > nvdimm acpi: check UUID > > nvdimm acpi: abstract the operations for root & nvdimm devices > > nvdimm acpi: check revision > > nvdimm acpi: support Get Namespace Label Size function > > nvdimm acpi: support Get Namespace Label Data function > > nvdimm acpi: support Set Namespace Label Data function > > docs: add NVDIMM ACPI documentation > > > > docs/specs/acpi_nvdimm.txt | 132 +++++++++++++++ > > hw/acpi/aml-build.c | 22 +++ > > hw/acpi/nvdimm.c | 400 ++++++++++++++++++++++++++++++++++++++++---- > > hw/mem/nvdimm.c | 132 +++++++++++++++ > > hw/mem/pc-dimm.c | 14 +- > > include/hw/acpi/aml-build.h | 3 + > > include/hw/mem/nvdimm.h | 55 +++++- > > include/hw/mem/pc-dimm.h | 5 +- > > 8 files changed, 726 insertions(+), 37 deletions(-) > > create mode 100644 docs/specs/acpi_nvdimm.txt > > This series builds successfully on Travis: > https://travis-ci.org/stefanha/qemu/builds/139484489 > > Michael: Ping? It should be safe to include in a pull request now. > > Stefan It's in my tree and will go out in the next pull. -- MST