Re: [PATCH v10 03/11] target/arm: Extract TCG -cpu max code into a function

2023-04-23 Thread Richard Henderson
On 4/12/23 13:18, Fabiano Rosas wrote: Introduce aarch64_max_tcg_initfn that contains the TCG-only part of -cpu max configuration. We'll need that to be able to restrict this code to a TCG-only config in the next patches. Signed-off-by: Fabiano Rosas --- target/arm/cpu64.c | 32 +++

Re: [PATCH v10 03/11] target/arm: Extract TCG -cpu max code into a function

2023-04-21 Thread Philippe Mathieu-Daudé
On 12/4/23 14:18, Fabiano Rosas wrote: Introduce aarch64_max_tcg_initfn that contains the TCG-only part of -cpu max configuration. We'll need that to be able to restrict this code to a TCG-only config in the next patches. Signed-off-by: Fabiano Rosas --- target/arm/cpu64.c | 32 ++

[PATCH v10 03/11] target/arm: Extract TCG -cpu max code into a function

2023-04-12 Thread Fabiano Rosas
Introduce aarch64_max_tcg_initfn that contains the TCG-only part of -cpu max configuration. We'll need that to be able to restrict this code to a TCG-only config in the next patches. Signed-off-by: Fabiano Rosas --- target/arm/cpu64.c | 32 ++-- 1 file changed, 18 ins