On Mon, 14 Sep 2020 11:37:03 +0100 Stefan Hajnoczi <stefa...@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 <kw...@redhat.com> > > > Cc: Klaus Jensen <k.jen...@samsung.com> > > > Cc: Fam Zheng <f...@euphon.net> > > > Signed-off-by: Stefan Hajnoczi <stefa...@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 <f...@euphon.net> > > > +M: Stefan Hajnoczi <stefa...@redhat.com> > > > +R: Fam Zheng <f...@euphon.net> > > > L: qemu-bl...@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