On 05.09.2016 10:22, Markus Armbruster wrote: > Thomas Huth <th...@redhat.com> writes: > >> The folder does not exist anymore, thus should be removed from the >> MAINTAINERS file, too. >> >> Signed-off-by: Thomas Huth <th...@redhat.com> >> --- >> 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-bl...@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