qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 06/12] meson: Merge trace_events_subdirs array


From: Claudio Fontana
Subject: Re: [PATCH v2 06/12] meson: Merge trace_events_subdirs array
Date: Sat, 23 Jan 2021 13:29:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

On 1/22/21 9:44 PM, Philippe Mathieu-Daudé wrote:
> The trace_events_subdirs array is split in two different
> locations, merge it as one.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  meson.build | 28 +++++++++++++---------------
>  1 file changed, 13 insertions(+), 15 deletions(-)
> 
> diff --git a/meson.build b/meson.build
> index 181f8795f5a..c43538a1523 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1686,7 +1686,20 @@
>    'accel/kvm',
>    'accel/tcg',
>    'crypto',
> +  'hw/core',
> +  'qapi',
> +  'qom',
>    'monitor',
> +  'target/arm',
> +  'target/hppa',
> +  'target/i386',
> +  'target/i386/kvm',
> +  'target/mips',
> +  'target/ppc',
> +  'target/riscv',
> +  'target/s390x',
> +  'target/sparc',
> +  'util',
>  ]
>  if have_user
>    trace_events_subdirs += [ 'linux-user' ]
> @@ -1759,21 +1772,6 @@
>      'ui',
>    ]
>  endif
> -trace_events_subdirs += [
> -  'hw/core',
> -  'qapi',
> -  'qom',
> -  'target/arm',
> -  'target/hppa',
> -  'target/i386',
> -  'target/i386/kvm',
> -  'target/mips',
> -  'target/ppc',
> -  'target/riscv',
> -  'target/s390x',
> -  'target/sparc',
> -  'util',
> -]
>  
>  vhost_user = not_found
>  if 'CONFIG_VHOST_USER' in config_host
> 

Reviewed-by: Claudio Fontana <cfontana@suse.de>



reply via email to

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