All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: "Chen Gang" <xili_gchen_5257@hotmail.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Chris Metcalf" <cmetcalf@ezchip.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"walt@tilera.com" <walt@tilera.com>,
	"Riku Voipio" <riku.voipio@iki.fi>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 00/16 v1] tilegx: Firstly add tilegx target for linux-user
Date: Thu, 20 Aug 2015 22:15:37 -0700	[thread overview]
Message-ID: <55D6B3F9.8030109@twiddle.net> (raw)
In-Reply-To: <BLU436-SMTP1272239F6C920D8BF101ACAB9660@phx.gbl>

First off, this isn't v1.  The previous patch set you posted was v12.

On 08/20/2015 02:32 PM, Chen Gang wrote:
> Chen Gang (16):
>    linux-user: tilegx: Firstly add architecture related features
>    linux-user: Support tilegx architecture in linux-user
>    linux-user/syscall.c: conditionalize syscalls which are not defined in
>      tilegx
>    target-tilegx: Add opcode basic implementation from Tilera Corporation
>    target-tilegx/opcode_tilegx.h: Modify it to fit QEMU usage
>    target-tilegx: Add special register information from Tilera
>      Corporation
>    target-tilegx: Add cpu basic features for linux-user
>    target-tilegx: Add several helpers for instructions translation
>    target-tilegx: Generate tcg instructions to finish "Hello world"

This patch is too big.  Way way too big.

We've discussed this before, and you changed the v9 patch set in the correct 
direction (though it wasn't split far enough).  But then you merged them all 
back together in v10.  That's just unacceptable.

>    target-tilegx: Add TILE-Gx building files
>    target-tilegx: Add related feature to support iret instruction
>    target-tilegx: Implement decode_rrr_8_opcode_y0
>    target-tilegx: Use int8_t instead of uint8_t for imm8 in gen_st_add()
>    linux-user: main: Use negative qemu errno for syscall return errno
>    tilegx: Match with the latest qemu master tree

These three patches are fixes for previous patches should have been merged back 
into the respective original patches.

>    target-tilegx: Implement additional instructions in normal working
>      flow

This patch is also too big.

In addition, I believe there's a better way to organize the decoding.  I 
mentioned this before in one of the review cycles, but this was not followed up 
from either your side or mine.  I've spent the evening flushing out the idea 
and will follow up with a patch set.


r~

  parent reply	other threads:[~2015-08-21  5:15 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <55D608BF.4050806@hotmail.com>
2015-08-20 17:04 ` [Qemu-devel] [PATCH 00/16] tilegx: Firstly add tilegx target for linux-user gchen gchen
     [not found]   ` <55D609D2.9050309@hotmail.com>
2015-08-20 17:09     ` [Qemu-devel] Subject: [PATCH 01/16] linux-user: tilegx: Firstly add architecture related features gchen gchen
2015-08-21  6:30       ` Eric Blake
2015-08-21  6:38         ` Eric Blake
     [not found]           ` <55D79D6C.9020001@hotmail.com>
2015-08-21 21:51             ` gchen gchen
     [not found]   ` <55D60A0A.5010802@hotmail.com>
2015-08-20 17:12     ` [Qemu-devel] [PATCH 02/16] linux-user: Support tilegx architecture in linux-user gchen gchen
     [not found]   ` <55D60B31.6010001@hotmail.com>
2015-08-20 17:14     ` [Qemu-devel] [PATCH 03/16] linux-user/syscall.c: conditionalize syscalls which are not defined in tilegx gchen gchen
     [not found]   ` <55D60BB3.6000005@hotmail.com>
2015-08-20 17:16     ` [Qemu-devel] [PATCH 04/16] target-tilegx: Add opcode basic implementation from Tilera Corporation gchen gchen
     [not found]   ` <55D60C1A.5030206@hotmail.com>
2015-08-20 17:18     ` [Qemu-devel] [PATCH 05/16] target-tilegx/opcode_tilegx.h: Modify it to fit QEMU usage gchen gchen
     [not found]   ` <55D60C72.1050003@hotmail.com>
2015-08-20 17:19     ` [Qemu-devel] [PATCH 06/16] target-tilegx: Add special register information from Tilera Corporation gchen gchen
     [not found]   ` <55D60CD0.3070605@hotmail.com>
2015-08-20 17:21     ` [Qemu-devel] [PATCH 07/16] target-tilegx: Add cpu basic features for linux-user gchen gchen
     [not found]   ` <55D60D32.2030705@hotmail.com>
2015-08-20 17:22     ` [Qemu-devel] [PATCH 08/16] target-tilegx: Add several helpers for instructions translation gchen gchen
     [not found]   ` <55D60DB2.3070605@hotmail.com>
2015-08-20 17:25     ` [Qemu-devel] [PATCH 09/16] target-tilegx: Generate tcg instructions to finish "Hello world" gchen gchen
     [not found]   ` <55D60F06.30008@hotmail.com>
2015-08-20 17:30     ` [Qemu-devel] [PATCH 00/16] tilegx: Firstly add tilegx target for linux-user gchen gchen
2015-08-20 21:32   ` [Qemu-devel] [PATCH 00/16 v1] " Chen Gang
2015-08-20 21:35     ` [Qemu-devel] [PATCH 01/16 v1] linux-user: tilegx: Firstly add architecture related features Chen Gang
2015-08-20 21:36     ` [Qemu-devel] [PATCH 02/16 v1] linux-user: Support tilegx architecture in linux-user Chen Gang
2015-08-20 21:37     ` [Qemu-devel] [PATCH 03/16 v1] linux-user/syscall.c: conditionalize syscalls which are not defined in tilegx Chen Gang
2015-08-20 21:38     ` [Qemu-devel] [PATCH 04/16 v1] target-tilegx: Add opcode basic implementation from Tilera Corporation Chen Gang
2015-08-20 21:39     ` [Qemu-devel] [PATCH 05/16 v1] target-tilegx/opcode_tilegx.h: Modify it to fit QEMU usage Chen Gang
2015-08-20 21:40     ` [Qemu-devel] [PATCH 06/16 v1] target-tilegx: Add special register information from Tilera Corporation Chen Gang
2015-08-20 21:41     ` [Qemu-devel] [PATCH 07/16 v1] target-tilegx: Add cpu basic features for linux-user Chen Gang
2015-08-20 21:41     ` [Qemu-devel] [PATCH 08/16 v1] target-tilegx: Add several helpers for instructions translation Chen Gang
2015-08-20 21:42     ` [Qemu-devel] [PATCH 09/16 v1] target-tilegx: Generate tcg instructions to finish "Hello world" Chen Gang
2015-08-20 21:44     ` [Qemu-devel] [PATCH 11/16 v1] target-tilegx: Add related feature to support iret instruction Chen Gang
2015-08-20 21:47     ` [Qemu-devel] [PATCH 14/16 v1] linux-user: main: Use negative qemu errno for syscall return errno Chen Gang
2015-08-20 21:47     ` [Qemu-devel] [PATCH 15/16 v1] tilegx: Match with the latest qemu master tree Chen Gang
2015-08-20 21:48     ` [Qemu-devel] [PATCH 16/16 v1] target-tilegx: Implement additional instructions in normal working flow Chen Gang
2015-08-21  5:15     ` Richard Henderson [this message]
     [not found]       ` <55D79810.2040902@hotmail.com>
2015-08-21 21:27         ` [Qemu-devel] [PATCH 00/16 v1] tilegx: Firstly add tilegx target for linux-user gchen gchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55D6B3F9.8030109@twiddle.net \
    --to=rth@twiddle.net \
    --cc=afaerber@suse.de \
    --cc=cmetcalf@ezchip.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    --cc=walt@tilera.com \
    --cc=xili_gchen_5257@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.