qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 00/10] collected tcg patches
Date: Wed, 21 Oct 2015 11:42:49 -1000	[thread overview]
Message-ID: <1445463779-5823-1-git-send-email-rth@twiddle.net> (raw)

Backend patches for ppc64 and mipsr6, plus the nochain patch
that's been dangling for a while.


r~


The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad:

  Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into staging (2015-10-19 12:13:27 +0100)

are available in the git repository at:

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

for you to fetch changes up to 89a82cd4b6a90fe117fa715e2abe51d5c607560c:

  cpu-exec: Add "nochain" debug flag (2015-10-19 11:04:39 -1000)

----------------------------------------------------------------
Collected tcg backend patches

----------------------------------------------------------------
James Hogan (6):
      tcg-opc.h: Simplify insn_start def
      disas/mips: Add R6 jr/jr.hb to disassembler
      tcg/mips: Add use_mips32r6_instructions definition
      tcg/mips: Support r6 JR encoding
      tcg/mips: Support r6 multiply/divide encodings
      tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ

Richard Henderson (4):
      tcg/ppc: Adjust exit_tb for change in prologue placement
      tcg/ppc: Revise goto_tb implementation
      tcg/ppc: Prefer mask over andi.
      cpu-exec: Add "nochain" debug flag

 cpu-exec.c            |  3 +-
 disas/mips.c          |  2 ++
 include/qemu/log.h    |  1 +
 qemu-log.c            |  3 ++
 tcg/mips/tcg-target.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++-----
 tcg/mips/tcg-target.h | 11 +++++--
 tcg/ppc/tcg-target.c  | 79 ++++++++++++++++++++++++++++----------------
 tcg/tcg-opc.h         | 13 +++-----
 translate-all.c       |  2 ++
 9 files changed, 158 insertions(+), 46 deletions(-)

             reply	other threads:[~2015-10-21 21:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21 21:42 Richard Henderson [this message]
2015-10-21 21:42 ` [Qemu-devel] [PULL 01/10] tcg/ppc: Adjust exit_tb for change in prologue placement Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 02/10] tcg/ppc: Revise goto_tb implementation Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 03/10] tcg/ppc: Prefer mask over andi Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 04/10] tcg-opc.h: Simplify insn_start def Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 05/10] disas/mips: Add R6 jr/jr.hb to disassembler Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 06/10] tcg/mips: Add use_mips32r6_instructions definition Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 07/10] tcg/mips: Support r6 JR encoding Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 08/10] tcg/mips: Support r6 multiply/divide encodings Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 09/10] tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ Richard Henderson
2015-10-21 21:42 ` [Qemu-devel] [PULL 10/10] cpu-exec: Add "nochain" debug flag Richard Henderson
2015-10-22  6:34   ` Edgar E. Iglesias
2015-10-22 11:02 ` [Qemu-devel] [PULL 00/10] collected tcg patches Peter Maydell
2015-10-22 17:47   ` 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=1445463779-5823-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).