From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org
Subject: [Qemu-devel] [PATCH v4 0/5] target/arm linux-user changes for sve
Date: Sat, 3 Mar 2018 14:38:18 +0000 [thread overview]
Message-ID: <20180303143823.27055-1-richard.henderson@linaro.org> (raw)
Changes since v3:
* Review comments applied.
* Frame allocation generalized in patch 5; hopefully this
eliminates some of the confusion seen during review.
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 | 415 ++++++++++++++++++++++++++++++------
linux-user/syscall.c | 27 +++
target/arm/cpu64.c | 41 ++++
5 files changed, 418 insertions(+), 69 deletions(-)
--
2.14.3
next reply other threads:[~2018-03-03 14:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-03 14:38 Richard Henderson [this message]
2018-03-03 14:38 ` [Qemu-devel] [PATCH v4 1/5] linux-user: Implement aarch64 PR_SVE_SET/GET_VL Richard Henderson
2018-03-06 12:28 ` Alex Bennée
2018-03-06 12:58 ` [Qemu-devel] [Qemu-arm] " Peter Maydell
2018-03-06 14:03 ` Alex Bennée
2018-03-03 14:38 ` [Qemu-devel] [PATCH v4 2/5] aarch64-linux-user: Split out helpers for guest signal handling Richard Henderson
2018-03-06 14:11 ` Alex Bennée
2018-03-03 14:38 ` [Qemu-devel] [PATCH v4 3/5] aarch64-linux-user: Remove struct target_aux_context Richard Henderson
2018-03-06 14:16 ` Alex Bennée
2018-03-03 14:38 ` [Qemu-devel] [PATCH v4 4/5] aarch64-linux-user: Add support for EXTRA signal frame records Richard Henderson
2018-03-06 14:26 ` [Qemu-devel] [Qemu-arm] " Alex Bennée
2018-03-03 14:38 ` [Qemu-devel] [PATCH v4 5/5] aarch64-linux-user: Add support for SVE " Richard Henderson
2018-03-05 15:44 ` [Qemu-devel] [Qemu-arm] " Peter Maydell
2018-03-06 14:27 ` Alex Bennée
2018-03-05 15:42 ` [Qemu-devel] [PATCH v4 0/5] target/arm linux-user changes for sve 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=20180303143823.27055-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=qemu-arm@nongnu.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).