qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] linux-user/syscall.c: Fix typo issue for using


From: Chen Gang S
Subject: Re: [Qemu-devel] [PATCH] linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of target_vec[i].iov_base
Date: Fri, 23 Jan 2015 22:01:12 +0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 1/23/15 19:21, Peter Maydell wrote:
> On 23 January 2015 at 10:57, Chen Gang S <address@hidden> wrote:
>>
>> Thank you for all of your work.
>>
>> I plan to let qemu support tile architecture: "can let gcc run testsuite
>> with qemu for tile". It is really hard to me, but I should try, it is my
>> duty (I met it, and it's within my boarder, although no one pay for me).
>> :-)
> 
>> Welcome any ideas, suggestions and completions by any members
> 
> My single biggest suggestion is to make sure you split the work
> up so that you can post parts of it as you go along. Typically
> for a target-*/ new port that looks something like
>  * initial framework, but no instruction decode (so all instructions
>    just throw an illegal instruction exception)
>  * support for one or a few simple classes of instruction
>  * gradually fill in the gaps of missing instructions
> 
> This way you get the benefit of code review on your early patches,
> so you can write the later ones in line with the comments you
> get on the first patches. We also get to review the code in
> smaller and more manageable chunks.
> 
> I think the last target code to go in was target-tricore; you
> could look back in the git history and the archives to get an
> idea of how to structure the patchset and the kinds of review
> comment that patchseries received.
> 

That sounds a good idea to me. In this way, I will bother qemu upstream
frequently (which also means will get much help from qemu upstream for
tile, frequently).

If can get much help from qemu upstream frequently (in above way), I
guess, it is possible to me to finish it: "let gcc run testsuit with
tile qemu". :-)

What I shall do for tile qemu should obey the related license of qemu
(all the related code should belong to qemu upstream). If necessary to
follow some copyright working flow, please let me know, I shall follow.


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]