Re: [PATCH v2 0/5] target/arm: Some CONFIG_TCG code movement

2023-01-05 Thread Fabiano Rosas
Fabiano Rosas writes: > 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.28

[PATCH v2 0/5] target/arm: Some CONFIG_TCG code movement

2022-12-20 Thread Fabiano Rosas
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 s