[Qemu-devel] [PULL 00/15] Queued target/sh4 patches

Aurelien Jarno posted 15 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170513093248.18230-1-aurelien@aurel32.net
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
target/sh4/cpu.c       |   1 +
target/sh4/cpu.h       |  18 ++-
target/sh4/helper.c    |   4 +-
target/sh4/op_helper.c |  26 ++--
target/sh4/translate.c | 322 +++++++++++++++++++++++--------------------------
5 files changed, 181 insertions(+), 190 deletions(-)
[Qemu-devel] [PULL 00/15] Queued target/sh4 patches
Posted by Aurelien Jarno 6 years, 10 months ago
The following changes since commit ecc1f5adeec4e3324d1b695a7c54e3967c526949:

  maintainers: Add myself as linux-user reviewer (2017-05-11 13:31:11 -0400)

are available in the git repository at:

  git://git.aurel32.net/qemu.git tags/pull-target-sh4-20170513

for you to fetch changes up to 57e2d417d3108a6e28e705f4a9d6ff22ab79af16:

  target/sh4: use cpu_loop_exit_restore (2017-05-13 11:18:27 +0200)

----------------------------------------------------------------
Queued target/sh4 patches

----------------------------------------------------------------
Aurelien Jarno (15):
  target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
  target/sh4: get rid of DELAY_SLOT_CLEARME
  target/sh4: do not include DELAY_SLOT_TRUE in the TB state
  target/sh4: move DELAY_SLOT_TRUE flag into a separate global
  target/sh4: fix BS_STOP exit
  target/sh4: fix BS_EXCP exit
  target/sh4: only save flags state at the end of the TB
  target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
  target/sh4: optimize gen_store_fpr64
  target/sh4: optimize gen_write_sr using extract op
  target/sh4: generate fences for SH4
  target/sh4: implement tas.b using atomic helper
  target/sh4: movua.l is an SH4-A only instruction
  target/sh4: trap unaligned accesses
  target/sh4: use cpu_loop_exit_restore

 target/sh4/cpu.c       |   1 +
 target/sh4/cpu.h       |  18 ++-
 target/sh4/helper.c    |   4 +-
 target/sh4/op_helper.c |  26 ++--
 target/sh4/translate.c | 322 +++++++++++++++++++++++--------------------------
 5 files changed, 181 insertions(+), 190 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL 00/15] Queued target/sh4 patches
Posted by Stefan Hajnoczi 6 years, 10 months ago
On Sat, May 13, 2017 at 11:32:33AM +0200, Aurelien Jarno wrote:
> The following changes since commit ecc1f5adeec4e3324d1b695a7c54e3967c526949:
> 
>   maintainers: Add myself as linux-user reviewer (2017-05-11 13:31:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.aurel32.net/qemu.git tags/pull-target-sh4-20170513
> 
> for you to fetch changes up to 57e2d417d3108a6e28e705f4a9d6ff22ab79af16:
> 
>   target/sh4: use cpu_loop_exit_restore (2017-05-13 11:18:27 +0200)
> 
> ----------------------------------------------------------------
> Queued target/sh4 patches
> 
> ----------------------------------------------------------------
> Aurelien Jarno (15):
>   target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
>   target/sh4: get rid of DELAY_SLOT_CLEARME
>   target/sh4: do not include DELAY_SLOT_TRUE in the TB state
>   target/sh4: move DELAY_SLOT_TRUE flag into a separate global
>   target/sh4: fix BS_STOP exit
>   target/sh4: fix BS_EXCP exit
>   target/sh4: only save flags state at the end of the TB
>   target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
>   target/sh4: optimize gen_store_fpr64
>   target/sh4: optimize gen_write_sr using extract op
>   target/sh4: generate fences for SH4
>   target/sh4: implement tas.b using atomic helper
>   target/sh4: movua.l is an SH4-A only instruction
>   target/sh4: trap unaligned accesses
>   target/sh4: use cpu_loop_exit_restore
> 
>  target/sh4/cpu.c       |   1 +
>  target/sh4/cpu.h       |  18 ++-
>  target/sh4/helper.c    |   4 +-
>  target/sh4/op_helper.c |  26 ++--
>  target/sh4/translate.c | 322 +++++++++++++++++++++++--------------------------
>  5 files changed, 181 insertions(+), 190 deletions(-)
> 
> -- 
> 2.11.0
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan