Re: [Qemu-devel] [PATCH v14 00/33] TileGX basic instructions

2015-09-10 Thread Chen Gang
Hello all: It looks tilegx still outside of qemu master tree. I guess, I have to still use my own implementation to continue analyzing gcc testsuite (or I am not quite sure whether I can finish analyzing within this month). Welcome any ideas, suggestions and completions. Thanks. On 8/30/15 12:

Re: [Qemu-devel] [PATCH v14 00/33] TileGX basic instructions

2015-08-29 Thread Chen Gang
After download and merge the all related patches to my local qemu, for me:  - The refactor code is really very good to me! :-)  - It cause "hello world" test program "segment fault". Do we need fix all related issues before merge the code?  - If I need fix them after finish merging the refacto

Re: [Qemu-devel] [PATCH v14 00/33] TileGX basic instructions

2015-08-29 Thread Chen Gang
Is tilegx patches OK to qemu mater tree? Or shall I do anything for it? If I should do something for it, please let me know, I shall try. I almost finished analyzing one gcc bug (found root cause, got correct result with my patch), it was waiting review. If I needn't do anything for tilegx mergi

Re: [Qemu-devel] [PATCH v14 00/33] TileGX basic instructions

2015-08-24 Thread Chen Gang
On 8/25/15 00:17, Richard Henderson wrote: > I've flushed out the v13 I posted last Thursday to handle all the > instructions required to execute Hello World. In the process I > found a number of bugs and design flaws in v13, and reshaped the > translation a bit to better handle insns with no regi

[Qemu-devel] [PATCH v14 00/33] TileGX basic instructions

2015-08-24 Thread Richard Henderson
I've flushed out the v13 I posted last Thursday to handle all the instructions required to execute Hello World. In the process I found a number of bugs and design flaws in v13, and reshaped the translation a bit to better handle insns with no register outputs. Please review. After this, I would