[PULL 0/8] Renesas patches for 2020-10-27

Philippe Mathieu-Daudé posted 8 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201026232935.92777-1-f4bug@amsat.org
include/elf.h          |  2 +
target/sh4/cpu.h       |  2 +-
target/rx/insns.decode |  2 +-
hw/timer/sh_timer.c    | 90 +++++++++++++++++++++++++++---------------
target/rx/op_helper.c  |  2 +-
target/rx/translate.c  |  2 +-
target/sh4/op_helper.c |  8 ++--
target/sh4/translate.c |  8 ++--
8 files changed, 74 insertions(+), 42 deletions(-)
[PULL 0/8] Renesas patches for 2020-10-27
Posted by Philippe Mathieu-Daudé 5 years ago
The following changes since commit 1dc887329a10903940501b43e8c0cc67af7c06d5:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' =
into staging (2020-10-26 17:19:26 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/renesas-20201027

for you to fetch changes up to 81c76433407a1c5b5560a3b8fb593671667e9b13:

  target/rx: Fix Lesser GPL version number (2020-10-27 00:22:56 +0100)

----------------------------------------------------------------
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
----------------------------------------------------------------

Chetan Pant (1):
  target/rx: Fix Lesser GPL version number

Lichang Zhao (2):
  target/sh4: fix some comment spelling errors
  target/rx: Fix some comment spelling errors

Philippe Mathieu-Daud=C3=A9 (1):
  target/sh4: Update coding style to make checkpatch.pl happy

Thomas Huth (3):
  hw/timer/sh_timer: Coding style clean-up
  hw/timer/sh_timer: Silence warnings about missing fallthrough
    statements
  hw/timer/sh_timer: Remove superfluous "break" statements

Yoshinori Sato (1):
  elf: Add EM_RX definition

 include/elf.h          |  2 +
 target/sh4/cpu.h       |  2 +-
 target/rx/insns.decode |  2 +-
 hw/timer/sh_timer.c    | 90 +++++++++++++++++++++++++++---------------
 target/rx/op_helper.c  |  2 +-
 target/rx/translate.c  |  2 +-
 target/sh4/op_helper.c |  8 ++--
 target/sh4/translate.c |  8 ++--
 8 files changed, 74 insertions(+), 42 deletions(-)

--=20
2.26.2

Re: [PULL 0/8] Renesas patches for 2020-10-27
Posted by Peter Maydell 5 years ago
On Mon, 26 Oct 2020 at 23:32, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit 1dc887329a10903940501b43e8c0cc67af7c06d5:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' =
> into staging (2020-10-26 17:19:26 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/renesas-20201027
>
> for you to fetch changes up to 81c76433407a1c5b5560a3b8fb593671667e9b13:
>
>   target/rx: Fix Lesser GPL version number (2020-10-27 00:22:56 +0100)
>
> ----------------------------------------------------------------
> 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
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM