Richard Henderson <richard.hender...@linaro.org> writes:
> On 6/4/21 8:52 AM, Alex Bennée wrote: >> From: Claudio Fontana<cfont...@suse.de> >> test is TCG-only. >> Signed-off-by: Claudio Fontana<cfont...@suse.de> >> Cc: Philippe Mathieu-Daudé<f4...@amsat.org> >> Signed-off-by: Alex Bennée<alex.ben...@linaro.org> >> --- >> tests/qtest/bios-tables-test.c | 7 +++++++ >> 1 file changed, 7 insertions(+) > > The new qtest_has_accel should be used instead of an ifdef. I think I can drop the whole patch as nothing is added unless: } else if (strcmp(arch, "aarch64") == 0 && tcg_accel_available) { further down. > > > r~ -- Alex Bennée