diff mbox series

[v2,04/12] MAINTAINERS: Add missing entries to VFIO and NVMe

Message ID 20181218115615.1499-5-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Add various missing entries | expand

Commit Message

Philippe Mathieu-Daudé Dec. 18, 2018, 11:56 a.m. UTC
The VFIO helpers are used by the NVMe block driver, add the
entries to both sections.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
v2: add util/vfio-helpers.c, add entries to NVMe section
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Thomas Huth Feb. 15, 2019, 5:29 p.m. UTC | #1
On 18/12/2018 12.56, Philippe Mathieu-Daudé wrote:
> The VFIO helpers are used by the NVMe block driver, add the
> entries to both sections.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> v2: add util/vfio-helpers.c, add entries to NVMe section
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f3305a65b6..7a94b0dab3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1365,7 +1365,10 @@ VFIO
>  M: Alex Williamson <alex.williamson@redhat.com>
>  S: Supported
>  F: hw/vfio/*
> +F: util/vfio-helpers.c
>  F: include/hw/vfio/
> +F: include/qemu/vfio-helpers.h
> +F: docs/igd-assign.txt
>  
>  vfio-ccw
>  M: Cornelia Huck <cohuck@redhat.com>
> @@ -2290,6 +2293,8 @@ M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/nvme*
> +F: util/vfio-helpers.c
> +F: include/qemu/vfio-helpers.h
>  
>  Bootdevice
>  M: Gonglei <arei.gonglei@huawei.com>
> 

Cornelia? Alex? ... Ack? NAck?

 Thomas
Alex Williamson Feb. 15, 2019, 5:39 p.m. UTC | #2
On Fri, 15 Feb 2019 18:29:19 +0100
Thomas Huth <thuth@redhat.com> wrote:

> On 18/12/2018 12.56, Philippe Mathieu-Daudé wrote:
> > The VFIO helpers are used by the NVMe block driver, add the
> > entries to both sections.
> > 
> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> > ---
> > v2: add util/vfio-helpers.c, add entries to NVMe section
> > ---
> >  MAINTAINERS | 5 +++++
> >  1 file changed, 5 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index f3305a65b6..7a94b0dab3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1365,7 +1365,10 @@ VFIO
> >  M: Alex Williamson <alex.williamson@redhat.com>
> >  S: Supported
> >  F: hw/vfio/*
> > +F: util/vfio-helpers.c
> >  F: include/hw/vfio/
> > +F: include/qemu/vfio-helpers.h
> > +F: docs/igd-assign.txt
> >  
> >  vfio-ccw
> >  M: Cornelia Huck <cohuck@redhat.com>
> > @@ -2290,6 +2293,8 @@ M: Fam Zheng <fam@euphon.net>
> >  L: qemu-block@nongnu.org
> >  S: Supported
> >  F: block/nvme*
> > +F: util/vfio-helpers.c
> > +F: include/qemu/vfio-helpers.h
> >  
> >  Bootdevice
> >  M: Gonglei <arei.gonglei@huawei.com>
> >   
> 
> Cornelia? Alex? ... Ack? NAck?

vfio-helpers consumes vfio but that's really the only tie to me having
any remote authority over it.  I think it makes more sense to tie it
with the direct consumer, which is nvme, and developer, Fam.  Thanks,

Alex
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f3305a65b6..7a94b0dab3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1365,7 +1365,10 @@  VFIO
 M: Alex Williamson <alex.williamson@redhat.com>
 S: Supported
 F: hw/vfio/*
+F: util/vfio-helpers.c
 F: include/hw/vfio/
+F: include/qemu/vfio-helpers.h
+F: docs/igd-assign.txt
 
 vfio-ccw
 M: Cornelia Huck <cohuck@redhat.com>
@@ -2290,6 +2293,8 @@  M: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/nvme*
+F: util/vfio-helpers.c
+F: include/qemu/vfio-helpers.h
 
 Bootdevice
 M: Gonglei <arei.gonglei@huawei.com>