Thomas Huth <th...@redhat.com> writes:

> 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-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

Gone since commit d5001cf.

> include/hw/*/xlnx*.c

Bug, should be .h.

> include/hw/acpi/piix.h

Bug, should be piix4.h.

> hw/i386/*dsl
> scripts/acpi*py

Gone since commit 9fc6502.

> hw/virtio/dataplane/*

Gone since commit fee089e.

> include/hw/cpu/icc_bus.h
> hw/cpu/icc_bus.c

Gone since commit dfeb867.

> block/raw-aio.h

Moved to include/block/raw-aio.h in commit 0187f5c.

>  Thomas

Let's fix all this.  You or I?

Reply via email to