From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN5z4-0004x2-AE for qemu-devel@nongnu.org; Thu, 28 Aug 2014 16:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN5yu-00048J-Bq for qemu-devel@nongnu.org; Thu, 28 Aug 2014 16:07:50 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:59477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN5yt-00046z-Nk for qemu-devel@nongnu.org; Thu, 28 Aug 2014 16:07:40 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 29 Aug 2014 06:07:34 +1000 Message-ID: <1409256443.17335.1.camel@pasglop> From: Benjamin Herrenschmidt Date: Fri, 29 Aug 2014 06:07:23 +1000 In-Reply-To: <53FF642E.5070205@linux.vnet.ibm.com> References: <20140825134353.2361.52046.stgit@aravindap> <20140825134535.2361.37728.stgit@aravindap> <53FDA9EB.5010301@suse.de> <53FEC868.9060009@linux.vnet.ibm.com> <53FEEA0A.4060204@suse.de> <1409221308.25772.194.camel@pasglop> <53FF0483.3060806@suse.de> <1409221991.25772.198.camel@pasglop> <53FF642E.5070205@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 3/5] target-ppc: Build error log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aravinda Prasad Cc: aik@au1.ibm.com, qemu-ppc@nongnu.org, Alexander Graf , paulus@samba.org, qemu-devel@nongnu.org On Thu, 2014-08-28 at 22:47 +0530, Aravinda Prasad wrote: > Should we avoid having error log in 0x7000? As per above only > ibm,nmi-register-2 places error log in 0x7000 which will be terminated > in future? The question is which variant Linux uses and which variant are other OSes we might be interested in use ? We might have to implement both, but I would probably start with just ibm,nmi-register Cheers, Ben.