From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMALC-00082g-Rf for qemu-devel@nongnu.org; Tue, 26 Aug 2014 02:34:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMAL2-0001eX-Hf for qemu-devel@nongnu.org; Tue, 26 Aug 2014 02:34:50 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:55227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMAL2-0001eD-Bd for qemu-devel@nongnu.org; Tue, 26 Aug 2014 02:34:40 -0400 Received: from /spool/local by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Aug 2014 00:34:38 -0600 Message-ID: <53FC2A73.1000200@linux.vnet.ibm.com> Date: Tue, 26 Aug 2014 12:04:27 +0530 From: Aravinda Prasad MIME-Version: 1.0 References: <20140825134353.2361.52046.stgit@aravindap> <20140825134516.2361.32987.stgit@aravindap> <20140826053802.GO9923@voom.redhat.com> In-Reply-To: <20140826053802.GO9923@voom.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] target-ppc: Extend rtas-blob List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, benh@au1.ibm.com, aik@au1.ibm.com, qemu-devel@nongnu.org, paulus@samba.org On Tuesday 26 August 2014 11:08 AM, David Gibson wrote: > On Mon, Aug 25, 2014 at 07:15:16PM +0530, Aravinda Prasad wrote: >> Extend rtas-blob to accommodate error log. Error log >> structure is saved in rtas space upon a machine check >> exception. > > Hrm. Putting the reserved space into the actual firmware image file > seems really clumsy to me. Wouldn't it be better to reserve the space > directly from qemu, then just paste the 20 bytes of code into that > area. Hmm. It is possible to it from qemu. In that case we can get rid of spapr-rtas.S. Let me think about that. Regards, Aravinda > --