qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Xiao Guangrong <guangrong.xiao@linux.intel.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH v5 00/13] NVDIMM: introduce nvdimm label support
Date: Thu, 23 Jun 2016 09:22:11 +0100	[thread overview]
Message-ID: <20160623082211.GA30896@stefanha-x1.localdomain> (raw)
In-Reply-To: <20160623011030-mutt-send-email-mst@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1818 bytes --]

On Thu, Jun 23, 2016 at 01:10:52AM +0300, Michael S. Tsirkin wrote:
> 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.

Excellent, thank you!

STefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

      reply	other threads:[~2016-06-23  8:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 11:08 [Qemu-devel] [PATCH v5 00/13] NVDIMM: introduce nvdimm label support Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 01/13] pc-dimm: introduce get_vmstate_memory_region callback Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 02/13] nvdimm: support nvdimm label Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 03/13] acpi: add aml_object_type Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 04/13] acpi: add aml_call5 Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 05/13] nvdimm acpi: set HDLE properly Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 06/13] nvdimm acpi: save arg3 of _DSM method Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 07/13] nvdimm acpi: check UUID Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 08/13] nvdimm acpi: abstract the operations for root & nvdimm devices Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 09/13] nvdimm acpi: check revision Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 10/13] nvdimm acpi: support Get Namespace Label Size function Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 11/13] nvdimm acpi: support Get Namespace Label Data function Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 12/13] nvdimm acpi: support Set " Xiao Guangrong
2016-06-17 11:08 ` [Qemu-devel] [PATCH v5 13/13] docs: add NVDIMM ACPI documentation Xiao Guangrong
2016-06-22 19:19 ` [Qemu-devel] [PATCH v5 00/13] NVDIMM: introduce nvdimm label support Stefan Hajnoczi
2016-06-22 22:10   ` Michael S. Tsirkin
2016-06-23  8:22     ` Stefan Hajnoczi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160623082211.GA30896@stefanha-x1.localdomain \
    --to=stefanha@gmail.com \
    --cc=guangrong.xiao@linux.intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).