summary refs log tree commit diff stats
path: root/include/hw/qdev-core.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2018-08-10 13:55:53 +0200
committerMarkus Armbruster <armbru@redhat.com>2018-09-24 17:15:09 +0200
commitc468e368e102e8bb93cbbf1c3daa0c04d361d3c4 (patch)
treea56bab4f7cc105a69f28821dcc290e7cc0011faf /include/hw/qdev-core.h
parent371b74e2215fde31cc22d23dfa710e11bb906038 (diff)
downloadfocaccia-qemu-c468e368e102e8bb93cbbf1c3daa0c04d361d3c4.tar.gz
focaccia-qemu-c468e368e102e8bb93cbbf1c3daa0c04d361d3c4.zip
MAINTAINERS: Fix F: patterns that don't match anything
Commit ba51ef25571 moved hw/dma/sun4m_iommu.c to
hw/sparc/sun4m_iommu.c without updating MAINTAINERS.

Commit f5980f757c0 deleted include/hw/sparc/sun4m.h without updating
MAINTAINERS.

Commit 0bcc8e5bd8d fat-fingered tests/check-block-qdict.c.

Commit 33e9e9bd62d fat-fingered include/qemu/job.h.

Commit eb815e248f5 moved qapi-schema.json to qapi/ without updating
MAINTAINERS.

Commit 2e3c8f8dbdd converted docs/devel/migration.txt to
docs/devel/migration.rst without updating MAINTAINERS.

Offenders tracked down with the following shell loop:

    shopt -s nullglob
    for i in `sed -n 's/^F: //p' <MAINTAINERS `
    do
        glob="`echo $i`"
        if [ "$glob" = "$i" ]
        then [ ! -e $i ]
        else [ -z "$glob" ]
        fi && echo "$i"
    done

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180810115553.32604-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/qdev-core.h')
0 files changed, 0 insertions, 0 deletions