From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gH9gs-0004qv-FA for qemu-devel@nongnu.org; Mon, 29 Oct 2018 11:42:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gH9gr-0008K6-0s for qemu-devel@nongnu.org; Mon, 29 Oct 2018 11:42:54 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:48046 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gH9gq-0008Jg-NB for qemu-devel@nongnu.org; Mon, 29 Oct 2018 11:42:52 -0400 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9TFdmAr006729 for ; Mon, 29 Oct 2018 11:42:52 -0400 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0b-001b2d01.pphosted.com with ESMTP id 2ne4q3hd83-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 29 Oct 2018 11:42:51 -0400 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Oct 2018 09:42:50 -0600 From: Christian Borntraeger Date: Mon, 29 Oct 2018 16:42:25 +0100 In-Reply-To: <1540827745-20795-1-git-send-email-borntraeger@de.ibm.com> References: <1540827745-20795-1-git-send-email-borntraeger@de.ibm.com> Message-Id: <1540827745-20795-5-git-send-email-borntraeger@de.ibm.com> Content-Type: text/plain Content-Transfer-Encoding: Quoted-printable MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH 4/4] MAINTAINERS: s390/boot: the ipl code and the bios belong together List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: qemu-devel , qemu-s390x , David Hildenbrand , Alexander Graf , Richard Henderson , Janosch Frank , Halil Pasic , Thomas Huth , Eric Farman , Farhan Ali , Collin Walling , Christian Borntraeger The s390-ccw bios and the ipl code do work in lock-step. Let us merge them in the maintainer file. Signed-off-by: Christian Borntraeger --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e63cfa2..8ce223d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -946,10 +946,11 @@ T: git git://github.com/cohuck/qemu.git s390-next T: git git://github.com/borntraeger/qemu.git s390-next L: qemu-s390x@nongnu.org =20 -S390-ccw Bios +S390-ccw boot M: Christian Borntraeger M: Thomas Huth S: Supported +F: hw/s390x/ipl.* F: pc-bios/s390-ccw/ F: pc-bios/s390-ccw.img T: git git://github.com/borntraeger/qemu.git s390-next --=20 1.8.3.1