qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: yongbok.kim@imgtec.com, peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH v2 0/3] Per-memory-op alignment checks
Date: Thu, 14 May 2015 09:06:05 -0700	[thread overview]
Message-ID: <1431619568-5393-1-git-send-email-rth@twiddle.net> (raw)

Changes v1-v2:

* Stuff Peter noticed:
  - Don't break tci in patch one,
  - Fix type of mmu_idx in softmmu_template.h
  - Improve commentary tr MO_ALIGN/MO_UNALN.

* Update args to helper_ret_stb_mmu in target-arm/helper.c.


r~


Richard Henderson (3):
  tcg: Merge memop and mmu_idx parameters to qemu_ld/st
  tcg: Push merged memop+mmu_idx parameter to softmmu routines
  tcg: Add MO_ALIGN, MO_UNALN

 softmmu_template.h       | 114 +++++++++++++++++++++++------------------------
 target-arm/helper.c      |  10 +++--
 tcg/aarch64/tcg-target.c |  47 ++++++++++---------
 tcg/arm/tcg-target.c     |  39 +++++++++-------
 tcg/i386/tcg-target.c    |  49 ++++++++++----------
 tcg/ia64/tcg-target.c    |  16 ++++---
 tcg/mips/tcg-target.c    |  38 +++++++++-------
 tcg/optimize.c           |   3 +-
 tcg/ppc/tcg-target.c     |  38 +++++++++-------
 tcg/s390/tcg-target.c    |  35 ++++++++-------
 tcg/sparc/tcg-target.c   |  20 +++++----
 tcg/tcg-be-ldst.h        |   3 +-
 tcg/tcg-op.c             |  22 +++++----
 tcg/tcg-opc.h            |   8 ++--
 tcg/tcg.c                |  16 ++++---
 tcg/tcg.h                |  89 ++++++++++++++++++++++++++++--------
 tcg/tci/tcg-target.c     |   6 ---
 tci.c                    |  47 ++++++++++---------
 18 files changed, 340 insertions(+), 260 deletions(-)

-- 
2.1.0

             reply	other threads:[~2015-05-14 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-14 16:06 Richard Henderson [this message]
2015-05-14 16:06 ` [Qemu-devel] [PATCH v2 1/3] tcg: Merge memop and mmu_idx parameters to qemu_ld/st Richard Henderson
2015-05-14 16:06 ` [Qemu-devel] [PATCH v2 2/3] tcg: Push merged memop+mmu_idx parameter to softmmu routines Richard Henderson
2015-05-14 16:06 ` [Qemu-devel] [PATCH v2 3/3] tcg: Add MO_ALIGN, MO_UNALN Richard Henderson
2015-05-14 16:47 ` [Qemu-devel] [PATCH v2 0/3] Per-memory-op alignment checks 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=1431619568-5393-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=yongbok.kim@imgtec.com \
    /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).