qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
Date: Sun, 21 Feb 2021 23:26:14 +0100

KVM requires the target cpu to be at least ARMv8 architecture.

Restrict the last ARMv7 CPUs (A-profile) to TCG.

Series almost fully reviewed (missing review is trivial code style).

Since v1: Only include patches which don't depends on  previous series

Philippe Mathieu-Daudé (3):
  target/arm: Restrict v8M IDAU to TCG
  target/arm/cpu: Update coding style to make checkpatch.pl happy
  target/arm: Restrict v7A TCG cpus to TCG accel

 target/arm/cpu.c     | 334 -------------------------------------------
 target/arm/cpu_tcg.c | 322 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 322 insertions(+), 334 deletions(-)

-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]