qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/6 v7] target-tilegx: Firstly add TILE-Gx with


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 1/6 v7] target-tilegx: Firstly add TILE-Gx with minimized features
Date: Fri, 20 Mar 2015 17:48:58 +0000

On 20 March 2015 at 15:25, Chen Gang <address@hidden> wrote:
> It is the configure and build system support for TILE-Gx (tilegx will be
> used in configure and real sub-directory name).
>
> At present, it is linux-user only, and can finish the first system call
> (uname) execution in __libc_start_main().
>
> Signed-off-by: Chen Gang <address@hidden>
> ---
>  configure                             |    3 +
>  default-configs/tilegx-linux-user.mak |    1 +
>  target-tilegx/Makefile.objs           |    1 +
>  target-tilegx/cpu-qom.h               |   73 ++
>  target-tilegx/cpu.c                   |  149 +++
>  target-tilegx/cpu.h                   |   94 ++
>  target-tilegx/helper.c                |   31 +
>  target-tilegx/helper.h                |    1 +
>  target-tilegx/opcode_tilegx.h         | 1406 ++++++++++++++++++++++++++
>  target-tilegx/translate.c             | 1764 
> +++++++++++++++++++++++++++++++++
>  10 files changed, 3523 insertions(+)

If you have any patch which has a diffstat like this then
you *must* split it up into separate patches. Even
1000 lines is really too long to be easily
reviewable, and this patch is now over three times
that size! Most patches should be 250 lines or
less, really, unless they're very mechanical.

-- PMM



reply via email to

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