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 0/4] tcg patch queue
Date: Wed,  4 Jun 2014 14:15:47 -0700	[thread overview]
Message-ID: <1401916551-4999-1-git-send-email-rth@twiddle.net> (raw)

TCG patches accumulated over the last 2 weeks.
Please pull.


r~


The following changes since commit e00fcfeab3d452cba3d0a08991a39ab15df66424:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140602.0' into staging (2014-06-03 14:37:43 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tcg-next

for you to fetch changes up to e3eb9806c70c7315336b5e310a841c8f381dacea:

  TCG: Fix tcg_gen_extr_i64_tl for 32bit (2014-06-04 14:11:45 -0700)

----------------------------------------------------------------
Alexander Graf (1):
      TCG: Fix tcg_gen_extr_i64_tl for 32bit

Richard Henderson (3):
      tcg-i386: Fix win64 qemu store
      tci: Convert to new ldst opcodes
      tcg: Remove TCG_TARGET_HAS_new_ldst

 tcg/aarch64/tcg-target.h |   2 -
 tcg/arm/tcg-target.h     |   2 -
 tcg/i386/tcg-target.c    |   3 +-
 tcg/i386/tcg-target.h    |   2 -
 tcg/ia64/tcg-target.h    |   2 -
 tcg/mips/tcg-target.h    |   2 -
 tcg/optimize.c           |   5 -
 tcg/ppc/tcg-target.h     |   2 -
 tcg/ppc64/tcg-target.h   |   2 -
 tcg/s390/tcg-target.h    |   2 -
 tcg/sparc/tcg-target.h   |   2 -
 tcg/tcg-op.h             |   2 +-
 tcg/tcg-opc.h            | 114 +++--------------
 tcg/tcg.c                | 123 +++---------------
 tcg/tci/tcg-target.c     |  76 +++++------
 tcg/tci/tcg-target.h     |   2 -
 tci.c                    | 322 ++++++++++++++++++++++++++---------------------
 17 files changed, 237 insertions(+), 428 deletions(-)

             reply	other threads:[~2014-06-04 21:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04 21:15 Richard Henderson [this message]
2014-06-04 21:15 ` [Qemu-devel] [PULL 1/4] tcg-i386: Fix win64 qemu store Richard Henderson
2014-06-04 21:15 ` [Qemu-devel] [PULL 2/4] tci: Convert to new ldst opcodes Richard Henderson
2014-06-04 21:15 ` [Qemu-devel] [PULL 3/4] tcg: Remove TCG_TARGET_HAS_new_ldst Richard Henderson
2014-06-04 21:15 ` [Qemu-devel] [PULL 4/4] TCG: Fix tcg_gen_extr_i64_tl for 32bit Richard Henderson
2014-06-05 20:05 ` [Qemu-devel] [PULL 0/4] tcg patch queue 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=1401916551-4999-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).