From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bg5C0-0006Na-CK for qemu-devel@nongnu.org; Sat, 03 Sep 2016 03:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bg5Bz-0005e0-Gj for qemu-devel@nongnu.org; Sat, 03 Sep 2016 03:16:44 -0400 Date: Sat, 3 Sep 2016 15:09:24 +0800 From: Fam Zheng Message-ID: <20160903070924.GB23269@al.usersys.redhat.com> References: <1472853784-12808-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472853784-12808-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH] virtio-blk: Remove hw/virtio/dataplane folder from MAINTAINERS file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org On Sat, 09/03 00:03, Thomas Huth wrote: > The folder does not exist anymore, thus should be removed from the > MAINTAINERS file, too. > > Signed-off-by: Thomas Huth > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b6fb84e..ff45f8c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -902,7 +902,6 @@ L: qemu-block@nongnu.org > S: Supported > F: hw/block/virtio-blk.c > F: hw/block/dataplane/* > -F: hw/virtio/dataplane/* > T: git git://github.com/stefanha/qemu.git block > > virtio-ccw > -- > 1.8.3.1 > > Reviewed-by: Fam Zheng