From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 0/4] Queued tcg related patches
Date: Fri, 11 Sep 2015 09:12:27 -0700 [thread overview]
Message-ID: <1441987951-5870-1-git-send-email-rth@twiddle.net> (raw)
Cherry pick some reviewed patches that touch generic TCG.
Hopefully this unsticks both patch sets, since they now touch only
target-* code, which can be independently reviewed and committed.
r~
The following changes since commit ba9cef7b6e487a5a8969db81d09b8eec8a2b50c6:
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-09-11' into staging (2015-09-11 12:07:29 +0100)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20150911
for you to fetch changes up to 1c3c8af1fb40a481c07749e0448644d9b7700415:
cpu-exec: introduce loop exit with restore function (2015-09-11 08:16:16 -0700)
----------------------------------------------------------------
queued tcg related patches
----------------------------------------------------------------
Benjamin Herrenschmidt (1):
tlb: Add "ifetch" argument to cpu_mmu_index()
Pavel Dovgalyuk (3):
softmmu: add helper function to pass through retaddr
softmmu: remove now unused functions
cpu-exec: introduce loop exit with restore function
cpu-exec.c | 9 +++++
cputlb.c | 2 +-
include/exec/cpu_ldst.h | 23 ++----------
include/exec/cpu_ldst_template.h | 59 ++++++++++++++++++++++++++-----
include/exec/cpu_ldst_useronly_template.h | 25 +++++++++++++
include/exec/exec-all.h | 1 +
softmmu_template.h | 22 ------------
target-alpha/cpu.h | 2 +-
target-alpha/translate.c | 2 +-
target-arm/cpu.h | 4 +--
target-arm/helper.c | 4 +--
target-cris/cpu.h | 2 +-
target-cris/translate.c | 6 ++--
target-cris/translate_v10.c | 2 +-
target-i386/cpu.h | 2 +-
target-i386/translate.c | 2 +-
target-lm32/cpu.h | 2 +-
target-m68k/cpu.h | 2 +-
target-microblaze/cpu.h | 2 +-
target-microblaze/mmu.c | 2 +-
target-microblaze/translate.c | 16 ++++-----
target-mips/cpu.h | 2 +-
target-mips/op_helper.c | 4 +--
target-moxie/cpu.h | 2 +-
target-openrisc/cpu.h | 2 +-
target-openrisc/translate.c | 2 +-
target-ppc/cpu.h | 2 +-
target-s390x/cpu.h | 2 +-
target-s390x/mem_helper.c | 4 +--
target-sh4/cpu.h | 2 +-
target-sparc/cpu.h | 2 +-
target-sparc/mmu_helper.c | 2 +-
target-sparc/translate.c | 2 +-
target-tricore/cpu.h | 2 +-
target-tricore/translate.c | 2 +-
target-unicore32/cpu.h | 2 +-
target-xtensa/cpu.h | 2 +-
tcg/tcg.h | 23 ++++++++++++
38 files changed, 155 insertions(+), 95 deletions(-)
next reply other threads:[~2015-09-11 16:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 16:12 Richard Henderson [this message]
2015-09-11 16:12 ` [Qemu-devel] [PULL 1/4] tlb: Add "ifetch" argument to cpu_mmu_index() Richard Henderson
2015-09-11 16:12 ` [Qemu-devel] [PULL 2/4] softmmu: add helper function to pass through retaddr Richard Henderson
2015-09-11 16:12 ` [Qemu-devel] [PULL 3/4] softmmu: remove now unused functions Richard Henderson
2015-09-11 16:12 ` [Qemu-devel] [PULL 4/4] cpu-exec: introduce loop exit with restore function Richard Henderson
2015-09-14 9:38 ` [Qemu-devel] [PULL 0/4] Queued tcg related patches 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=1441987951-5870-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--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).