All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Markus Armbruster <armbru@redhat.com>,
	qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 10/27] MAINTAINERS: Fix up F: entry bit rot
Date: Wed, 14 Sep 2016 10:58:36 +0300	[thread overview]
Message-ID: <53c4e2465b9cc017337b72611f4c321e628a16c9.1473839869.git.mjt@msgid.tls.msk.ru> (raw)
In-Reply-To: <cover.1473839869.git.mjt@msgid.tls.msk.ru>
In-Reply-To: <cover.1473839869.git.mjt@msgid.tls.msk.ru>

From: Markus Armbruster <armbru@redhat.com>

include/hw/xilinx.h is gone since commit d5001cf, drop.

include/hw/*/xlnx*.c is a typo, change .c to .h.

include/hw/acpi/piix.h is a typo, change piix.h to piix4.h.

hw/i386/*dsl and scripts/acpi*py are gone since since commit 9fc6502,
drop.

hw/virtio/dataplane/* are gone since commit fee089e, drop.

ICC Bus is gone since commit dfeb867, drop.

block/raw-aio.h was moved to include/block/raw-aio.h in commit
0187f5c, update.

Tracked down with

    for i in `grep "^[FX]: " MAINTAINERS | sed "s/^.: //"`
    do if [ ! -e "$i" ]; then echo "$i"; fi
    done

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 MAINTAINERS | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2dcb58b..eb723fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -460,7 +460,6 @@ S: Maintained
 F: hw/*/xilinx_*
 F: hw/*/cadence_*
 F: hw/misc/zynq_slcr.c
-F: include/hw/xilinx.h
 X: hw/ssi/xilinx_*
 
 Xilinx ZynqMP
@@ -469,7 +468,7 @@ M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/*/xlnx*.c
-F: include/hw/*/xlnx*.c
+F: include/hw/*/xlnx*.h
 
 ARM ACPI Subsystem
 M: Shannon Zhao <zhaoshenglong@huawei.com>
@@ -699,7 +698,7 @@ F: hw/i2c/smbus_ich9.c
 F: hw/acpi/piix4.c
 F: hw/acpi/ich9.c
 F: include/hw/acpi/ich9.h
-F: include/hw/acpi/piix.h
+F: include/hw/acpi/piix4.h
 F: hw/misc/sga.c
 
 PC Chipset
@@ -805,10 +804,8 @@ F: hw/mem/*
 F: hw/acpi/*
 F: hw/smbios/*
 F: hw/i386/acpi-build.[hc]
-F: hw/i386/*dsl
 F: hw/arm/virt-acpi-build.c
 F: include/hw/arm/virt-acpi-build.h
-F: scripts/acpi*py
 
 ppc4xx
 M: Alexander Graf <agraf@suse.de>
@@ -910,7 +907,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
 
 virtio-ccw
@@ -1072,12 +1068,6 @@ S: Supported
 F: qom/cpu.c
 F: include/qom/cpu.h
 
-ICC Bus
-M: Igor Mammedov <imammedo@redhat.com>
-S: Supported
-F: include/hw/cpu/icc_bus.h
-F: hw/cpu/icc_bus.c
-
 Device Tree
 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 M: Alexander Graf <agraf@suse.de>
@@ -1588,7 +1578,7 @@ M: Kevin Wolf <kwolf@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/linux-aio.c
-F: block/raw-aio.h
+F: include/block/raw-aio.h
 F: block/raw-posix.c
 F: block/raw-win32.c
 F: block/raw_bsd.c
-- 
2.1.4

  parent reply	other threads:[~2016-09-14  8:14 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-14  7:58 [Qemu-devel] [PULL 00/27] Trivial patches for 2016-09-14 Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 01/27] Remove remainders of HPPA backend Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 02/27] tcg: Remove duplicate header includes Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 03/27] ui/console: Fix non-working backspace key in monitor of gtk UI Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 04/27] MAINTAINERS: Add include/hw/unicore32/ to UniCore32 section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 05/27] MAINTAINERS: Add include/hw/tricore/ to TriCore section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 06/27] MAINTAINERS: Add include/hw/sh4/ to SH4 section Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 07/27] MAINTAINERS: Add include/sysemu/cpus.h Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 08/27] MAINTAINERS: Fix wildcard for scsi headers Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 09/27] MAINTAINERS: Add some header files to the PC chipset section Michael Tokarev
2016-09-14  7:58 ` Michael Tokarev [this message]
2016-09-14  7:58 ` [Qemu-devel] [PULL 11/27] sh4: fix broken link to documentation Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 12/27] help: Update help to remove misleading display information Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 13/27] ivshmem: Delete duplicate debug message Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 14/27] timer: update comments Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 15/27] cpus: rename local variable to meaningful one Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 16/27] cpus: update comments Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 17/27] Remove unused function declarations Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 18/27] curl: Operate on zero-length file Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 19/27] coccinelle: add a script to remove useless casts Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 20/27] linux-user,s390x: remove useless cast Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 21/27] s390x: " Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 22/27] tricore: " Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 23/27] fw_cfg: remove useless casts Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 24/27] sheepdog: " Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 25/27] win32: don't run subprocess tests on Mingw32 platform Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 26/27] linux-user/qemu.h: change malloc to g_malloc, free to g_free Michael Tokarev
2016-09-14  7:58 ` [Qemu-devel] [PULL 27/27] mptsas: change .realize function name Michael Tokarev
2016-09-14 10:49 ` [Qemu-devel] [PULL 00/27] Trivial patches for 2016-09-14 no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53c4e2465b9cc017337b72611f4c321e628a16c9.1473839869.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.