From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgVvQ-0000cz-M9 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 05:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgVvI-0006t1-O1 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 05:40:20 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:57348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgVvI-0006sY-ER for qemu-devel@nongnu.org; Tue, 21 Oct 2014 05:40:12 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 21 Oct 2014 10:40:09 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 55C932190041 for ; Tue, 21 Oct 2014 10:39:44 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s9L9e7Fr19399158 for ; Tue, 21 Oct 2014 09:40:08 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s9L9e77u028401 for ; Tue, 21 Oct 2014 03:40:07 -0600 Message-ID: <544629F6.3000903@de.ibm.com> Date: Tue, 21 Oct 2014 11:40:06 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1413873296-61007-1-git-send-email-cornelia.huck@de.ibm.com> <1413873296-61007-2-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1413873296-61007-2-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: Alexander Graf Am 21.10.2014 08:34, schrieb Cornelia Huck: > Several s390x/kvm/ccw related files don't have an entry in MAINTAINERS: > Sort them into the appropriate sections. > > CC: Christian Borntraeger Acked-by: Christian Borntraeger > CC: Alexander Graf > Signed-off-by: Cornelia Huck > --- > MAINTAINERS | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 206bf7e..8eed800 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -198,7 +198,9 @@ M: Cornelia Huck > M: Alexander Graf > S: Maintained > F: target-s390x/kvm.c > -F: hw/intc/s390_flic.[hc] > +F: hw/intc/s390_flic.c > +F: hw/intc/s390_flic_kvm.c > +F: include/hw/s390x/s390_flic.h > > X86 > M: Marcelo Tosatti > @@ -521,6 +523,8 @@ F: hw/s390x/s390-virtio-ccw.c > F: hw/s390x/css.[hc] > F: hw/s390x/sclp*.[hc] > F: hw/s390x/ipl*.[hc] > +F: include/hw/s390x/ > +F: pc-bios/s390-ccw/ > T: git git://github.com/cohuck/qemu virtio-ccw-upstr > > UniCore32 Machines >