From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beI1I-0001FK-LQ for qemu-devel@nongnu.org; Mon, 29 Aug 2016 04:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beI1E-000620-LU for qemu-devel@nongnu.org; Mon, 29 Aug 2016 04:34:16 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:51395 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beI1E-00061u-Gb for qemu-devel@nongnu.org; Mon, 29 Aug 2016 04:34:12 -0400 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u7T8Xbc7014255 for ; Mon, 29 Aug 2016 04:34:11 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0a-001b2d01.pphosted.com with ESMTP id 253rdxgb79-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 29 Aug 2016 04:34:11 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Aug 2016 09:34:09 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 204F3219005E for ; Mon, 29 Aug 2016 09:33:29 +0100 (BST) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u7T8Y6Pn21561358 for ; Mon, 29 Aug 2016 08:34:06 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u7T8Y5kf017631 for ; Mon, 29 Aug 2016 04:34:05 -0400 Date: Mon, 29 Aug 2016 10:34:04 +0200 From: David Hildenbrand In-Reply-To: <1472062266-53206-1-git-send-email-dahi@linux.vnet.ibm.com> References: <1472062266-53206-1-git-send-email-dahi@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160829103404.0ddee098@thinkpad-w530> Subject: Re: [Qemu-devel] [Patch v3 00/30] s390x CPU models: exposing features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ehabkost@redhat.com, borntraeger@de.ibm.com, fiuczy@linux.vnet.ibm.com, cornelia.huck@de.ibm.com, imammedo@redhat.com, jdenemar@redhat.com, mimu@linux.vnet.ibm.com > Only minor changes this version. I think this is ready to go. If we > find model inconsitencies or bad feature names, we can still fix them > until the next release. > > Latest version can be found on branch: > github.com/cohuck/qemu cpumodel-s390x-v3 > > --------------------------------Concept------------------------------------ > Apart from reviewed-by's (thanks Eduardo) only small comment fixups for the first patch. I think this is ready to go. Conny, what do you think? How to proceed? David