From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wk6nK-0006wX-W5 for qemu-devel@nongnu.org; Tue, 13 May 2014 03:06:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wk6nD-000218-GM for qemu-devel@nongnu.org; Tue, 13 May 2014 03:06:34 -0400 Message-ID: <5371C471.6040603@suse.de> Date: Tue, 13 May 2014 09:06:25 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1399713400-8619-1-git-send-email-dougkwan@google.com> In-Reply-To: <1399713400-8619-1-git-send-email-dougkwan@google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] Adding new user mode target ppc64le-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Doug Kwan , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: riku.voipio@iki.fi On 10.05.14 11:16, Doug Kwan wrote: > Hi > > I have made changes based on comments to the previous set of pathces. > > 1. Target name is now ppc64le-linux-user. > 2. I used a memop mask to avoid generating redundant byteswap pairs that > cancel out each other. This is suggested by Peter Maydell. > 3. There is code to handle machine name correctly in uname. > > This is not mean to be final though. Tom Musta of IBM kindly offered to help > me with this. So I am handling over this set of patches. Tom will continue > from this version. > > Thanks for all the comments and suggestions so far. I like the patch set for the most part. I guess in v3 it will be ready for inclusion :). Alex