qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC v1 3/4] qtest: do not build ide-test if TCG is not available


From: Paolo Bonzini
Subject: Re: [RFC v1 3/4] qtest: do not build ide-test if TCG is not available
Date: Fri, 9 Oct 2020 18:01:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 09/10/20 17:21, Claudio Fontana wrote:
> it seems that ide-test depends on TCG currently.
> 
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
>  tests/qtest/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
> index ad33ac311d..3418f65e2a 100644
> --- a/tests/qtest/meson.build
> +++ b/tests/qtest/meson.build
> @@ -46,9 +46,9 @@ qtests_i386 = \
>    (config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-test'] : []) 
> +              \
>    (config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-swtpm-test'] 
> : []) +        \
>    (config_all_devices.has_key('CONFIG_RTL8139_PCI') ? ['rtl8139-test'] : []) 
> +              \
> +  (config_all.has_key('CONFIG_TCG') ? ['ide-test'] : []) +                   
>                \
>    qtests_pci +                                                               
>                \
>    ['fdc-test',
> -   'ide-test',
>     'hd-geo-test',
>     'boot-order-test',
>     'bios-tables-test',
> 

Interesting, why?...

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]