On 25.02.2016 10:57, Thomas Huth wrote: > The old s390-virtio machine has been removed last year, so we don't > need the corresponding section in the MAINTAINERS file anymore. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > MAINTAINERS | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9148966..341574c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -653,12 +653,6 @@ F: hw/*/grlib* > > S390 Machines > ------------- > -S390 Virtio > -M: Alexander Graf <ag...@suse.de> > -S: Maintained > -F: hw/s390x/s390-*.c > -X: hw/s390x/*pci*.[hc] > - > S390 Virtio-ccw > M: Cornelia Huck <cornelia.h...@de.ibm.com> > M: Christian Borntraeger <borntrae...@de.ibm.com>
By the way, I think you can now also remove the "X: hw/s390x/s390-virtio-bus.[ch]" entry from the virtio-ccw machine, since these two files do not exist anymore. Thomas