qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/6 v4] tilegx: Can load elf64 tilegx binary suc


From: Chen Gang S
Subject: Re: [Qemu-devel] [PATCH 0/6 v4] tilegx: Can load elf64 tilegx binary successfully for linux-user
Date: Mon, 23 Feb 2015 09:37:26 +0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 2/23/15 06:32, Bastian Koppelmann wrote:
> 
> On 02/22/2015 01:31 PM, Chen Gang S wrote:
>> Chen Gang (6):
>>    target-tilegx: Firstly add to qemu with minimized features
>>    linux-user: tilegx: Firstly add architecture related features
>>    linux-user: tilegx: Add target features support within qemu
>>    linux-user: Support tilegx architecture in syscall
>>    linux-user: Support tilegx architecture in linux-user
>>    linux-user/syscall.c: Switch all macros which are not defined in
>>      tilegx
>>
>>   configure                             |   7 +
>>   default-configs/tilegx-linux-user.mak |   1 +
>>   include/elf.h                         |   2 +
>>   linux-user/elfload.c                  |  23 +++
>>   linux-user/main.c                     |  74 +++++++++
>>   linux-user/syscall.c                  |  50 +++++-
>>   linux-user/syscall_defs.h             |  38 ++++-
>>   linux-user/tilegx/syscall.h           |  80 ++++++++++
>>   linux-user/tilegx/syscall_nr.h        | 278 
>> +++++++++++++++++++++++++++++++++
>>   linux-user/tilegx/target_cpu.h        |  35 +++++
>>   linux-user/tilegx/target_signal.h     |  28 ++++
>>   linux-user/tilegx/target_structs.h    |  48 ++++++
>>   linux-user/tilegx/termbits.h          | 285 
>> ++++++++++++++++++++++++++++++++++
>>   target-tilegx/Makefile.objs           |   1 +
>>   target-tilegx/cpu-qom.h               |  72 +++++++++
>>   target-tilegx/cpu.c                   | 162 +++++++++++++++++++
>>   target-tilegx/cpu.h                   |  85 ++++++++++
>>   target-tilegx/helper.h                |   0
>>   target-tilegx/translate.c             |  54 +++++++
>>   19 files changed, 1318 insertions(+), 5 deletions(-)
>>   create mode 100644 default-configs/tilegx-linux-user.mak
>>   create mode 100644 linux-user/tilegx/syscall.h
>>   create mode 100644 linux-user/tilegx/syscall_nr.h
>>   create mode 100644 linux-user/tilegx/target_cpu.h
>>   create mode 100644 linux-user/tilegx/target_signal.h
>>   create mode 100644 linux-user/tilegx/target_structs.h
>>   create mode 100644 linux-user/tilegx/termbits.h
>>   create mode 100644 target-tilegx/Makefile.objs
>>   create mode 100644 target-tilegx/cpu-qom.h
>>   create mode 100644 target-tilegx/cpu.c
>>   create mode 100644 target-tilegx/cpu.h
>>   create mode 100644 target-tilegx/helper.h
>>   create mode 100644 target-tilegx/translate.c
>>
> Hi Chen,
> 
> while looking at the diffstat, I see no change to the maintainer file. Can 
> you add someone (you?), who will take care of this code you're trying to add?
> 

Excuse me, I guess, I am not the suitable maintainer for it.

 - At present, in fact, I am not quite familiar with tile, not quite
   familiar with qemu.

 - I am not quite sure I can still have enough time resources on qemu:
   In holidays, I can (e.g. Chinese Spring Festival, but in work days,
   I guess, I can not.

 - I suggest to let other tile related members as maintainer (although
   I am not quite sure whether they have enough time resource or not).

If really nobody have enough time resource as the related maintainer, I
should be. Since I start it, I have duty to let it grow up (although I
really have no enough time resource on it).

Really welcome any tile related members to be as the related maintainer.


> Btw, cool looking cpu architecture.
> 

For me, tilegx is really cool!  :-)


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]