On Mon, Sep 05, 2016 at 02:28:52PM +0200, Markus Armbruster wrote: > 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 > Signed-off-by: Markus Armbruster > --- > Note: this supersedes Thomas's "[PATCH] virtio-blk: Remove > hw/virtio/dataplane folder from MAINTAINERS file". > > MAINTAINERS | 16 +++------------- > 1 file changed, 3 insertions(+), 13 deletions(-) Acked-by: Stefan Hajnoczi