qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net, aliguori@amazon.com
Subject: [Qemu-devel] [PULL 00/17] tcg ldst conversions
Date: Sat, 12 Oct 2013 16:31:06 -0700	[thread overview]
Message-ID: <1381620683-4568-1-git-send-email-rth@twiddle.net> (raw)

All of these patches have been posted over the month of September.

This pull includes conversions of 4 of the tcg backends to the new
ldst opcodes.  There are 2 more backends that I have also converted,
ia64 and sparc, but at present I'm not able to re-test those so I've
left them out.

I also include the conversion of the alpha front-end to the new helpers.


r~


The following changes since commit 1cdae4573d7613149348d834c605bfbe3c7d405b:

  Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into staging (2013-10-11 09:38:07 -0700)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tcg-ldst-6

for you to fetch changes up to f8da40aefbd1b40a0c5ab6fb25987943fe01125c:

  target-alpha: Convert to new ldst opcodes (2013-10-12 16:19:20 -0700)

----------------------------------------------------------------
Richard Henderson (17):
      tcg: Use TCGMemOp for TCGLabelQemuLdst.opc
      tcg-i386: Use TCGMemOp within qemu_ldst routines
      tcg-i386: Tidy softmmu routines
      tcg-i386: Remove "cb" output restriction from qemu_st8 for i386
      tcg-i386: Support new ldst opcodes
      tcg-arm: Use TCGMemOp within qemu_ldst routines
      tcg-arm: Convert to le/be ldst helpers
      tcg-arm: Tidy variable naming convention in qemu_ld/st
      tcg-arm: Convert to new ldst opcodes
      tcg-arm: Improve GUEST_BASE qemu_ld/st
      tcg-ppc: Use TCGMemOp within qemu_ldst routines
      tcg-ppc64: Use TCGMemOp within qemu_ldst routines
      tcg-ppc: Convert to le/be ldst helpers
      tcg-ppc64: Convert to le/be ldst helpers
      tcg-ppc: Support new ldst opcodes
      tcg-ppc64: Support new ldst opcodes
      target-alpha: Convert to new ldst opcodes

 target-alpha/translate.c |  49 ++--
 tcg/arm/tcg-target.c     | 556 ++++++++++++++++++++--------------------
 tcg/arm/tcg-target.h     |   2 +-
 tcg/i386/tcg-target.c    | 643 +++++++++++++++++++++--------------------------
 tcg/i386/tcg-target.h    |   2 +-
 tcg/ppc/tcg-target.c     | 202 +++++++--------
 tcg/ppc/tcg-target.h     |   2 +-
 tcg/ppc64/tcg-target.c   | 163 +++++-------
 tcg/ppc64/tcg-target.h   |   2 +-
 tcg/tcg-be-ldst.h        |   2 +-
 10 files changed, 722 insertions(+), 901 deletions(-)

             reply	other threads:[~2013-10-12 23:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-12 23:31 Richard Henderson [this message]
2013-10-12 23:31 ` [Qemu-devel] [PULL 01/17] tcg: Use TCGMemOp for TCGLabelQemuLdst.opc Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 02/17] tcg-i386: Use TCGMemOp within qemu_ldst routines Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 03/17] tcg-i386: Tidy softmmu routines Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 04/17] tcg-i386: Remove "cb" output restriction from qemu_st8 for i386 Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 05/17] tcg-i386: Support new ldst opcodes Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 06/17] tcg-arm: Use TCGMemOp within qemu_ldst routines Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 07/17] tcg-arm: Convert to le/be ldst helpers Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 08/17] tcg-arm: Tidy variable naming convention in qemu_ld/st Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 09/17] tcg-arm: Convert to new ldst opcodes Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 10/17] tcg-arm: Improve GUEST_BASE qemu_ld/st Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 11/17] tcg-ppc: Use TCGMemOp within qemu_ldst routines Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 12/17] tcg-ppc64: " Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 13/17] tcg-ppc: Convert to le/be ldst helpers Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 14/17] tcg-ppc64: " Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 15/17] tcg-ppc: Support new ldst opcodes Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 16/17] tcg-ppc64: " Richard Henderson
2013-10-12 23:31 ` [Qemu-devel] [PULL 17/17] target-alpha: Convert to " Richard Henderson

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=1381620683-4568-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aliguori@amazon.com \
    --cc=aurelien@aurel32.net \
    --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).