From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guhSf-0003vX-8g for qemu-devel@nongnu.org; Fri, 15 Feb 2019 12:39:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guhSc-0002Ao-SE for qemu-devel@nongnu.org; Fri, 15 Feb 2019 12:39:41 -0500 Date: Fri, 15 Feb 2019 10:39:25 -0700 From: Alex Williamson Message-ID: <20190215103925.2cbd1c8c@x1.home> In-Reply-To: References: <20181218115615.1499-1-philmd@redhat.com> <20181218115615.1499-5-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 04/12] MAINTAINERS: Add missing entries to VFIO and NVMe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , qemu-devel@nongnu.org, Cornelia Huck , Eduardo Habkost , "Michael S . Tsirkin" , qemu-trivial@nongnu.org, Helge Deller , Mark Cave-Ayland , Markus Armbruster , Luc Michel , Paolo Bonzini , Artyom Tarasenko , Richard Henderson On Fri, 15 Feb 2019 18:29:19 +0100 Thomas Huth wrote: > On 18/12/2018 12.56, Philippe Mathieu-Daud=C3=A9 wrote: > > The VFIO helpers are used by the NVMe block driver, add the > > entries to both sections. > >=20 > > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > > --- > > v2: add util/vfio-helpers.c, add entries to NVMe section > > --- > > MAINTAINERS | 5 +++++ > > 1 file changed, 5 insertions(+) > >=20 > > diff --git a/MAINTAINERS b/MAINTAINERS > > index f3305a65b6..7a94b0dab3 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1365,7 +1365,10 @@ VFIO > > M: Alex Williamson > > 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 > > =20 > > vfio-ccw > > M: Cornelia Huck > > @@ -2290,6 +2293,8 @@ M: Fam Zheng > > L: qemu-block@nongnu.org > > S: Supported > > F: block/nvme* > > +F: util/vfio-helpers.c > > +F: include/qemu/vfio-helpers.h > > =20 > > Bootdevice > > M: Gonglei > > =20 >=20 > 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