target/arm: Do not expose all -cpu max features to qtests
commitfcab465e264e18ca74f0513b8f5b682c3362ed7f
authorFabiano Rosas <farosas@suse.de>
Wed, 26 Apr 2023 18:00:04 +0000 (26 15:00 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 May 2023 09:21:32 +0000 (2 10:21 +0100)
treed36903b268a0378033aee8f5db5395f5b87d7069
parent25be21059f7562b409bc2253fe2760621e2691bb
target/arm: Do not expose all -cpu max features to qtests

We're about to move the TCG-only -cpu max configuration code under
CONFIG_TCG. To be able to do that we need to make sure the qtests
still have some cpu configured even when no other accelerator is
available.

Delineate now what is used with TCG-only and what is also used with
qtests to make the subsequent patches cleaner.

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