From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymet6-0000OS-I9 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 04:59:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymet3-0006al-1U for qemu-devel@nongnu.org; Mon, 27 Apr 2015 04:59:36 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:59564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymet2-0006Zu-OY for qemu-devel@nongnu.org; Mon, 27 Apr 2015 04:59:32 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 27 Apr 2015 09:59:31 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 3C30417D8042 for ; Mon, 27 Apr 2015 10:00:10 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t3R8xToH39256184 for ; Mon, 27 Apr 2015 08:59:29 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t3R8xRSV015113 for ; Mon, 27 Apr 2015 02:59:28 -0600 Date: Mon, 27 Apr 2015 10:59:26 +0200 From: Michael Mueller Message-ID: <20150427105926.3aec0c8f@bee> In-Reply-To: <553DEF3C.7080408@de.ibm.com> References: <1428933396-37887-1-git-send-email-mimu@linux.vnet.ibm.com> <1428933396-37887-10-git-send-email-mimu@linux.vnet.ibm.com> <553DEF3C.7080408@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 09/17] target-s390x: Define S390 CPU model specific facility lists List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: linux-s390@vger.kernel.org, Eduardo Habkost , kvm@vger.kernel.org, Gleb Natapov , qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, Cornelia Huck , Alexander Graf , "Jason J. Herne" , Daniel Hansel , Paolo Bonzini , Andreas Faerber , Richard Henderson On Mon, 27 Apr 2015 10:11:40 +0200 Christian Borntraeger wrote: > Am 13.04.2015 um 15:56 schrieb Michael Mueller: > > --- a/target-s390x/cpu-models.c > > +++ b/target-s390x/cpu-models.c > > > @@ -76,3 +87,4 @@ S390_PROC_DEF("2827-ga1", CPU_S390_2827_GA1, "IBM zEnterprise EC12 GA1") > > S390_PROC_DEF("2827-ga2", CPU_S390_2827_GA2, "IBM zEnterprise EC12 GA2") > > S390_PROC_DEF("2828-ga1", CPU_S390_2828_GA1, "IBM zEnterprise BC12 GA1") > > S390_PROC_DEF("2964-ga1", CPU_S390_2964_GA1, "IBM z13 GA1") > > + > > Blank line at end of file, git am also complains: > > Applying: target-s390x: Define S390 CPU model specific facility lists > /home/cborntra/REPOS/qemu/.git/rebase-apply/patch:54: new blank line at EOF. > + > warning: 1 line adds whitespace errors. I will address this here and in the next patch, checkpatch does not seem to catch that.