All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabiano Rosas <farosas@suse.de>
To: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>,
	qemu-devel@nongnu.org, peterx@redhat.com
Cc: linuxarm@huawei.com, zhangfei.gao@linaro.org
Subject: Re: [PATCH] tests/qtest/migration: Fix compile errors when CONFIG_UADK is set
Date: Tue, 17 Dec 2024 12:26:58 -0300	[thread overview]
Message-ID: <87ed26wcsd.fsf@suse.de> (raw)
In-Reply-To: <20241217131046.83844-1-shameerali.kolothum.thodi@huawei.com>

Shameer Kolothum via <qemu-devel@nongnu.org> writes:

> Removes accidental inclusion of unrelated functions within CONFIG_UADK
> as this causes compile errors like:
>
> error: redefinition of ‘migrate_hook_start_xbzrle’
>
> Fixes: 932f74f3fe6e ("tests/qtest/migration: Split compression tests from migration-test.c")
> Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
> ---
>  tests/qtest/migration/compression-tests.c | 54 -----------------------
>  1 file changed, 54 deletions(-)
>
> diff --git a/tests/qtest/migration/compression-tests.c b/tests/qtest/migration/compression-tests.c
> index 6de87bc47d..d78f1f11f1 100644
> --- a/tests/qtest/migration/compression-tests.c
> +++ b/tests/qtest/migration/compression-tests.c
> @@ -88,59 +88,6 @@ migrate_hook_start_precopy_tcp_multifd_uadk(QTestState *from,
>      return migrate_hook_start_precopy_tcp_multifd_common(from, to, "uadk");
>  }
>  
> -static void *
> -migrate_hook_start_xbzrle(QTestState *from,
> -                          QTestState *to)
> -{
> -    migrate_set_parameter_int(from, "xbzrle-cache-size", 33554432);
> -
> -    migrate_set_capability(from, "xbzrle", true);
> -    migrate_set_capability(to, "xbzrle", true);
> -
> -    return NULL;
> -}
> -
> -static void test_precopy_unix_xbzrle(void)
> -{
> -    g_autofree char *uri = g_strdup_printf("unix:%s/migsocket", tmpfs);
> -    MigrateCommon args = {
> -        .connect_uri = uri,
> -        .listen_uri = uri,
> -        .start_hook = migrate_hook_start_xbzrle,
> -        .iterations = 2,
> -        /*
> -         * XBZRLE needs pages to be modified when doing the 2nd+ round
> -         * iteration to have real data pushed to the stream.
> -         */
> -        .live = true,
> -    };
> -
> -    test_precopy_common(&args);
> -}
> -
> -static void *
> -migrate_hook_start_precopy_tcp_multifd_zlib(QTestState *from,
> -                                            QTestState *to)
> -{
> -    /*
> -     * Overloading this test to also check that set_parameter does not error.
> -     * This is also done in the tests for the other compression methods.
> -     */
> -    migrate_set_parameter_int(from, "multifd-zlib-level", 2);
> -    migrate_set_parameter_int(to, "multifd-zlib-level", 2);
> -
> -    return migrate_hook_start_precopy_tcp_multifd_common(from, to, "zlib");
> -}
> -
> -static void test_multifd_tcp_zlib(void)
> -{
> -    MigrateCommon args = {
> -        .listen_uri = "defer",
> -        .start_hook = migrate_hook_start_precopy_tcp_multifd_zlib,
> -    };
> -    test_precopy_common(&args);
> -}
> -
>  static void test_multifd_tcp_uadk(void)
>  {
>      MigrateCommon args = {
> @@ -151,7 +98,6 @@ static void test_multifd_tcp_uadk(void)
>  }
>  #endif /* CONFIG_UADK */
>  
> -
>  static void *
>  migrate_hook_start_xbzrle(QTestState *from,
>                            QTestState *to)

Queued, thanks!


      parent reply	other threads:[~2024-12-17 15:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-17 13:10 [PATCH] tests/qtest/migration: Fix compile errors when CONFIG_UADK is set Shameer Kolothum via
2024-12-17 14:06 ` Fabiano Rosas
2024-12-17 14:43 ` Peter Xu
2024-12-17 15:26 ` Fabiano Rosas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ed26wcsd.fsf@suse.de \
    --to=farosas@suse.de \
    --cc=linuxarm@huawei.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=zhangfei.gao@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.