From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.4 required=3.0 tests=DATE_IN_PAST_12_24, FAKE_REPLY_C,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7F3CC2BA2B for ; Fri, 10 Apr 2020 12:44:32 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7B55E206A1 for ; Fri, 10 Apr 2020 12:44:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B55E206A1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nutanix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:33866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMt1L-0002CP-KQ for qemu-devel@archiver.kernel.org; Fri, 10 Apr 2020 08:44:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38963) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMsz4-0000rY-61 for qemu-devel@nongnu.org; Fri, 10 Apr 2020 08:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMsz2-0007tx-64 for qemu-devel@nongnu.org; Fri, 10 Apr 2020 08:42:09 -0400 Received: from [192.146.155.5] (port=16104 helo=mcp02.nutanix.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jMsz2-0007tc-0H for qemu-devel@nongnu.org; Fri, 10 Apr 2020 08:42:08 -0400 Received: from localhost.localdomain (unknown [10.22.39.231]) by mcp02.nutanix.com (Postfix) with ESMTP id D20E410061FB; Fri, 10 Apr 2020 12:42:05 +0000 (UTC) Date: Thu, 9 Apr 2020 20:28:00 -0400 From: Raphael Norwitz To: mst@redhat.com, qemu-devel@nongnu.org Subject: Re: [PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer Message-ID: <20200410002800.GA7689@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 192.146.155.5 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: raphael.s.norwitz@gmail.com Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Ping On Thu, Mar 26, 2020 at 04:47:35AM -0400, Raphael Norwitz wrote: > As suggested by Michael, let's add me as a maintainer of > vhost-user-blk and vhost-user-scsi. >=20 > CC: Michael S. Tsirkin > CC Peter Maydell > Signed-off-by: Raphael Norwitz > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index e580276..239ecc1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1845,6 +1845,18 @@ F: hw/display/virtio-gpu* > F: hw/display/virtio-vga.* > F: include/hw/virtio/virtio-gpu.h > =20 > +vhost-user-blk > +M: Raphael Norwitz > +S: Maintained > +F: contrib/vhost-user-blk/ > +F: contrib/vhost-user-scsi/ > +F: hw/block/vhost-user-blk.c > +F: hw/scsi/vhost-user-scsi.c > +F: hw/virtio/vhost-user-blk-pci.c > +F: hw/virtio/vhost-user-scsi-pci.c > +F: include/hw/virtio/vhost-user-blk.h > +F: include/hw/virtio/vhost-user-scsi.h > + > vhost-user-gpu > M: Marc-Andr=E9 Lureau > M: Gerd Hoffmann > --=20 > 1.8.3.1