qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.8 0/9] tcg updates
@ 2016-10-31 14:47 Richard Henderson
  2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 1/9] target-cris: Do not dump cpu state with -d in_asm Richard Henderson
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Richard Henderson @ 2016-10-31 14:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

These are the queued tcg patches that ought to go in for
the 2.8 cycle.  I've deferred the bitfield extraction patches
until the 2.9 cycle begins.


r~



The following changes since commit 4178c782f85530d261058abdccc734aa9b7c89ca:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161028' into staging (2016-10-31 11:12:02 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20161031

for you to fetch changes up to 4c9b0b404851264bb97856696ca1bdd130b24a4d:

  tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension (2016-10-31 08:37:40 -0600)

----------------------------------------------------------------
queued tcg 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 ++++++++++
 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 ++
 27 files changed, 165 insertions(+), 100 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-10-31 17:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 14:47 [Qemu-devel] [PULL for-2.8 0/9] tcg updates Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 1/9] target-cris: Do not dump cpu state with -d in_asm Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 2/9] target-microblaze: " Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 4/9] log: Add locking to large logging blocks Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 5/9] tcg: Add tcg_gen_mulsu2_{i32, i64, tl} Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 6/9] target-microblaze: Cleanup dec_mul Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 7/9] MAINTAINERS: Update PPC status and maintainer Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 8/9] tcg/tcg.h: Improve documentation of TCGv_i32 etc types Richard Henderson
2016-10-31 14:47 ` [Qemu-devel] [PULL for-2.8 9/9] tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension Richard Henderson
2016-10-31 16:40 ` [Qemu-devel] [PULL for-2.8 0/9] tcg updates Peter Maydell
2016-10-31 16:57   ` Richard Henderson
2016-10-31 17:25     ` Peter Maydell

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).