From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJaib-0003wa-0p for qemu-devel@nongnu.org; Mon, 05 Nov 2018 03:58:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJaiU-0004m1-UT for qemu-devel@nongnu.org; Mon, 05 Nov 2018 03:58:44 -0500 Date: Mon, 5 Nov 2018 09:58:14 +0100 From: Cornelia Huck Message-ID: <20181105095814.54fafb8b.cohuck@redhat.com> In-Reply-To: <1540827745-20795-5-git-send-email-borntraeger@de.ibm.com> References: <1540827745-20795-1-git-send-email-borntraeger@de.ibm.com> <1540827745-20795-5-git-send-email-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Cc: qemu-devel , qemu-s390x , David Hildenbrand , Alexander Graf , Richard Henderson , Janosch Frank , Halil Pasic , Thomas Huth , Eric Farman , Farhan Ali , Collin Walling On Mon, 29 Oct 2018 16:42:25 +0100 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 Thanks, applied.