mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
tests: only build plugins if TCG is enabled
There is no way to use them for testing, if all the available accelerators use hardware virtualization. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240408155330.522792-3-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6190fd61d4
commit
d04c7e5535
1 changed files with 1 additions and 1 deletions
|
@ -78,9 +78,9 @@ subdir('decode')
|
|||
|
||||
if 'CONFIG_TCG' in config_all_accel
|
||||
subdir('fp')
|
||||
subdir('plugin')
|
||||
endif
|
||||
|
||||
subdir('plugin')
|
||||
subdir('unit')
|
||||
subdir('qapi-schema')
|
||||
subdir('qtest')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue