MAINTAINERS: Fix up F: entry bit rot
include/hw/xilinx.h is gone since commitd5001cf
, 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 commit9fc6502
, drop. hw/virtio/dataplane/* are gone since commitfee089e
, drop. ICC Bus is gone since commitdfeb867
, drop. block/raw-aio.h was moved to include/block/raw-aio.h in commit0187f5c
, 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>
This commit is contained in:
parent
460423d3a4
commit
f586d5fc60
16
MAINTAINERS
16
MAINTAINERS
@ -460,7 +460,6 @@ S: Maintained
|
|||||||
F: hw/*/xilinx_*
|
F: hw/*/xilinx_*
|
||||||
F: hw/*/cadence_*
|
F: hw/*/cadence_*
|
||||||
F: hw/misc/zynq_slcr.c
|
F: hw/misc/zynq_slcr.c
|
||||||
F: include/hw/xilinx.h
|
|
||||||
X: hw/ssi/xilinx_*
|
X: hw/ssi/xilinx_*
|
||||||
|
|
||||||
Xilinx ZynqMP
|
Xilinx ZynqMP
|
||||||
@ -469,7 +468,7 @@ M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|||||||
L: qemu-arm@nongnu.org
|
L: qemu-arm@nongnu.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: hw/*/xlnx*.c
|
F: hw/*/xlnx*.c
|
||||||
F: include/hw/*/xlnx*.c
|
F: include/hw/*/xlnx*.h
|
||||||
|
|
||||||
ARM ACPI Subsystem
|
ARM ACPI Subsystem
|
||||||
M: Shannon Zhao <zhaoshenglong@huawei.com>
|
M: Shannon Zhao <zhaoshenglong@huawei.com>
|
||||||
@ -699,7 +698,7 @@ F: hw/i2c/smbus_ich9.c
|
|||||||
F: hw/acpi/piix4.c
|
F: hw/acpi/piix4.c
|
||||||
F: hw/acpi/ich9.c
|
F: hw/acpi/ich9.c
|
||||||
F: include/hw/acpi/ich9.h
|
F: include/hw/acpi/ich9.h
|
||||||
F: include/hw/acpi/piix.h
|
F: include/hw/acpi/piix4.h
|
||||||
F: hw/misc/sga.c
|
F: hw/misc/sga.c
|
||||||
|
|
||||||
PC Chipset
|
PC Chipset
|
||||||
@ -805,10 +804,8 @@ F: hw/mem/*
|
|||||||
F: hw/acpi/*
|
F: hw/acpi/*
|
||||||
F: hw/smbios/*
|
F: hw/smbios/*
|
||||||
F: hw/i386/acpi-build.[hc]
|
F: hw/i386/acpi-build.[hc]
|
||||||
F: hw/i386/*dsl
|
|
||||||
F: hw/arm/virt-acpi-build.c
|
F: hw/arm/virt-acpi-build.c
|
||||||
F: include/hw/arm/virt-acpi-build.h
|
F: include/hw/arm/virt-acpi-build.h
|
||||||
F: scripts/acpi*py
|
|
||||||
|
|
||||||
ppc4xx
|
ppc4xx
|
||||||
M: Alexander Graf <agraf@suse.de>
|
M: Alexander Graf <agraf@suse.de>
|
||||||
@ -910,7 +907,6 @@ L: qemu-block@nongnu.org
|
|||||||
S: Supported
|
S: Supported
|
||||||
F: hw/block/virtio-blk.c
|
F: hw/block/virtio-blk.c
|
||||||
F: hw/block/dataplane/*
|
F: hw/block/dataplane/*
|
||||||
F: hw/virtio/dataplane/*
|
|
||||||
T: git git://github.com/stefanha/qemu.git block
|
T: git git://github.com/stefanha/qemu.git block
|
||||||
|
|
||||||
virtio-ccw
|
virtio-ccw
|
||||||
@ -1072,12 +1068,6 @@ S: Supported
|
|||||||
F: qom/cpu.c
|
F: qom/cpu.c
|
||||||
F: include/qom/cpu.h
|
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
|
Device Tree
|
||||||
M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
|
M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
|
||||||
M: Alexander Graf <agraf@suse.de>
|
M: Alexander Graf <agraf@suse.de>
|
||||||
@ -1593,7 +1583,7 @@ M: Kevin Wolf <kwolf@redhat.com>
|
|||||||
L: qemu-block@nongnu.org
|
L: qemu-block@nongnu.org
|
||||||
S: Supported
|
S: Supported
|
||||||
F: block/linux-aio.c
|
F: block/linux-aio.c
|
||||||
F: block/raw-aio.h
|
F: include/block/raw-aio.h
|
||||||
F: block/raw-posix.c
|
F: block/raw-posix.c
|
||||||
F: block/raw-win32.c
|
F: block/raw-win32.c
|
||||||
F: block/raw_bsd.c
|
F: block/raw_bsd.c
|
||||||
|
Loading…
Reference in New Issue
Block a user