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 for-2.8 00/15] target-sparc updates
Date: Mon, 31 Oct 2016 09:52:38 -0600	[thread overview]
Message-ID: <1477929173-2006-1-git-send-email-rth@twiddle.net> (raw)

Mark requested that I send my own pull for my patch series.


r~


The following changes since commit 4178c782f85530d261058abdccc734aa9b7c89ca:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161028' into staging (2016-10-31 11:12:02 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-sparc-20161031

for you to fetch changes up to 24bf6eba1a656aa82519124e379122e61b1ee3bc:

  target-sparc: Use tcg_gen_atomic_cmpxchg_tl (2016-10-31 09:46:25 -0600)

----------------------------------------------------------------
target-sparc updates for atomics and alignment

----------------------------------------------------------------
Richard Henderson (15):
      target-sparc: Use overalignment flags for twinx and block asis
      target-sparc: Introduce cpu_raise_exception_ra
      target-sparc: Add MMU_PHYS_IDX
      target-sparc: Use MMU_PHYS_IDX for bypass asis
      target-sparc: Handle more twinx asis
      target-sparc: Implement swap_asi inline
      target-sparc: Implement ldstub_asi inline
      target-sparc: Implement cas_asi/casx_asi inline
      target-sparc: Implement BCOPY/BFILL inline
      target-sparc: Remove asi helper code handled inline
      target-sparc: Implement ldqf and stqf inline
      target-sparc: Allow 4-byte alignment on fp mem ops
      target-sparc: Remove MMU_MODE*_SUFFIX
      target-sparc: Use tcg_gen_atomic_xchg_tl
      target-sparc: Use tcg_gen_atomic_cmpxchg_tl

 target-sparc/cpu.h         |   34 +-
 target-sparc/helper.c      |   52 +--
 target-sparc/helper.h      |    7 -
 target-sparc/ldst_helper.c | 1021 ++++++++------------------------------------
 target-sparc/mmu_helper.c  |   47 +-
 target-sparc/translate.c   |  434 ++++++++++++-------
 target-sparc/win_helper.c  |   37 +-
 7 files changed, 540 insertions(+), 1092 deletions(-)

             reply	other threads:[~2016-10-31 15:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31 15:52 Richard Henderson [this message]
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 01/15] target-sparc: Use overalignment flags for twinx and block asis Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 02/15] target-sparc: Introduce cpu_raise_exception_ra Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 03/15] target-sparc: Add MMU_PHYS_IDX Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 04/15] target-sparc: Use MMU_PHYS_IDX for bypass asis Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 05/15] target-sparc: Handle more twinx asis Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 06/15] target-sparc: Implement swap_asi inline Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 07/15] target-sparc: Implement ldstub_asi inline Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 08/15] target-sparc: Implement cas_asi/casx_asi inline Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 09/15] target-sparc: Implement BCOPY/BFILL inline Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 10/15] target-sparc: Remove asi helper code handled inline Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 11/15] target-sparc: Implement ldqf and stqf inline Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 12/15] target-sparc: Allow 4-byte alignment on fp mem ops Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 13/15] target-sparc: Remove MMU_MODE*_SUFFIX Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 14/15] target-sparc: Use tcg_gen_atomic_xchg_tl Richard Henderson
2016-10-31 15:52 ` [Qemu-devel] [PULL for-2.8 15/15] target-sparc: Use tcg_gen_atomic_cmpxchg_tl Richard Henderson
2016-10-31 17:18 ` [Qemu-devel] [PULL for-2.8 00/15] target-sparc updates Peter Maydell
2016-10-31 18:34   ` 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=1477929173-2006-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).