From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL v2 for-2.8 0/9] tcg queued patches
Date: Tue, 1 Nov 2016 06:07:41 -0600 [thread overview]
Message-ID: <1478002070-26676-1-git-send-email-rth@twiddle.net> (raw)
V2, now with more windows workarounds. I'll note that I have not
been 100% successful in actually building a mingw64 image. But
at least the error Peter saw with v1 is fixed.
I'll report on the other mingw64 failures under separate cover.
r~
The following changes since commit e80b4b8fb6babce7dcc91ea9ddeecbc351fd4646:
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' into staging (2016-10-31 18:19:06 +0000)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20161101
for you to fetch changes up to 13110e2d41d0b9d77edea5b23e1a808c86eb22cb:
tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension (2016-10-31 21:36:29 -0600)
----------------------------------------------------------------
tcg queued patches
----------------------------------------------------------------
Joseph Myers (1):
tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension
Peter Maydell (1):
tcg/tcg.h: Improve documentation of TCGv_i32 etc types
Pranith Kumar (1):
MAINTAINERS: Update PPC status and maintainer
Richard Henderson (6):
target-cris: Do not dump cpu state with -d in_asm
target-microblaze: Do not dump cpu state with -d in_asm
target-openrisc: Do not dump cpu state with -d in_asm
log: Add locking to large logging blocks
tcg: Add tcg_gen_mulsu2_{i32,i64,tl}
target-microblaze: Cleanup dec_mul
MAINTAINERS | 4 +--
cpu-exec.c | 2 ++
exec.c | 2 ++
include/qemu/log.h | 16 ++++++++++
include/sysemu/os-posix.h | 12 ++++++++
include/sysemu/os-win32.h | 11 +++++++
target-alpha/translate.c | 2 ++
target-arm/translate-a64.c | 2 ++
target-arm/translate.c | 2 ++
target-cris/translate.c | 27 +++-------------
target-i386/translate.c | 4 +++
target-lm32/translate.c | 2 ++
target-m68k/translate.c | 2 ++
target-microblaze/translate.c | 72 ++++++++-----------------------------------
target-mips/translate.c | 2 ++
target-openrisc/translate.c | 9 +++---
target-ppc/translate.c | 2 ++
target-s390x/translate.c | 2 ++
target-sh4/translate.c | 2 ++
target-sparc/translate.c | 2 ++
target-tilegx/translate.c | 6 +++-
target-tricore/translate.c | 2 ++
target-unicore32/translate.c | 2 ++
target-xtensa/translate.c | 2 ++
tcg/tcg-op.c | 45 ++++++++++++++++++++++++++-
tcg/tcg-op.h | 4 +++
tcg/tcg.c | 8 +++++
tcg/tcg.h | 38 ++++++++++++++++++-----
translate-all.c | 2 ++
29 files changed, 188 insertions(+), 100 deletions(-)
next reply other threads:[~2016-11-01 12:07 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-01 12:07 Richard Henderson [this message]
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 1/9] target-cris: Do not dump cpu state with -d in_asm Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 2/9] target-microblaze: " Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 3/9] target-openrisc: " Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 4/9] log: Add locking to large logging blocks Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 5/9] tcg: Add tcg_gen_mulsu2_{i32, i64, tl} Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 6/9] target-microblaze: Cleanup dec_mul Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 7/9] MAINTAINERS: Update PPC status and maintainer Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 8/9] tcg/tcg.h: Improve documentation of TCGv_i32 etc types Richard Henderson
2016-11-01 12:07 ` [Qemu-devel] [PULL v2 for-2.8 9/9] tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension Richard Henderson
2016-11-01 14:26 ` [Qemu-devel] [PULL v2 for-2.8 0/9] tcg queued patches Peter Maydell
2016-11-01 16:38 ` Richard Henderson
2016-11-01 15:34 ` Richard Henderson
2016-11-01 15:54 ` Peter Maydell
2016-11-01 16:20 ` Daniel P. Berrange
2016-11-01 16:26 ` Peter Maydell
2016-11-01 17:43 ` Daniel P. Berrange
2016-11-01 17:51 ` Richard Henderson
2016-11-01 18:17 ` Peter Maydell
2016-11-01 19:21 ` Richard Henderson
2016-11-01 21:08 ` 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=1478002070-26676-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).