From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN88g-0006mr-Fq for qemu-devel@nongnu.org; Thu, 28 Aug 2014 18:26:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN88S-0001u1-J5 for qemu-devel@nongnu.org; Thu, 28 Aug 2014 18:25:54 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:48025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN88R-0001tb-U5 for qemu-devel@nongnu.org; Thu, 28 Aug 2014 18:25:40 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 29 Aug 2014 08:25:36 +1000 Message-ID: <1409264725.17335.23.camel@pasglop> From: Benjamin Herrenschmidt Date: Fri, 29 Aug 2014 08:25:25 +1000 In-Reply-To: <53FFAAC4.2050408@suse.de> References: <20140825134353.2361.52046.stgit@aravindap> <20140825134516.2361.32987.stgit@aravindap> <53FF0732.6090008@suse.de> <53FF72DD.5010009@linux.vnet.ibm.com> <53FFAAC4.2050408@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/5] target-ppc: Extend rtas-blob List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: aik@au1.ibm.com, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Aravinda Prasad , paulus@samba.org On Fri, 2014-08-29 at 00:18 +0200, Alexander Graf wrote: > I strongly disagree with David. Legally there is no difference between a > .bin file that contains code and an array made of instructions. And the > more target code we can keep outside of QEMU the better. Ugh ... having a separate file with it's own build system etc... for 5 instructions is borderline ridiculous too :-) Cheers, Ben.