[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2 0/3] Adding new user mode target ppc64le-linux-
From: |
Tom Musta |
Subject: |
Re: [Qemu-ppc] [PATCH v2 0/3] Adding new user mode target ppc64le-linux-user |
Date: |
Tue, 13 May 2014 07:08:45 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 5/13/2014 2:06 AM, Alexander Graf wrote:
>
> 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
>
>
Doug & I have agreed that I will take these the rest of the way. I am still
testing in a few
environments that are different from Doug's and may have a few additions.
Also, Peter suggested that LTP be run ... I am going to look into this but as a
follow-on effort to
these patches.