From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [PULL 00/10] tcg patch queue, v2
Date: Mon, 20 Sep 2021 19:25:24 -0700 [thread overview]
Message-ID: <20210921022534.365291-1-richard.henderson@linaro.org> (raw)
Drop has_work patches.
Add a few more misc cleanups.
The following changes since commit 326ff8dd09556fc2e257196c49f35009700794ac:
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2021-09-20 16:17:05 +0100)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210920
for you to fetch changes up to b21ba5dfe3f4a367910d490d10fa7c9fa76f1504:
tcg/riscv: Remove add with zero on user-only memory access (2021-09-20 14:17:54 -0700)
----------------------------------------------------------------
Move cpu_signal_handler declaration.
Restrict cpu_handle_halt to sysemu.
Make do_unaligned_access noreturn.
Misc tcg/mips cleanup
Misc tcg/sparc cleanup
Misc tcg/riscv cleanup
----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
accel/tcg: Restrict cpu_handle_halt() to sysemu
Richard Henderson (9):
include/exec: Move cpu_signal_handler declaration
tcg/mips: Drop inline markers
tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
tcg/mips: Unset TCG_TARGET_HAS_direct_jump
tcg/mips: Drop special alignment for code_gen_buffer
tcg/sparc: Drop inline markers
tcg/sparc: Introduce tcg_out_mov_delay
hw/core: Make do_unaligned_access noreturn
tcg/riscv: Remove add with zero on user-only memory access
include/exec/exec-all.h | 13 +++++
include/hw/core/tcg-cpu-ops.h | 3 +-
target/alpha/cpu.h | 10 +---
target/arm/cpu.h | 7 ---
target/arm/internals.h | 2 +-
target/avr/cpu.h | 2 -
target/cris/cpu.h | 8 ----
target/hexagon/cpu.h | 3 --
target/hppa/cpu.h | 3 --
target/i386/cpu.h | 7 ---
target/m68k/cpu.h | 8 ----
target/microblaze/cpu.h | 9 +---
target/mips/cpu.h | 3 --
target/mips/internal.h | 2 -
target/mips/tcg/tcg-internal.h | 4 +-
target/nios2/cpu.h | 6 +--
target/openrisc/cpu.h | 2 -
target/ppc/cpu.h | 7 ---
target/ppc/internal.h | 4 +-
target/riscv/cpu.h | 4 +-
target/rx/cpu.h | 4 --
target/s390x/cpu.h | 7 ---
target/s390x/s390x-internal.h | 4 +-
target/sh4/cpu.h | 7 +--
target/sparc/cpu.h | 2 -
target/tricore/cpu.h | 2 -
target/xtensa/cpu.h | 6 +--
tcg/mips/tcg-target.h | 12 ++---
accel/tcg/cpu-exec.c | 6 ++-
target/hppa/cpu.c | 7 +--
tcg/region.c | 91 -----------------------------------
tcg/mips/tcg-target.c.inc | 105 ++++++++++++++---------------------------
tcg/riscv/tcg-target.c.inc | 10 +---
tcg/sparc/tcg-target.c.inc | 64 ++++++++++++++-----------
34 files changed, 119 insertions(+), 315 deletions(-)
next reply other threads:[~2021-09-21 2:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-21 2:25 Richard Henderson [this message]
2021-09-21 2:25 ` [PULL 01/10] include/exec: Move cpu_signal_handler declaration Richard Henderson
2021-09-21 2:25 ` [PULL 02/10] accel/tcg: Restrict cpu_handle_halt() to sysemu Richard Henderson
2021-09-21 2:25 ` [PULL 03/10] tcg/mips: Drop inline markers Richard Henderson
2021-09-21 2:25 ` [PULL 04/10] tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr Richard Henderson
2021-09-21 2:25 ` [PULL 05/10] tcg/mips: Unset TCG_TARGET_HAS_direct_jump Richard Henderson
2021-09-21 2:25 ` [PULL 06/10] tcg/mips: Drop special alignment for code_gen_buffer Richard Henderson
2021-09-21 2:25 ` [PULL 07/10] tcg/sparc: Drop inline markers Richard Henderson
2021-09-21 2:25 ` [PULL 08/10] tcg/sparc: Introduce tcg_out_mov_delay Richard Henderson
2021-09-21 2:25 ` [PULL 09/10] hw/core: Make do_unaligned_access noreturn Richard Henderson
2021-09-21 2:25 ` [PULL 10/10] tcg/riscv: Remove add with zero on user-only memory access 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=20210921022534.365291-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).