From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 0/8] tcg queued patches
Date: Tue, 23 Feb 2016 10:33:01 -0800 [thread overview]
Message-ID: <1456252389-4416-1-git-send-email-rth@twiddle.net> (raw)
A revision of the Feb 15 pull, with patch 5 adjusted to work around
the reported Werror bug in gcc 4.8.2, and Peter's renaming patch
set included.
r~
The following changes since commit 90ce6e2644db2c47d72f364b4de57342e50bd10a:
include: Clean up includes (2016-02-23 12:43:05 +0000)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20160223
for you to fetch changes up to c3b7f66800fbf9f47fddbcf2e2cd30ea932e0aae:
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c (2016-02-23 08:31:03 -0800)
----------------------------------------------------------------
Queued TCG patches
----------------------------------------------------------------
Peter Maydell (3):
tcg: Rename tcg-target.c to tcg-target.inc.c
scripts/clean-includes: Ignore .inc.c files
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
Richard Henderson (5):
tcg: Work around clang bug wrt enum ranges, part 2
tcg: Implement indirect memory registers
tcg: Allocate indirect_base temporaries in a different order
target-sparc: Tidy global register initialization
target-sparc: Use global registers for the register window
qemu-tech.texi | 2 +-
scripts/clean-includes | 5 +
target-sparc/translate.c | 204 ++++++++++++-------------
tcg/README | 5 +-
tcg/aarch64/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/arm/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/i386/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/ia64/{tcg-target.c => tcg-target.inc.c} | 0
tcg/mips/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/ppc/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/s390/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/sparc/{tcg-target.c => tcg-target.inc.c} | 1 -
tcg/tcg.c | 145 ++++++++++++------
tcg/tcg.h | 4 +-
tcg/tci/README | 4 +-
tcg/tci/{tcg-target.c => tcg-target.inc.c} | 1 -
16 files changed, 214 insertions(+), 163 deletions(-)
rename tcg/aarch64/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/arm/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/i386/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/ia64/{tcg-target.c => tcg-target.inc.c} (100%)
rename tcg/mips/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/ppc/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/s390/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/sparc/{tcg-target.c => tcg-target.inc.c} (99%)
rename tcg/tci/{tcg-target.c => tcg-target.inc.c} (99%)
next reply other threads:[~2016-02-23 18:33 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 18:33 Richard Henderson [this message]
2016-02-23 18:33 ` [Qemu-devel] [PULL 1/8] tcg: Work around clang bug wrt enum ranges, part 2 Richard Henderson
2016-02-23 18:33 ` [Qemu-devel] [PULL 2/8] tcg: Implement indirect memory registers Richard Henderson
2016-02-23 18:33 ` [Qemu-devel] [PULL 3/8] tcg: Allocate indirect_base temporaries in a different order Richard Henderson
2016-02-23 18:33 ` [Qemu-devel] [PULL 4/8] target-sparc: Tidy global register initialization Richard Henderson
2016-02-23 18:33 ` [Qemu-devel] [PULL 5/8] target-sparc: Use global registers for the register window Richard Henderson
2016-06-14 21:52 ` Mark Cave-Ayland
2016-06-16 20:26 ` Richard Henderson
2016-06-16 21:53 ` Mark Cave-Ayland
2016-06-24 3:57 ` Richard Henderson
2016-06-24 6:36 ` Paolo Bonzini
2016-06-24 8:12 ` Peter Maydell
2016-06-24 8:16 ` Paolo Bonzini
2016-06-24 10:42 ` Mark Cave-Ayland
2016-06-24 12:03 ` Paolo Bonzini
2016-06-24 12:35 ` Artyom Tarasenko
2016-02-23 18:33 ` [Qemu-devel] [PULL 6/8] tcg: Rename tcg-target.c to tcg-target.inc.c Richard Henderson
2016-02-23 18:33 ` [Qemu-devel] [PULL 7/8] scripts/clean-includes: Ignore .inc.c files Richard Henderson
2016-02-23 18:33 ` [Qemu-devel] [PULL 8/8] tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c Richard Henderson
2016-02-25 9:47 ` [Qemu-devel] [PULL 0/8] tcg queued patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2017-12-29 19:31 Richard Henderson
2017-12-29 20:01 ` no-reply
2017-12-29 20:02 ` no-reply
2017-12-29 20:17 ` no-reply
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=1456252389-4416-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).