All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Haozhong Zhang <haozhong.zhang@intel.com>,
	Eduardo Habkost <ehabkost@redhat.com>,
	linux-nvdimm <linux-nvdimm@lists.01.org>,
	"Michael S . Tsirkin" <mst@redhat.com>,
	qemu-devel@nongnu.org, Igor Mammedov <imammedo@redhat.com>
Subject: Re: [PATCH 1/3] nvdimm: fix typo in label-size definition
Date: Fri, 4 May 2018 09:44:13 +0100	[thread overview]
Message-ID: <20180504084413.GF18897@stefanha-x1.localdomain> (raw)
In-Reply-To: <20180503222013.GA23376@linux.intel.com>

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

On Thu, May 03, 2018 at 04:20:13PM -0600, Ross Zwisler wrote:
> On Mon, Apr 30, 2018 at 12:38:58PM +0100, Stefan Hajnoczi wrote:
> > On Fri, Apr 27, 2018 at 03:53:12PM -0600, Ross Zwisler wrote:
> > > Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
> > > Fixes: commit da6789c27c2e ("nvdimm: add a macro for property "label-size"")
> > > Cc: Haozhong Zhang <haozhong.zhang@intel.com>
> > > Cc: Michael S. Tsirkin <mst@redhat.com>
> > > Cc: Stefan Hajnoczi <stefanha@redhat.com>
> > > ---
> > >  hw/mem/nvdimm.c         | 2 +-
> > >  include/hw/mem/nvdimm.h | 2 +-
> > >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
> 
> Thank you for the review.
> 
> This is my first QEMU submission - do I need to do anything else to get this
> merged (create a pull request somewhere), or do I just wait for a maintainer
> to pull it in?

Michael Tsirkin and Igor Mammedov are the maintainers who will review
and merge this series.  You don't need to do anything (I have CCed Igor
now).

Please include a cover letter in a multi-patch series in the future.
This doesn't prevent this patch series from being merged.

Stefan

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

WARNING: multiple messages have this Message-ID (diff)
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Haozhong Zhang <haozhong.zhang@intel.com>,
	"Michael S . Tsirkin" <mst@redhat.com>,
	Eduardo Habkost <ehabkost@redhat.com>,
	qemu-devel@nongnu.org, linux-nvdimm <linux-nvdimm@lists.01.org>,
	Igor Mammedov <imammedo@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 1/3] nvdimm: fix typo in label-size definition
Date: Fri, 4 May 2018 09:44:13 +0100	[thread overview]
Message-ID: <20180504084413.GF18897@stefanha-x1.localdomain> (raw)
In-Reply-To: <20180503222013.GA23376@linux.intel.com>

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

On Thu, May 03, 2018 at 04:20:13PM -0600, Ross Zwisler wrote:
> On Mon, Apr 30, 2018 at 12:38:58PM +0100, Stefan Hajnoczi wrote:
> > On Fri, Apr 27, 2018 at 03:53:12PM -0600, Ross Zwisler wrote:
> > > Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
> > > Fixes: commit da6789c27c2e ("nvdimm: add a macro for property "label-size"")
> > > Cc: Haozhong Zhang <haozhong.zhang@intel.com>
> > > Cc: Michael S. Tsirkin <mst@redhat.com>
> > > Cc: Stefan Hajnoczi <stefanha@redhat.com>
> > > ---
> > >  hw/mem/nvdimm.c         | 2 +-
> > >  include/hw/mem/nvdimm.h | 2 +-
> > >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
> 
> Thank you for the review.
> 
> This is my first QEMU submission - do I need to do anything else to get this
> merged (create a pull request somewhere), or do I just wait for a maintainer
> to pull it in?

Michael Tsirkin and Igor Mammedov are the maintainers who will review
and merge this series.  You don't need to do anything (I have CCed Igor
now).

Please include a cover letter in a multi-patch series in the future.
This doesn't prevent this patch series from being merged.

Stefan

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

  reply	other threads:[~2018-05-04  8:44 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27 21:53 [PATCH 1/3] nvdimm: fix typo in label-size definition Ross Zwisler
2018-04-27 21:53 ` [Qemu-devel] " Ross Zwisler
2018-04-27 21:53 ` [PATCH 2/3] nvdimm, acpi: add NFIT platform capabilities Ross Zwisler
2018-04-27 21:53   ` [Qemu-devel] " Ross Zwisler
2018-04-30 11:39   ` Stefan Hajnoczi
2018-04-30 11:39     ` [Qemu-devel] " Stefan Hajnoczi
2018-05-10 13:39   ` Igor Mammedov
2018-05-10 13:39     ` Igor Mammedov
2018-04-27 21:53 ` [PATCH 3/3] nvdimm: platform capabilities command line option Ross Zwisler
2018-04-27 21:53   ` [Qemu-devel] " Ross Zwisler
2018-04-30 11:39   ` Stefan Hajnoczi
2018-04-30 11:39     ` [Qemu-devel] " Stefan Hajnoczi
2018-05-10 13:28   ` Igor Mammedov
2018-05-10 13:28     ` Igor Mammedov
2018-05-15 23:03     ` Ross Zwisler
2018-05-15 23:03       ` Ross Zwisler
2018-05-16  7:22       ` Igor Mammedov
2018-05-16  7:22         ` Igor Mammedov
2018-04-30 11:38 ` [PATCH 1/3] nvdimm: fix typo in label-size definition Stefan Hajnoczi
2018-04-30 11:38   ` [Qemu-devel] " Stefan Hajnoczi
2018-05-03 22:20   ` Ross Zwisler
2018-05-03 22:20     ` [Qemu-devel] " Ross Zwisler
2018-05-04  8:44     ` Stefan Hajnoczi [this message]
2018-05-04  8:44       ` Stefan Hajnoczi
2018-05-10 13:06 ` Igor Mammedov
2018-05-10 13:06   ` Igor Mammedov

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=20180504084413.GF18897@stefanha-x1.localdomain \
    --to=stefanha@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=haozhong.zhang@intel.com \
    --cc=imammedo@redhat.com \
    --cc=linux-nvdimm@lists.01.org \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=ross.zwisler@linux.intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.