[PULL 00/42] tcg patch queue

Richard Henderson posted 42 patches 12 months ago
Failed in applying to current master (apply log)
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Aurelien Jarno <aurelien@aurel32.net>, Peter Maydell <peter.maydell@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Michael Rolnik <mrolnik@gmail.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Taylor Simpson <tsimpson@quicinc.com>, Alessandro Di Federico <ale@rev.ng>, Anton Johansson <anjo@rev.ng>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Max Filippov <jcmvbkbc@gmail.com>, WANG Xuerui <git@xen0n.name>, Huacai Chen <chenhuacai@kernel.org>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <Alistair.Francis@wdc.com>
There is a newer version of this series
configs/targets/alpha-linux-user.mak        |   1 -
configs/targets/alpha-softmmu.mak           |   1 -
configs/targets/hppa-linux-user.mak         |   1 -
configs/targets/hppa-softmmu.mak            |   1 -
configs/targets/sparc-linux-user.mak        |   1 -
configs/targets/sparc-softmmu.mak           |   1 -
configs/targets/sparc32plus-linux-user.mak  |   1 -
configs/targets/sparc64-linux-user.mak      |   1 -
configs/targets/sparc64-softmmu.mak         |   1 -
include/tcg/tcg-ldst.h                      |  10 +-
include/tcg/tcg-op.h                        |  55 -----
target/hexagon/macros.h                     |  14 +-
tcg/riscv/tcg-target-con-set.h              |   8 -
tcg/riscv/tcg-target.h                      |  22 +-
tcg/tcg-internal.h                          |   4 -
accel/tcg/cputlb.c                          |   6 +-
fpu/softfloat.c                             |   2 +-
target/alpha/translate.c                    |  38 +--
target/avr/translate.c                      |  16 +-
target/hexagon/genptr.c                     |   8 +-
target/hexagon/idef-parser/parser-helpers.c |  28 +--
target/hexagon/translate.c                  |  32 +--
target/hppa/translate.c                     |   2 +-
target/m68k/translate.c                     |  76 ++----
target/mips/tcg/translate.c                 |   8 +-
target/s390x/tcg/translate.c                | 152 ++++++------
target/sparc/ldst_helper.c                  |  10 +-
target/sparc/translate.c                    |  85 ++++---
target/xtensa/translate.c                   |   4 +-
tcg/tcg.c                                   |  58 +++--
target/cris/translate_v10.c.inc             |  18 +-
target/mips/tcg/nanomips_translate.c.inc    |   2 +-
tcg/aarch64/tcg-target.c.inc                | 108 ++++++---
tcg/arm/tcg-target.c.inc                    | 357 +++++++++++++---------------
tcg/i386/tcg-target.c.inc                   | 345 ++++++++++++++-------------
tcg/loongarch64/tcg-target.c.inc            | 135 +++++------
tcg/mips/tcg-target.c.inc                   | 186 ++++++++-------
tcg/ppc/tcg-target.c.inc                    | 192 ++++++++-------
tcg/riscv/tcg-target.c.inc                  | 268 ++++++---------------
tcg/s390x/tcg-target.c.inc                  | 131 +++++-----
tcg/sparc64/tcg-target.c.inc                |   8 +-
tcg/tcg-ldst.c.inc                          |  14 --
42 files changed, 1120 insertions(+), 1291 deletions(-)
[PULL 00/42] tcg patch queue
Posted by Richard Henderson 12 months ago
The following changes since commit a9fe9e191b4305b88c356a1ed9ac3baf89eb18aa:

  Merge tag 'pull-riscv-to-apply-20230505-1' of https://github.com/alistair23/qemu into staging (2023-05-05 09:25:13 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230505

for you to fetch changes up to 35a0bd63b458f30389b6bc6b7471c1665fe7b9d8:

  tcg: Widen helper_*_st[bw]_mmu val arguments (2023-05-05 17:21:03 +0100)

----------------------------------------------------------------
softfloat: Fix the incorrect computation in float32_exp2
tcg: Remove compatability helpers for qemu ld/st
target/alpha: Remove TARGET_ALIGNED_ONLY
target/hppa: Remove TARGET_ALIGNED_ONLY
target/sparc: Remove TARGET_ALIGNED_ONLY
tcg: Cleanups preparing to unify calls to qemu_ld/st helpers

----------------------------------------------------------------
Richard Henderson (41):
      target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*
      target/cris: Finish conversion to tcg_gen_qemu_{ld,st}_*
      target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
      target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*
      target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*
      target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*
      target/sparc: Finish conversion to tcg_gen_qemu_{ld, st}_*
      target/xtensa: Finish conversion to tcg_gen_qemu_{ld, st}_*
      tcg: Remove compatability helpers for qemu ld/st
      target/alpha: Use MO_ALIGN for system UNALIGN()
      target/alpha: Use MO_ALIGN where required
      target/alpha: Remove TARGET_ALIGNED_ONLY
      target/hppa: Use MO_ALIGN for system UNALIGN()
      target/hppa: Remove TARGET_ALIGNED_ONLY
      target/sparc: Use MO_ALIGN where required
      target/sparc: Use cpu_ld*_code_mmu
      target/sparc: Remove TARGET_ALIGNED_ONLY
      tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/i386: Generalize multi-part load overlap test
      tcg/i386: Introduce HostAddress
      tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
      tcg/i386: Introduce tcg_out_testi
      tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/aarch64: Introduce HostAddress
      tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/arm: Introduce HostAddress
      tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/loongarch64: Introduce HostAddress
      tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/ppc: Introduce HostAddress
      tcg/riscv: Require TCG_TARGET_REG_BITS == 64
      tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
      tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
      tcg/s390x: Introduce HostAddress
      tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
      tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
      tcg: Move TCGLabelQemuLdst to tcg.c
      tcg: Replace REG_P with arg_loc_reg_p
      tcg: Introduce arg_slot_stk_ofs
      tcg: Widen helper_*_st[bw]_mmu val arguments

Shivaprasad G Bhat (1):
      softfloat: Fix the incorrect computation in float32_exp2

 configs/targets/alpha-linux-user.mak        |   1 -
 configs/targets/alpha-softmmu.mak           |   1 -
 configs/targets/hppa-linux-user.mak         |   1 -
 configs/targets/hppa-softmmu.mak            |   1 -
 configs/targets/sparc-linux-user.mak        |   1 -
 configs/targets/sparc-softmmu.mak           |   1 -
 configs/targets/sparc32plus-linux-user.mak  |   1 -
 configs/targets/sparc64-linux-user.mak      |   1 -
 configs/targets/sparc64-softmmu.mak         |   1 -
 include/tcg/tcg-ldst.h                      |  10 +-
 include/tcg/tcg-op.h                        |  55 -----
 target/hexagon/macros.h                     |  14 +-
 tcg/riscv/tcg-target-con-set.h              |   8 -
 tcg/riscv/tcg-target.h                      |  22 +-
 tcg/tcg-internal.h                          |   4 -
 accel/tcg/cputlb.c                          |   6 +-
 fpu/softfloat.c                             |   2 +-
 target/alpha/translate.c                    |  38 +--
 target/avr/translate.c                      |  16 +-
 target/hexagon/genptr.c                     |   8 +-
 target/hexagon/idef-parser/parser-helpers.c |  28 +--
 target/hexagon/translate.c                  |  32 +--
 target/hppa/translate.c                     |   2 +-
 target/m68k/translate.c                     |  76 ++----
 target/mips/tcg/translate.c                 |   8 +-
 target/s390x/tcg/translate.c                | 152 ++++++------
 target/sparc/ldst_helper.c                  |  10 +-
 target/sparc/translate.c                    |  85 ++++---
 target/xtensa/translate.c                   |   4 +-
 tcg/tcg.c                                   |  58 +++--
 target/cris/translate_v10.c.inc             |  18 +-
 target/mips/tcg/nanomips_translate.c.inc    |   2 +-
 tcg/aarch64/tcg-target.c.inc                | 108 ++++++---
 tcg/arm/tcg-target.c.inc                    | 357 +++++++++++++---------------
 tcg/i386/tcg-target.c.inc                   | 345 ++++++++++++++-------------
 tcg/loongarch64/tcg-target.c.inc            | 135 +++++------
 tcg/mips/tcg-target.c.inc                   | 186 ++++++++-------
 tcg/ppc/tcg-target.c.inc                    | 192 ++++++++-------
 tcg/riscv/tcg-target.c.inc                  | 268 ++++++---------------
 tcg/s390x/tcg-target.c.inc                  | 131 +++++-----
 tcg/sparc64/tcg-target.c.inc                |   8 +-
 tcg/tcg-ldst.c.inc                          |  14 --
 42 files changed, 1120 insertions(+), 1291 deletions(-)
Re: [PULL 00/42] tcg patch queue
Posted by Richard Henderson 12 months ago
On 5/5/23 22:24, Richard Henderson wrote:
> The following changes since commit a9fe9e191b4305b88c356a1ed9ac3baf89eb18aa:
> 
>    Merge tag 'pull-riscv-to-apply-20230505-1' ofhttps://github.com/alistair23/qemu  into staging (2023-05-05 09:25:13 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git  tags/pull-tcg-20230505
> 
> for you to fetch changes up to 35a0bd63b458f30389b6bc6b7471c1665fe7b9d8:
> 
>    tcg: Widen helper_*_st[bw]_mmu val arguments (2023-05-05 17:21:03 +0100)
> 
> ----------------------------------------------------------------
> softfloat: Fix the incorrect computation in float32_exp2
> tcg: Remove compatability helpers for qemu ld/st
> target/alpha: Remove TARGET_ALIGNED_ONLY
> target/hppa: Remove TARGET_ALIGNED_ONLY
> target/sparc: Remove TARGET_ALIGNED_ONLY
> tcg: Cleanups preparing to unify calls to qemu_ld/st helpers

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~