From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJZHV-0003is-IT for qemu-devel@nongnu.org; Mon, 05 Nov 2018 02:26:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJZHR-0002lz-AE for qemu-devel@nongnu.org; Mon, 05 Nov 2018 02:26:41 -0500 References: <1540827745-20795-1-git-send-email-borntraeger@de.ibm.com> <1540827745-20795-5-git-send-email-borntraeger@de.ibm.com> From: Thomas Huth Message-ID: <2616fc3e-5ee1-cc8d-7a25-e664637f5a3f@redhat.com> Date: Mon, 5 Nov 2018 08:26:29 +0100 MIME-Version: 1.0 In-Reply-To: <1540827745-20795-5-git-send-email-borntraeger@de.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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: Christian Borntraeger , Cornelia Huck Cc: qemu-devel , qemu-s390x , David Hildenbrand , Alexander Graf , Richard Henderson , Janosch Frank , Halil Pasic , Eric Farman , Farhan Ali , Collin Walling On 2018-10-29 16:42, Christian Borntraeger wrote: > 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 > > -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 > Acked-by: Thomas Huth