since v1: - patch 1: dropped. I will include it in the next series; - patch 3: tcg_handle_semihosting does not need tcg_enabled, only CONFIG_TCG;
- patch 4 (new): moved alignment check and updated comment. v1: https://lore.kernel.org/r/20221216212944.28229-1-faro...@suse.de Hi, This is the second round of rebasing the patches from: https://lore.kernel.org/r/20210416162824.25131-1-cfont...@suse.de These are the simpler ones that move code under CONFIG_TCG/tcg_enabled. No new directories or files. Claudio Fontana (4): target/arm: rename handle_semihosting to tcg_handle_semihosting target/arm: wrap psci call with tcg_enabled target/arm: wrap call to aarch64_sve_change_el in tcg_enabled() target/arm: only perform TCG cpu and machine inits if TCG enabled Fabiano Rosas (1): target/arm: Move PC alignment check target/arm/cpu.c | 31 ++++++++++++++---------- target/arm/helper.c | 19 ++++++++------- target/arm/kvm.c | 18 +++++++------- target/arm/kvm_arm.h | 3 +-- target/arm/machine.c | 57 +++++++++++++++++++++++++------------------- 5 files changed, 71 insertions(+), 57 deletions(-) -- 2.35.3