-
由 Markus Armbruster 提交于
Commit ba51ef25 moved hw/dma/sun4m_iommu.c to hw/sparc/sun4m_iommu.c without updating MAINTAINERS. Commit f5980f75 deleted include/hw/sparc/sun4m.h without updating MAINTAINERS. Commit 0bcc8e5b fat-fingered tests/check-block-qdict.c. Commit 33e9e9bd fat-fingered include/qemu/job.h. Commit eb815e24 moved qapi-schema.json to qapi/ without updating MAINTAINERS. Commit 2e3c8f8d 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: NMarkus Armbruster <armbru@redhat.com> Message-Id: <20180810115553.32604-1-armbru@redhat.com> Reviewed-by: NEric Blake <eblake@redhat.com> Reviewed-by: NThomas Huth <thuth@redhat.com>
c468e368