On 1/20/21 6:35 PM, Paolo Bonzini wrote:
> On 20/01/21 18:02, Philippe Mathieu-Daudé wrote:
>>>
>>> For patch 1, which files are not compiled with the patch that were
>>> compiled without?
>> softfloat.
>
> Really? I see this:
>
> specific_ss.add(when: 'CONFIG_TCG', if_true: files(
> 'fpu/softfloat.c',
> ...))
>
> Maybe
>
> -subdir('fp')
> +if 'CONFIG_TCG' in config_all
> + subdir('fp')
> +endif
>
> in tests/meson.build is enough?Yes, 464 unnecessary objects removed :)
