All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel
@ 2020-05-04 17:24 Philippe Mathieu-Daudé
  2020-05-04 17:24 ` [PATCH v3 1/5] target/arm/kvm: Inline set_feature() calls Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-04 17:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, qemu-arm, Philippe Mathieu-Daudé

These are the uncontroversial patches from "Support disabling
TCG on ARM (part 2)"
https://www.mail-archive.com/qemu-devel@nongnu.org/msg689168.html

The other patches are blocked by the "accel: Allow targets to
use Kconfig" series:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg689024.html

Patch #4 is new "Restrict v8M IDAU interface to Aarch32 CPUs".

Since v2:
- Fixed set_feature() clash trying to KISS
  https://www.mail-archive.com/qemu-devel@nongnu.org/msg697523.html
- Fixed aarch64-linux-user build failure reported by Peter:
  https://www.mail-archive.com/qemu-devel@nongnu.org/msg699319.html

Since v1:
- Dropped 'Make set_feature() available for other files' patch
  which fails to build with KVM only, see:
https://lists.gnu.org/archive/html/qemu-devel/2020-04/msg03843.html

Many thanks to Richard Henderson for his patience (again...)!

Regards,

Phil.

Philippe Mathieu-Daudé (4):
  target/arm/kvm: Inline set_feature() calls
  target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
  target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs
  target/arm: Restrict TCG cpus to TCG accel

Thomas Huth (1):
  target/arm: Make set_feature() available for other files

 target/arm/cpu.h         |  10 +
 target/arm/cpu.c         | 662 +-------------------------------------
 target/arm/cpu64.c       |  18 +-
 target/arm/cpu_tcg.c     | 664 +++++++++++++++++++++++++++++++++++++++
 target/arm/kvm32.c       |  13 +-
 target/arm/kvm64.c       |  22 +-
 target/arm/Makefile.objs |   1 +
 7 files changed, 698 insertions(+), 692 deletions(-)
 create mode 100644 target/arm/cpu_tcg.c

-- 
2.21.3



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

end of thread, other threads:[~2020-05-11 12:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 17:24 [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel Philippe Mathieu-Daudé
2020-05-04 17:24 ` [PATCH v3 1/5] target/arm/kvm: Inline set_feature() calls Philippe Mathieu-Daudé
2020-05-04 17:24 ` [PATCH v3 2/5] target/arm: Make set_feature() available for other files Philippe Mathieu-Daudé
2020-05-04 17:24 ` [PATCH v3 3/5] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[] Philippe Mathieu-Daudé
2020-05-04 18:08   ` Richard Henderson
2020-05-04 17:24 ` [PATCH v3 4/5] target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs Philippe Mathieu-Daudé
2020-05-04 18:28   ` Richard Henderson
2020-05-04 17:24 ` [PATCH v3 5/5] target/arm: Restrict TCG cpus to TCG accel Philippe Mathieu-Daudé
2020-05-11 10:48 ` [PATCH v3 0/5] " Peter Maydell
2020-05-11 12:19   ` Philippe Mathieu-Daudé

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.