qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
@ 2020-09-07 11:16 Stefan Hajnoczi
  2020-09-07 11:33 ` Kevin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2020-09-07 11:16 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen,
	Stefan Hajnoczi, Fam Zheng, philmd

Development of the userspace NVMe block driver picked up again recently.
After talking with Fam I am stepping up as block/nvme.c maintainer.
Patches will be merged through my 'block' tree.

Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Klaus Jensen <k.jensen@samsung.com>
Cc: Fam Zheng <fam@euphon.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b233da2a73..a143941551 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2895,10 +2895,12 @@ S: Supported
 F: block/null.c
 
 NVMe Block Driver
-M: Fam Zheng <fam@euphon.net>
+M: Stefan Hajnoczi <stefanha@redhat.com>
+R: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/nvme*
+T: git https://github.com/stefanha/qemu.git block
 
 Bootdevice
 M: Gonglei <arei.gonglei@huawei.com>
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-07 11:16 [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Stefan Hajnoczi
@ 2020-09-07 11:33 ` Kevin Wolf
  2020-09-07 11:46 ` Klaus Jensen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Kevin Wolf @ 2020-09-07 11:33 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Fam Zheng, Peter Maydell, qemu-block, Klaus Jensen, qemu-devel, philmd

Am 07.09.2020 um 13:16 hat Stefan Hajnoczi geschrieben:
> Development of the userspace NVMe block driver picked up again recently.
> After talking with Fam I am stepping up as block/nvme.c maintainer.
> Patches will be merged through my 'block' tree.
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Fam Zheng <fam@euphon.net>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Acked-by: Kevin Wolf <kwolf@redhat.com>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-07 11:16 [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Stefan Hajnoczi
  2020-09-07 11:33 ` Kevin Wolf
@ 2020-09-07 11:46 ` Klaus Jensen
  2020-09-08  8:37 ` Fam Zheng
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Klaus Jensen @ 2020-09-07 11:46 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen, qemu-devel,
	Fam Zheng, philmd

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

On Sep  7 12:16, Stefan Hajnoczi wrote:
> Development of the userspace NVMe block driver picked up again recently.
> After talking with Fam I am stepping up as block/nvme.c maintainer.
> Patches will be merged through my 'block' tree.
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Fam Zheng <fam@euphon.net>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

I'm only superficially involved in block/nvme, so my Ack doesn't carry
that much weight, but

Acked-by: Klaus Jensen <k.jensen@samsung.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-07 11:16 [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Stefan Hajnoczi
  2020-09-07 11:33 ` Kevin Wolf
  2020-09-07 11:46 ` Klaus Jensen
@ 2020-09-08  8:37 ` Fam Zheng
  2020-09-08 14:10 ` Stefan Hajnoczi
  2020-09-09 12:51 ` Philippe Mathieu-Daudé
  4 siblings, 0 replies; 8+ messages in thread
From: Fam Zheng @ 2020-09-08  8:37 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen, qemu-devel, philmd

On 2020-09-07 12:16, Stefan Hajnoczi wrote:
> Development of the userspace NVMe block driver picked up again recently.
> After talking with Fam I am stepping up as block/nvme.c maintainer.
> Patches will be merged through my 'block' tree.
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Fam Zheng <fam@euphon.net>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Acked-by: Fam Zheng <fam@euphon.net>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-07 11:16 [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Stefan Hajnoczi
                   ` (2 preceding siblings ...)
  2020-09-08  8:37 ` Fam Zheng
@ 2020-09-08 14:10 ` Stefan Hajnoczi
  2020-09-09 12:51 ` Philippe Mathieu-Daudé
  4 siblings, 0 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2020-09-08 14:10 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen, qemu-devel,
	Fam Zheng, philmd

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

On Mon, Sep 07, 2020 at 12:16:32PM +0100, Stefan Hajnoczi wrote:
> Development of the userspace NVMe block driver picked up again recently.
> After talking with Fam I am stepping up as block/nvme.c maintainer.
> Patches will be merged through my 'block' tree.
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Fam Zheng <fam@euphon.net>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-07 11:16 [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Stefan Hajnoczi
                   ` (3 preceding siblings ...)
  2020-09-08 14:10 ` Stefan Hajnoczi
@ 2020-09-09 12:51 ` Philippe Mathieu-Daudé
  2020-09-14 10:37   ` Stefan Hajnoczi
  4 siblings, 1 reply; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-09 12:51 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen,
	Alex Williamson, Fam Zheng

Hi Stefan,

+Alex

On 9/7/20 1:16 PM, Stefan Hajnoczi wrote:
> Development of the userspace NVMe block driver picked up again recently.
> After talking with Fam I am stepping up as block/nvme.c maintainer.
> Patches will be merged through my 'block' tree.
> 
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Fam Zheng <fam@euphon.net>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b233da2a73..a143941551 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2895,10 +2895,12 @@ S: Supported
>  F: block/null.c
>  
>  NVMe Block Driver
> -M: Fam Zheng <fam@euphon.net>
> +M: Stefan Hajnoczi <stefanha@redhat.com>
> +R: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/nvme*
> +T: git https://github.com/stefanha/qemu.git block

As this driver is the only consumer of the 'VFIO helpers',
maybe we can:

- maintains them in the same bucket
- add another entry (eventually with R: tag for Alex)

The 'VFIO helpers' files are:
- util/vfio-helpers.c
- include/qemu/vfio-helpers.h

What do you think?

Regards,

Phil.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-09 12:51 ` Philippe Mathieu-Daudé
@ 2020-09-14 10:37   ` Stefan Hajnoczi
  2020-09-14 15:32     ` Alex Williamson
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Hajnoczi @ 2020-09-14 10:37 UTC (permalink / raw)
  To: Alex Williamson
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen, qemu-devel,
	Stefan Hajnoczi, Fam Zheng, philmd

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

On Wed, Sep 09, 2020 at 02:51:50PM +0200, Philippe Mathieu-Daudé wrote:
> On 9/7/20 1:16 PM, Stefan Hajnoczi wrote:
> > Development of the userspace NVMe block driver picked up again recently.
> > After talking with Fam I am stepping up as block/nvme.c maintainer.
> > Patches will be merged through my 'block' tree.
> > 
> > Cc: Kevin Wolf <kwolf@redhat.com>
> > Cc: Klaus Jensen <k.jensen@samsung.com>
> > Cc: Fam Zheng <fam@euphon.net>
> > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> > ---
> >  MAINTAINERS | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index b233da2a73..a143941551 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2895,10 +2895,12 @@ S: Supported
> >  F: block/null.c
> >  
> >  NVMe Block Driver
> > -M: Fam Zheng <fam@euphon.net>
> > +M: Stefan Hajnoczi <stefanha@redhat.com>
> > +R: Fam Zheng <fam@euphon.net>
> >  L: qemu-block@nongnu.org
> >  S: Supported
> >  F: block/nvme*
> > +T: git https://github.com/stefanha/qemu.git block
> 
> As this driver is the only consumer of the 'VFIO helpers',
> maybe we can:
> 
> - maintains them in the same bucket
> - add another entry (eventually with R: tag for Alex)
> 
> The 'VFIO helpers' files are:
> - util/vfio-helpers.c
> - include/qemu/vfio-helpers.h
> 
> What do you think?

I'm happy to include vfio-helpers with the goal of eventually switching
to vfio-common.

Alex: does this sound good?

Stefan

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
  2020-09-14 10:37   ` Stefan Hajnoczi
@ 2020-09-14 15:32     ` Alex Williamson
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Williamson @ 2020-09-14 15:32 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Klaus Jensen, qemu-devel,
	Stefan Hajnoczi, Fam Zheng, philmd

On Mon, 14 Sep 2020 11:37:03 +0100
Stefan Hajnoczi <stefanha@gmail.com> wrote:

> On Wed, Sep 09, 2020 at 02:51:50PM +0200, Philippe Mathieu-Daudé wrote:
> > On 9/7/20 1:16 PM, Stefan Hajnoczi wrote:  
> > > Development of the userspace NVMe block driver picked up again recently.
> > > After talking with Fam I am stepping up as block/nvme.c maintainer.
> > > Patches will be merged through my 'block' tree.
> > > 
> > > Cc: Kevin Wolf <kwolf@redhat.com>
> > > Cc: Klaus Jensen <k.jensen@samsung.com>
> > > Cc: Fam Zheng <fam@euphon.net>
> > > Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> > > ---
> > >  MAINTAINERS | 4 +++-
> > >  1 file changed, 3 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index b233da2a73..a143941551 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -2895,10 +2895,12 @@ S: Supported
> > >  F: block/null.c
> > >  
> > >  NVMe Block Driver
> > > -M: Fam Zheng <fam@euphon.net>
> > > +M: Stefan Hajnoczi <stefanha@redhat.com>
> > > +R: Fam Zheng <fam@euphon.net>
> > >  L: qemu-block@nongnu.org
> > >  S: Supported
> > >  F: block/nvme*
> > > +T: git https://github.com/stefanha/qemu.git block  
> > 
> > As this driver is the only consumer of the 'VFIO helpers',
> > maybe we can:
> > 
> > - maintains them in the same bucket
> > - add another entry (eventually with R: tag for Alex)
> > 
> > The 'VFIO helpers' files are:
> > - util/vfio-helpers.c
> > - include/qemu/vfio-helpers.h
> > 
> > What do you think?  
> 
> I'm happy to include vfio-helpers with the goal of eventually switching
> to vfio-common.
> 
> Alex: does this sound good?

Yep, ok by me.  Thanks,

Alex



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-14 16:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 11:16 [PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Stefan Hajnoczi
2020-09-07 11:33 ` Kevin Wolf
2020-09-07 11:46 ` Klaus Jensen
2020-09-08  8:37 ` Fam Zheng
2020-09-08 14:10 ` Stefan Hajnoczi
2020-09-09 12:51 ` Philippe Mathieu-Daudé
2020-09-14 10:37   ` Stefan Hajnoczi
2020-09-14 15:32     ` Alex Williamson

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).