qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 00/14] TCG misc queued patches
Date: Wed,  6 Sep 2017 07:49:26 -0700	[thread overview]
Message-ID: <20170906144940.30880-1-richard.henderson@linaro.org> (raw)

This includes the tcg/ia64 removal, the tcg/s390 patch set that
was recently acked, a couple of Pranith's memory ordering patches,
and some fixes and additions to disas/i386.


r~


The following changes since commit b07d1c2f5607489d4d4a6a65ce36a3e896ac065e:

  Revert "kvm: use DIV_ROUND_UP" (2017-09-05 18:55:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 4609190b5f7f68a5e2a8738029594f45a062d4c9:

  tcg/s390: Use slbgr for setcond le and leu (2017-09-06 07:24:46 -0700)

----------------------------------------------------------------
Queued tcg patches

----------------------------------------------------------------
Pranith Kumar (2):
      tcg: Add tcg target default memory ordering
      tcg: Implement implicit ordering semantics

Richard Henderson (12):
      tcg: Remove support for ia64 as host
      disas/i386: Fix disassembly of two-byte vex prefixes
      disas/i386: Add disassembly of vex.0f38.f5
      disas/i386: Add disassembly of rorx
      tcg/s390: Fully convert tcg_target_op_def
      tcg/s390: Merge cmpi facilities check to tcg_target_op_def
      tcg/s390: Merge muli facilities check to tcg_target_op_def
      tcg/s390: Merge add2i facilities check to tcg_target_op_def
      tcg/s390: Merge ori+xori facilities check to tcg_target_op_def
      tcg/s390: Use distinct-operands facility
      tcg/s390: Use load-on-condition-2 facility
      tcg/s390: Use slbgr for setcond le and leu

 tcg/aarch64/tcg-target.h  |     2 +
 tcg/arm/tcg-target.h      |     2 +
 tcg/ia64/tcg-target.h     |   198 -
 tcg/mips/tcg-target.h     |     2 +
 tcg/ppc/tcg-target.h      |     2 +
 tcg/s390/tcg-target.h     |     4 +
 tcg/sparc/tcg-target.h    |     2 +
 disas.c                   |     2 -
 disas/i386.c              |    29 +-
 disas/ia64.c              | 10600 --------------------------------------------
 tcg/ia64/tcg-target.inc.c |  2482 -----------
 tcg/s390/tcg-target.inc.c |   700 +--
 tcg/tcg-op.c              |    16 +
 MAINTAINERS               |     6 -
 configure                 |     6 -
 disas/Makefile.objs       |     1 -
 16 files changed, 432 insertions(+), 13622 deletions(-)
 delete mode 100644 tcg/ia64/tcg-target.h
 delete mode 100644 disas/ia64.c
 delete mode 100644 tcg/ia64/tcg-target.inc.c

             reply	other threads:[~2017-09-06 14:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-06 14:49 Richard Henderson [this message]
2017-09-06 14:49 ` [Qemu-devel] [PULL 01/14] tcg: Remove support for ia64 as host Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 02/14] tcg: Add tcg target default memory ordering Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 03/14] tcg: Implement implicit ordering semantics Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 04/14] disas/i386: Fix disassembly of two-byte vex prefixes Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 05/14] disas/i386: Add disassembly of vex.0f38.f5 Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 06/14] disas/i386: Add disassembly of rorx Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 07/14] tcg/s390: Fully convert tcg_target_op_def Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 08/14] tcg/s390: Merge cmpi facilities check to tcg_target_op_def Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 09/14] tcg/s390: Merge muli " Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 10/14] tcg/s390: Merge add2i " Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 11/14] tcg/s390: Merge ori+xori " Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 12/14] tcg/s390: Use distinct-operands facility Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 13/14] tcg/s390: Use load-on-condition-2 facility Richard Henderson
2017-09-06 14:49 ` [Qemu-devel] [PULL 14/14] tcg/s390: Use slbgr for setcond le and leu Richard Henderson
2017-09-07 13:28 ` [Qemu-devel] [PULL 00/14] TCG misc queued 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=20170906144940.30880-1-richard.henderson@linaro.org \
    --to=richard.henderson@linaro.org \
    --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).