Re: [Qemu-devel] [PATCH 03/12 v9] linux-user: Support tilegx architecture in syscall

2015-04-10 Thread Chen Gang
On 4/10/15 05:38, Peter Maydell wrote: > On 27 March 2015 at 10:50, Chen Gang wrote: [...] >> >> +#elif defined(TARGET_TILEGX) >> + >> +/* Copy from Linux kernel "uapi/asm-generic/stat.h" */ >> +struct target_stat { >> +abi_ulong st_dev; /* Device. */ >> +abi_ulong

[Qemu-devel] [PATCH 03/12 v9] linux-user: Support tilegx architecture in syscall

2015-03-27 Thread Chen Gang
Add tilegx architecture in "syscall_defs.h", all related features (ioctrl, and stat) are based on Linux kernel tilegx 64-bit implementation. Signed-off-by: Chen Gang --- linux-user/syscall_defs.h | 38 ++ 1 file changed, 34 insertions(+), 4 deletions(-) diff