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