From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJhzn-0008VG-Ox for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:45:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJhzm-0001kE-Sr for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:44:59 -0500 From: Cornelia Huck Date: Mon, 5 Nov 2018 17:43:40 +0100 Message-Id: <20181105164340.20707-7-cohuck@redhat.com> In-Reply-To: <20181105164340.20707-1-cohuck@redhat.com> References: <20181105164340.20707-1-cohuck@redhat.com> Subject: [Qemu-devel] [PULL 6/6] MAINTAINERS: s390/boot: the ipl code and the bios belong together List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Christian Borntraeger , Alexander Graf , Richard Henderson , David Hildenbrand , Thomas Huth , Collin Walling , Eric Farman , Farhan Ali , Halil Pasic , qemu-s390x@nongnu.org, qemu-devel@nongnu.org, Cornelia Huck From: 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 Message-Id: <1540827745-20795-5-git-send-email-borntraeger@de.ibm.com> Acked-by: Thomas Huth Signed-off-by: Cornelia Huck --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e0e8b5fb9e..8ec2281a7e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -944,10 +944,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 -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 -- 2.14.5