qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Yoshinori Sato <ysato@users.sourceforge.jp>, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, richard.henderson@linaro.org
Subject: Re: [Qemu-devel] [PATCH v10 01/13] target/rx: TCG translation
Date: Wed, 8 May 2019 18:29:29 +0200	[thread overview]
Message-ID: <a6e0032c-883f-1b00-f15b-3cb2dc8120c5@redhat.com> (raw)
In-Reply-To: <20190508145611.107133-2-ysato@users.sourceforge.jp>

On 5/8/19 4:55 PM, Yoshinori Sato wrote:
> This part only supported RXv1 instructions.
> Instruction manual.
> https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01us0032ej0120_rxsm.pdf
> 
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> ---
>  target/rx/translate.c  | 2432 ++++++++++++++++++++++++++++++++++++++++++++++++
>  target/rx/insns.decode |  617 ++++++++++++
>  2 files changed, 3049 insertions(+)
>  create mode 100644 target/rx/translate.c
>  create mode 100644 target/rx/insns.decode

I got this error (haven't look at it):

qemu/target/rx/translate.c: In function 'trans_XCHG_mr':
qemu/target/rx/translate.c:744:5: error: 'addr' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
     tcg_gen_atomic_xchg_i32(cpu_regs[a->rd], addr, cpu_regs[a->rd],
     ^
cc1: all warnings being treated as errors
qemu/rules.mak:69: recipe for target 'target/rx/translate.o' failed



  parent reply	other threads:[~2019-05-08 16:30 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08 14:55 [Qemu-devel] [PATCH v10 00/13] Add RX archtecture support Yoshinori Sato
2019-05-08 14:55 ` [Qemu-devel] [PATCH v10 01/13] target/rx: TCG translation Yoshinori Sato
2019-05-08 16:12   ` Philippe Mathieu-Daudé
2019-05-08 16:29   ` Philippe Mathieu-Daudé [this message]
2019-05-08 17:19   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 02/13] target/rx: TCG helper Yoshinori Sato
2019-05-08 17:23   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 03/13] target/rx: CPU definition Yoshinori Sato
2019-05-08 17:24   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 04/13] target/rx: RX disassembler Yoshinori Sato
2019-05-08 15:25   ` Philippe Mathieu-Daudé
2019-05-08 17:25   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 05/13] target/rx: Miscellaneous files Yoshinori Sato
2019-05-08 16:05   ` Philippe Mathieu-Daudé
2019-05-08 17:26   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 06/13] hw/intc: RX62N interrupt controller (ICUa) Yoshinori Sato
2019-05-08 16:27   ` Philippe Mathieu-Daudé
2019-05-13  5:57     ` Yoshinori Sato
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 07/13] hw/timer: RX62N internal timer modules Yoshinori Sato
2019-05-08 16:31   ` Philippe Mathieu-Daudé
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 08/13] hw/char: RX62N serial communication interface (SCI) Yoshinori Sato
2019-05-08 16:16   ` Philippe Mathieu-Daudé
2019-05-13  5:53     ` Yoshinori Sato
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 09/13] hw/rx: RX Target hardware definition Yoshinori Sato
2019-05-08 15:59   ` Philippe Mathieu-Daudé
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 10/13] Add rx-softmmu Yoshinori Sato
2019-05-08 16:01   ` Philippe Mathieu-Daudé
2019-05-08 17:31   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 11/13] MAINTAINERS: Add RX Yoshinori Sato
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 12/13] hw/registerfields.h: Add 8bit and 16bit register macros Yoshinori Sato
2019-05-08 17:32   ` Richard Henderson
2019-05-08 14:56 ` [Qemu-devel] [PATCH v10 13/13] qemu/bitops.h: Add extract8 and extract16 Yoshinori Sato
2019-05-08 17:37   ` Richard Henderson
2019-05-08 17:25 ` [Qemu-devel] [PATCH v10 00/13] Add RX archtecture support Richard Henderson

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=a6e0032c-883f-1b00-f15b-3cb2dc8120c5@redhat.com \
    --to=philmd@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=ysato@users.sourceforge.jp \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).