accel: Do not set CPUState::tcg_cflags in non-TCG accels
'tcg_cflags' is specific to TCG. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231130075958.21285-1-philmd@linaro.org>
This commit is contained in:
parent
484aecf2d3
commit
b94b8c604b
@ -1796,8 +1796,8 @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp)
|
||||
int pagebits;
|
||||
Error *local_err = NULL;
|
||||
|
||||
#if defined(CONFIG_TCG) && !defined(CONFIG_USER_ONLY)
|
||||
/* Use pc-relative instructions in system-mode */
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
cs->tcg_cflags |= CF_PCREL;
|
||||
#endif
|
||||
|
||||
|
@ -7221,8 +7221,8 @@ static void x86_cpu_realizefn(DeviceState *dev, Error **errp)
|
||||
static bool ht_warned;
|
||||
unsigned requested_lbr_fmt;
|
||||
|
||||
#if defined(CONFIG_TCG) && !defined(CONFIG_USER_ONLY)
|
||||
/* Use pc-relative instructions in system-mode */
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
cs->tcg_cflags |= CF_PCREL;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user