From patchwork Tue Oct 21 11:05:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cornelia Huck X-Patchwork-Id: 401432 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A3E55140077 for ; Tue, 21 Oct 2014 22:15:45 +1100 (AEDT) Received: from localhost ([::1]:49642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgXPj-0001TG-NV for incoming@patchwork.ozlabs.org; Tue, 21 Oct 2014 07:15:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgXG8-0002xV-G4 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 07:05:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgXG1-00035i-Jh for qemu-devel@nongnu.org; Tue, 21 Oct 2014 07:05:48 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:41374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgXG1-00035R-76 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 07:05:41 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 21 Oct 2014 12:05:40 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 21 Oct 2014 12:05:37 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 8481B1B08051 for ; Tue, 21 Oct 2014 12:05:36 +0100 (BST) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s9LB5a8k15925584 for ; Tue, 21 Oct 2014 11:05:36 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s9LB5Yfl022334 for ; Tue, 21 Oct 2014 05:05:35 -0600 Received: from gondolin.boeblingen.de.ibm.com (dyn-9-152-224-210.boeblingen.de.ibm.com [9.152.224.210]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s9LB5W6g022207; Tue, 21 Oct 2014 05:05:33 -0600 From: Cornelia Huck To: peter.maydell@linaro.org Date: Tue, 21 Oct 2014 13:05:30 +0200 Message-Id: <1413889530-3732-2-git-send-email-cornelia.huck@de.ibm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1413889530-3732-1-git-send-email-cornelia.huck@de.ibm.com> References: <1413889530-3732-1-git-send-email-cornelia.huck@de.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14102111-0013-0000-0000-0000018943C1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.75.94.109 Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de Subject: [Qemu-devel] [PULL 1/1] s390x: sweep up unmaintained files X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Several s390x/kvm/ccw related files don't have an entry in MAINTAINERS: Sort them into the appropriate sections. Acked-by: Christian Borntraeger Reviewed-by: 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