From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL v2 0/8] tcg queued patches
Date: Fri, 29 Dec 2017 12:56:05 -0800 [thread overview]
Message-ID: <20171229205605.21108-1-richard.henderson@linaro.org> (raw)
In-Reply-To: <20171229193113.11753-1-richard.henderson@linaro.org>
Ho hum. While rebasing I accidentally used a constrained build
tree that didn't build sh4-linux-user, and an extra reference to
the removed TCGV_IS_UNUSED had crept in in the meantime.
I have pushed a revised tag with the same name.
r~
The following changes since commit 281f327487c9c9b1599f93c589a408bbf4a651b8:
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request' into staging (2017-12-22 00:11:36 +0000)
are available in the Git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20171229
for you to fetch changes up to 4fad446bc955fcaa08a21388cf82268824bea10e:
tcg: add cs_base and flags to -d exec output (2017-12-29 12:43:40 -0800)
----------------------------------------------------------------
Queued TCG patches
----------------------------------------------------------------
Alex Bennée (1):
target/*helper: don't check retaddr before calling cpu_restore_state
Paolo Bonzini (1):
tcg: add cs_base and flags to -d exec output
Richard Henderson (6):
target/moxie: Fix tlb_fill
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
tcg: Dynamically allocate TCGOps
tcg: Generalize TCGOp parameters
tcg: Add tcg_signed_cond
tcg: Allow 6 arguments to TCG helpers
include/exec/gen-icount.h | 9 +-
include/exec/helper-gen.h | 11 +++
include/exec/helper-head.h | 2 +
include/exec/helper-proto.h | 5 +
include/exec/helper-tcg.h | 7 ++
include/qemu/queue.h | 5 +
target/arm/translate.h | 10 +-
tcg/tcg-op.h | 4 -
tcg/tcg.h | 60 +++++-------
accel/tcg/cpu-exec.c | 6 +-
accel/tcg/tcg-runtime.c | 5 +-
target/alpha/mem_helper.c | 13 +--
target/alpha/translate.c | 22 ++---
target/arm/op_helper.c | 18 ++--
target/arm/translate-a64.c | 37 ++++---
target/arm/translate.c | 31 +++---
target/cris/translate.c | 4 +-
target/hppa/translate.c | 63 ++++++------
target/i386/svm_helper.c | 4 +-
target/i386/translate.c | 13 ++-
target/lm32/op_helper.c | 7 +-
target/lm32/translate.c | 2 -
target/m68k/op_helper.c | 7 +-
target/m68k/translate.c | 14 +--
target/microblaze/op_helper.c | 7 +-
target/microblaze/translate.c | 4 -
target/mips/translate.c | 2 +-
target/moxie/helper.c | 5 +-
target/nios2/mmu.c | 7 +-
target/nios2/translate.c | 6 +-
target/openrisc/mmu_helper.c | 6 +-
target/ppc/translate.c | 2 +-
target/s390x/translate.c | 42 ++++----
target/sh4/translate.c | 4 +-
target/sparc/translate.c | 2 +-
target/tilegx/translate.c | 10 +-
target/tricore/op_helper.c | 13 +--
target/unicore32/op_helper.c | 7 +-
target/unicore32/translate.c | 4 +-
tcg/optimize.c | 20 +---
tcg/tcg-op.c | 24 -----
tcg/tcg.c | 149 +++++++++++------------------
tcg/tci.c | 12 ++-
tcg/tci/tcg-target.inc.c | 6 +-
scripts/coccinelle/cpu_restore_state.cocci | 19 ++++
45 files changed, 313 insertions(+), 397 deletions(-)
create mode 100644 scripts/coccinelle/cpu_restore_state.cocci
next prev parent reply other threads:[~2017-12-29 20:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-29 19:31 [Qemu-devel] [PULL 0/8] tcg queued patches Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 1/8] target/*helper: don't check retaddr before calling cpu_restore_state Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 2/8] target/moxie: Fix tlb_fill Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 3/8] tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 4/8] tcg: Dynamically allocate TCGOps Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 5/8] tcg: Generalize TCGOp parameters Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 6/8] tcg: Add tcg_signed_cond Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 7/8] tcg: Allow 6 arguments to TCG helpers Richard Henderson
2017-12-29 19:31 ` [Qemu-devel] [PULL 8/8] tcg: add cs_base and flags to -d exec output Richard Henderson
2017-12-29 20:01 ` [Qemu-devel] [PULL 0/8] tcg queued patches no-reply
2017-12-29 20:02 ` no-reply
2017-12-29 20:17 ` no-reply
2017-12-29 20:56 ` Richard Henderson [this message]
2018-01-08 21:01 ` [Qemu-devel] [PULL v2 " Peter Maydell
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=20171229205605.21108-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).