qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 4/4] vmstate: Enable test-vmstate on all platform:


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 4/4] vmstate: Enable test-vmstate on all platform:
Date: Mon, 7 Sep 2020 21:55:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/7/20 9:50 PM, Yonggang Luo wrote:
> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

Trailing ':' in subject, otherwise:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  tests/meson.build | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/tests/meson.build b/tests/meson.build
> index 7f27a15cee..39fa822be3 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -185,11 +185,9 @@ if have_system
>      'test-timed-average': [],
>      'test-util-sockets': ['socket-helpers.c'],
>      'test-base64': [],
> +    'test-vmstate': [migration, io],
>      'test-bufferiszero': [],
>    }
> -  if 'CONFIG_POSIX' in config_host
> -    tests += {'test-vmstate': [migration, io]}
> -  endif
>    if 'CONFIG_INOTIFY1' in config_host
>      tests += {'test-util-filemonitor': []}
>    endif
> 




reply via email to

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