On 08/10/20 23:07, Claudio Fontana wrote: > qtests are also broken for me now with --disable-tcg build, > it _seems_ to me that TCG-only tests are being run for --disable-tcg too. > > I am not sure if this is a test problem (for example > tests/qtest/bios-tables-test.c): data->tcg_only > or if it is a build system problem, or some combination.
Yes, this is due to tcg_only. But since CONFIG_TCG is included in config-host.mak, it should be easy to add a call to g_test_skip. Paolo