From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMN00-0000jP-Jy for qemu-devel@nongnu.org; Tue, 26 Aug 2014 16:05:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMMzl-00037J-Gk for qemu-devel@nongnu.org; Tue, 26 Aug 2014 16:05:48 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:44615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMMzk-00036Z-Oa for qemu-devel@nongnu.org; Tue, 26 Aug 2014 16:05:33 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 27 Aug 2014 06:05:28 +1000 Message-ID: <1409083516.25772.96.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 27 Aug 2014 06:05:16 +1000 In-Reply-To: <20140826072442.GA9923@voom.redhat.com> References: <20140825134353.2361.52046.stgit@aravindap> <20140825134526.2361.74648.stgit@aravindap> <20140826053952.GP9923@voom.redhat.com> <1409033740.25772.94.camel@pasglop> <20140826072442.GA9923@voom.redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] target-ppc: Register and handle HCALL to receive updated RTAS region List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, Aravinda Prasad , aik@au1.ibm.com, qemu-devel@nongnu.org, paulus@samba.org On Tue, 2014-08-26 at 17:24 +1000, David Gibson wrote: > > Beware that SLOF needs to call RTAS for its own reasons... > > > > So it would be instanciated twice. > > I don't see that that would cause a big problem, or am I missing > something? Well, not necessarily, just pointing out that SLOF will need more adjustments. Cheers, Ben.