All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] target/arm: Add sve-default-vector-length cpu property
@ 2021-07-14 18:06 Richard Henderson
  2021-07-14 18:06 ` [PATCH 1/2] target/arm: Export aarch64_sve_zcr_get_valid_len Richard Henderson
  2021-07-14 18:06 ` [PATCH 2/2] target/arm: Add sve-default-vector-length cpu property Richard Henderson
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Henderson @ 2021-07-14 18:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

This is intended to resolve #482.

I'm not sure where to document this.  The convenient place would
be in docs/system/arm/cpu-features.rst, where all of the rest of
the sve documentation lives.  But that's explicitly system-only,
and this new properly is explicitly user-only.

Suggestions?


r~


Richard Henderson (2):
  target/arm: Export aarch64_sve_zcr_get_valid_len
  target/arm: Add sve-default-vector-length cpu property

 target/arm/cpu.h    |  7 ++++++
 target/arm/cpu.c    | 14 ++++++++++--
 target/arm/cpu64.c  | 53 +++++++++++++++++++++++++++++++++++++++++++++
 target/arm/helper.c |  8 ++++---
 4 files changed, 77 insertions(+), 5 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-23 18:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 18:06 [PATCH 0/2] target/arm: Add sve-default-vector-length cpu property Richard Henderson
2021-07-14 18:06 ` [PATCH 1/2] target/arm: Export aarch64_sve_zcr_get_valid_len Richard Henderson
2021-07-16  8:53   ` Peter Maydell
2021-07-14 18:06 ` [PATCH 2/2] target/arm: Add sve-default-vector-length cpu property Richard Henderson
2021-07-16  9:14   ` Peter Maydell
2021-07-23 18:47     ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.