From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acucE-0004JH-FU for qemu-devel@nongnu.org; Mon, 07 Mar 2016 07:50:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acucB-00007y-8x for qemu-devel@nongnu.org; Mon, 07 Mar 2016 07:50:26 -0500 Received: from e06smtp08.uk.ibm.com ([195.75.94.104]:60672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acucA-00007h-Vf for qemu-devel@nongnu.org; Mon, 07 Mar 2016 07:50:23 -0500 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 7 Mar 2016 12:40:18 -0000 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 6F03717D805A for ; Mon, 7 Mar 2016 12:40:43 +0000 (GMT) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u27CeGQG1704268 for ; Mon, 7 Mar 2016 12:40:16 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 u27CeFe8014187 for ; Mon, 7 Mar 2016 05:40:15 -0700 Date: Mon, 7 Mar 2016 13:40:13 +0100 From: David Hildenbrand Message-ID: <20160307134013.32c6e699@thinkpad-w530> In-Reply-To: <1457112875-5209-7-git-send-email-mjrosato@linux.vnet.ibm.com> References: <1457112875-5209-1-git-send-email-mjrosato@linux.vnet.ibm.com> <1457112875-5209-7-git-send-email-mjrosato@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v9 6/7] s390x/cpu: Add error handling to cpu creation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Rosato Cc: imammedo@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com, bharata@linux.vnet.ibm.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com, afaerber@suse.de, rth@twiddle.net > Check for and propogate errors during s390 cpu creation. > > Signed-off-by: Matthew Rosato Looks good to me. Reviewed-by: David Hildenbrand David