From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bITas-0001Uj-9m for qemu-devel@nongnu.org; Thu, 30 Jun 2016 00:28:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bITap-0001DG-E6 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 00:28:50 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:32118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bITap-0001DC-5A for qemu-devel@nongnu.org; Thu, 30 Jun 2016 00:28:47 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5U4SkUS054307 for ; Thu, 30 Jun 2016 00:28:46 -0400 Received: from e23smtp06.au.ibm.com (e23smtp06.au.ibm.com [202.81.31.148]) by mx0a-001b2d01.pphosted.com with ESMTP id 23uuhuhg8a-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 30 Jun 2016 00:28:45 -0400 Received: from localhost by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 30 Jun 2016 14:28:41 +1000 Date: Thu, 30 Jun 2016 09:58:32 +0530 From: Bharata B Rao Reply-To: bharata@linux.vnet.ibm.com References: <146723340662.9665.6413150884317978000.stgit@bahia.lan> <146723343291.9665.15927503734917936760.stgit@bahia.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <146723343291.9665.15927503734917936760.stgit@bahia.lan> Message-Id: <20160630042832.GC21596@in.ibm.com> Subject: Re: [Qemu-devel] [PATCH 2/8] spapr: do proper error propagation in spapr_cpu_core_realize_child() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: David Gibson , Peter Crosthwaite , Benjamin Herrenschmidt , Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Cedric Le Goater , Scott Wood , Paolo Bonzini , Richard Henderson On Wed, Jun 29, 2016 at 10:50:32PM +0200, Greg Kurz wrote: > This patch changes spapr_cpu_core_realize_child() to have a local error > pointer and use error_propagate() as it is supposed to be done. > > Signed-off-by: Greg Kurz Reviewed-by: Bharata B Rao