From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYskP-0003UZ-3h for qemu-devel@nongnu.org; Thu, 25 Feb 2016 05:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYskJ-0001fz-53 for qemu-devel@nongnu.org; Thu, 25 Feb 2016 05:02:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYskI-0001fa-VT for qemu-devel@nongnu.org; Thu, 25 Feb 2016 05:02:07 -0500 References: <1456394274-21082-1-git-send-email-thuth@redhat.com> From: Thomas Huth Message-ID: <56CED11B.9050003@redhat.com> Date: Thu, 25 Feb 2016 11:02:03 +0100 MIME-Version: 1.0 In-Reply-To: <1456394274-21082-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Remove the old s390-virtio machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, agraf@suse.de, cornelia.huck@de.ibm.com, borntraeger@de.ibm.com 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 > --- > 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 > -S: Maintained > -F: hw/s390x/s390-*.c > -X: hw/s390x/*pci*.[hc] > - > S390 Virtio-ccw > M: Cornelia Huck > M: Christian Borntraeger 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