From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgpMl-0000nh-VN for qemu-devel@nongnu.org; Mon, 05 Sep 2016 04:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgpMl-0004a2-34 for qemu-devel@nongnu.org; Mon, 05 Sep 2016 04:34:55 -0400 References: <1472853784-12808-1-git-send-email-thuth@redhat.com> <87pooi3gea.fsf@dusky.pond.sub.org> From: Thomas Huth Message-ID: Date: Mon, 5 Sep 2016 10:34:45 +0200 MIME-Version: 1.0 In-Reply-To: <87pooi3gea.fsf@dusky.pond.sub.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Markus Armbruster Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org On 05.09.2016 10:22, Markus Armbruster wrote: > Thomas Huth writes: > >> 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 >> > > Are there any other patterns in MAINTAINERS that don't match anything? for i in `grep "^[FX]: " MAINTAINERS | sed "s/^.: //"` ; do \ if [ ! -e "$i" ]; then echo "$i" ; fi ; \ done include/hw/xilinx.h include/hw/*/xlnx*.c include/hw/acpi/piix.h hw/i386/*dsl scripts/acpi*py hw/virtio/dataplane/* include/hw/cpu/icc_bus.h hw/cpu/icc_bus.c block/raw-aio.h Thomas