]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Extract TCG -cpu max code into a function
authorFabiano Rosas <farosas@suse.de>
Wed, 26 Apr 2023 18:00:03 +0000 (15:00 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 May 2023 09:21:32 +0000 (10:21 +0100)
commit25be21059f7562b409bc2253fe2760621e2691bb
tree2ceb97ff97683e9f7cc137200ca72919696e63e6
parent51e41b236266cc5233eb5296e1f1d126ae11adcd
target/arm: Extract TCG -cpu max code into a function

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-id: 20230426180013.14814-4-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c