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] [PATCH v3 0/5] target/arm: linux-user changes for sve
Date: Fri, 16 Feb 2018 13:56:03 -0800	[thread overview]
Message-ID: <20180216215608.13227-1-richard.henderson@linaro.org> (raw)

Changes since v2:
  * 5 patches merged,
  * The PR_SVE_SET/GET_VL patch is more specifically user-only.
  * Split the signal frame patch into 4 parts.


r~


Richard Henderson (5):
  linux-user: Implement aarch64 PR_SVE_SET/GET_VL
  aarch64-linux-user: Split out helpers for guest signal handling
  aarch64-linux-user: Remove struct target_aux_context
  aarch64-linux-user: Add support for EXTRA signal frame records
  aarch64-linux-user: Add support for SVE signal frame records

 linux-user/aarch64/target_syscall.h |   3 +
 target/arm/cpu.h                    |   1 +
 linux-user/signal.c                 | 367 +++++++++++++++++++++++++++++-------
 linux-user/syscall.c                |  27 +++
 target/arm/cpu64.c                  |  41 ++++
 5 files changed, 372 insertions(+), 67 deletions(-)

-- 
2.14.3

             reply	other threads:[~2018-02-16 21:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 21:56 Richard Henderson [this message]
2018-02-16 21:56 ` [Qemu-devel] [PATCH v3 1/5] linux-user: Implement aarch64 PR_SVE_SET/GET_VL Richard Henderson
2018-02-22 16:23   ` Peter Maydell
2018-02-16 21:56 ` [Qemu-devel] [PATCH v3 2/5] aarch64-linux-user: Split out helpers for guest signal handling Richard Henderson
2018-02-22 16:24   ` Peter Maydell
2018-02-16 21:56 ` [Qemu-devel] [PATCH v3 3/5] aarch64-linux-user: Remove struct target_aux_context Richard Henderson
2018-02-22 16:24   ` Peter Maydell
2018-02-16 21:56 ` [Qemu-devel] [PATCH v3 4/5] aarch64-linux-user: Add support for EXTRA signal frame records Richard Henderson
2018-02-22 16:23   ` Peter Maydell
2018-02-16 21:56 ` [Qemu-devel] [PATCH v3 5/5] aarch64-linux-user: Add support for SVE " Richard Henderson
2018-02-22 16:41   ` Peter Maydell
2018-02-22 20:14     ` Richard Henderson
2018-02-23  9:59       ` Peter Maydell
2018-02-23 22:23         ` 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=20180216215608.13227-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).