qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] d06ede: elf: Add EM_RX definition


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] d06ede: elf: Add EM_RX definition
Date: Wed, 28 Oct 2020 12:59:22 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d06edeca2f26d33f5823e6ab883408dab6ef25dc
      
https://github.com/qemu/qemu/commit/d06edeca2f26d33f5823e6ab883408dab6ef25dc
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M include/elf.h

  Log Message:
  -----------
  elf: Add EM_RX definition

RX's ELF machine is not defined in "elf.h".
Added it.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200814131438.28406-1-ysato@users.sourceforge.jp>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 2f5af2dcf3cfd051e121fef2b861d46d113f1ac7
      
https://github.com/qemu/qemu/commit/2f5af2dcf3cfd051e121fef2b861d46d113f1ac7
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M hw/timer/sh_timer.c

  Log Message:
  -----------
  hw/timer/sh_timer: Coding style clean-up

Replace TAB characters with spaces, put code after case-statement on
separate lines and add some curly braces in related lines to keep
checkpatch.pl happy.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201020153935.54315-2-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 97edd8ba4b167b6adfbda9598280e5b31270fd40
      
https://github.com/qemu/qemu/commit/97edd8ba4b167b6adfbda9598280e5b31270fd40
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M hw/timer/sh_timer.c

  Log Message:
  -----------
  hw/timer/sh_timer: Silence warnings about missing fallthrough statements

When compiling with -Werror=implicit-fallthrough, gcc complains about
missing fallthrough annotations in this file. Looking at the code,
the fallthrough is very likely intended here, so add some comments
to silence the compiler warnings.

Fixes: cd1a3f6840e ("Stand-alone TMU emulation code")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201020153935.54315-3-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 45514b48df9d46478b10929cdfe1b74f01dceb99
      
https://github.com/qemu/qemu/commit/45514b48df9d46478b10929cdfe1b74f01dceb99
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M hw/timer/sh_timer.c

  Log Message:
  -----------
  hw/timer/sh_timer: Remove superfluous "break" statements

hw_error() is marked as QEMU_NORETURN, so the "break" statements
after this function are just dead code.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201020153935.54315-4-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 02b8e735c16d50e2108621a4af283989b38f508b
      
https://github.com/qemu/qemu/commit/02b8e735c16d50e2108621a4af283989b38f508b
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M target/sh4/op_helper.c
    M target/sh4/translate.c

  Log Message:
  -----------
  target/sh4: Update coding style to make checkpatch.pl happy

Avoid checkpatch.pl warnings in the next commit.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 23b5d9fa099aa2fcd89869a4fc581a26c63edb1a
      
https://github.com/qemu/qemu/commit/23b5d9fa099aa2fcd89869a4fc581a26c63edb1a
  Author: Lichang Zhao <zhaolichang@huawei.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M target/sh4/cpu.h
    M target/sh4/op_helper.c
    M target/sh4/translate.c

  Log Message:
  -----------
  target/sh4: fix some comment spelling errors

There are many spelling errors in the comments of target/sh4.
Use spellcheck to check the spelling errors, then fix them.

Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
Reviewed-by: Philippe Mathieu-Daude<f4bug@amsat.org>
Message-Id: <20201009064449.2336-10-zhaolichang@huawei.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 9784143808a0692adf98578e4ba89170c83da354
      
https://github.com/qemu/qemu/commit/9784143808a0692adf98578e4ba89170c83da354
  Author: Lichang Zhao <zhaolichang@huawei.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M target/rx/op_helper.c
    M target/rx/translate.c

  Log Message:
  -----------
  target/rx: Fix some comment spelling errors

There are many spelling errors in the comments of target/rx.
Use spellcheck to check the spelling errors, then fix them.

Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
Reviewed-by: Philippe Mathieu-Daude<f4bug@amsat.org>
Message-Id: <20201009064449.2336-5-zhaolichang@huawei.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 81c76433407a1c5b5560a3b8fb593671667e9b13
      
https://github.com/qemu/qemu/commit/81c76433407a1c5b5560a3b8fb593671667e9b13
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M target/rx/insns.decode

  Log Message:
  -----------
  target/rx: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201023123840.19988-1-chetan4windows@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: bbc48d2bcb9711614fbe751c2c5ae13e172fbca8
      
https://github.com/qemu/qemu/commit/bbc48d2bcb9711614fbe751c2c5ae13e172fbca8
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M hw/timer/sh_timer.c
    M include/elf.h
    M target/rx/insns.decode
    M target/rx/op_helper.c
    M target/rx/translate.c
    M target/sh4/cpu.h
    M target/sh4/op_helper.c
    M target/sh4/translate.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' 
into staging

Renesas patches (SH4 and RX)

- Fix few warnings (Thomas Huth)
- Fix typos (Lichang Zhao, Chetan Pant)

CI jobs results:
. https://cirrus-ci.com/build/6368903343374336
. https://gitlab.com/philmd/qemu/-/pipelines/207919103
. https://travis-ci.org/github/philmd/qemu/builds/739133105

# gpg: Signature made Mon 26 Oct 2020 23:27:39 GMT
# gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" 
[full]
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

* remotes/philmd-gitlab/tags/renesas-20201027:
  target/rx: Fix Lesser GPL version number
  target/rx: Fix some comment spelling errors
  target/sh4: fix some comment spelling errors
  target/sh4: Update coding style to make checkpatch.pl happy
  hw/timer/sh_timer: Remove superfluous "break" statements
  hw/timer/sh_timer: Silence warnings about missing fallthrough statements
  hw/timer/sh_timer: Coding style clean-up
  elf: Add EM_RX definition

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/5c27a8551857...bbc48d2bcb97



reply via email to

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