On 22/03/21 12:47, Philippe Mathieu-Daudé wrote:
The previous attempt (commit f77147cd4de) doesn't work as
expected, as we still have CONFIG_TCG=1 when using:
configure --disable-system --disable-user
But there's no change in behavior with this patch, right?
I would rather first start removing CONFIG_TCG from target-dependent
files (such as tests/qtest/bios-tables-test.c and
tests/qtest/qmp-cmd-test.c), and then just remove the
config_host += { 'CONFIG_TCG': 'y' }
line that is not needed anymore.
Paolo