From nobody Tue Feb 10 19:10:23 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=quarantine dis=none) header.from=suse.com ARC-Seal: i=1; a=rsa-sha256; t=1666953717; cv=none; d=zohomail.com; s=zohoarc; b=FE6uQJvIFagzvHnnMAh/QehqxeYkNVyb4wdEVtT2r8GDwjsTpcuLa3nOrEh3zeF0Bw88mHktnGVmw9GzzVTD1RYbNS7y7TE5Mx0NLt4R2Zin3zJPZexU7Kne4xPeVSimcJyA1S8/TXYcBs5ofY8oW6n189coYQmH6ZGLNF3Qf3s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1666953717; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=i0Vu3pJYv0nEyhI+zxj/E1vjt3aFiQmNWq0u9oAS678=; b=HTONE3ur3boVR4xpcZdJnXxf5zz3aVGj0WFPEM8Y5KtsAbYY6/4UJWPE7v/BDa6clNVnd+dqNqM0Og+sJrUkXFOUuqztTOzQbZTfyEgVCP/e9YtyZKwnJpjsBDP/b1N+IC3kgU4MgBEjaf47zNDwKvqU/tr1Pd7H7hMRt/dwQ5A= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=quarantine dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1666953717262355.02974846652535; Fri, 28 Oct 2022 03:41:57 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ooMm3-0002Hz-Gb; Fri, 28 Oct 2022 06:39:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ooMlp-0002Ce-La for qemu-devel@nongnu.org; Fri, 28 Oct 2022 06:39:25 -0400 Received: from smtp-out1.suse.de ([2001:67c:2178:6::1c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ooMlo-00021R-4E for qemu-devel@nongnu.org; Fri, 28 Oct 2022 06:39:25 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id EE8E6219CF; Fri, 28 Oct 2022 10:39:22 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 8B50813A6E; Fri, 28 Oct 2022 10:39:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 2PF6H1qxW2PVPwAAMHmgww (envelope-from ); Fri, 28 Oct 2022 10:39:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1666953562; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i0Vu3pJYv0nEyhI+zxj/E1vjt3aFiQmNWq0u9oAS678=; b=StBpJEi4UquhEOcL7EATwCcSeU9i2/PgxF2d1LwvZZbMXvExBqZFJbXv7YQSiMS4Yg2DSM eCbmtJwGQag81181RnEgvFSyogVue2D6VdWExFwbW09bAKjty2ynyExDtmrbwajrM9EEp9 R9IFdd6amisFcWtMkg3VeQhRQnWB8Cg= From: Nikolay Borisov To: dgilbert@redhat.com, berrange@redhat.com Cc: qemu-devel@nongnu.org, jfehlig@suse.com, Claudio.Fontana@suse.com, dfaggioli@suse.com, Nikolay Borisov Subject: [PATCH v3 13/14] tests: Add migrate_incoming_qmp helper Date: Fri, 28 Oct 2022 13:39:13 +0300 Message-Id: <20221028103914.908728-14-nborisov@suse.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221028103914.908728-1-nborisov@suse.com> References: <20221028103914.908728-1-nborisov@suse.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2001:67c:2178:6::1c; envelope-from=nborisov@suse.com; helo=smtp-out1.suse.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Qemu-devel" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @suse.com) X-ZM-MESSAGEID: 1666953718147100006 Content-Type: text/plain; charset="utf-8" file-based migration requires the target to initiate its migration after the source has finished writing out the data in the file. Currently there's no easy way to initiate 'migrate-incoming', allow this by introducing migrate_incoming_qmp helper, similarly to migrate_qmp. Signed-off-by: Nikolay Borisov Reviewed-by: Daniel P. Berrang=C3=A9 --- tests/qtest/migration-helpers.c | 19 +++++++++++++++++++ tests/qtest/migration-helpers.h | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/tests/qtest/migration-helpers.c b/tests/qtest/migration-helper= s.c index f6f3c6680f57..8161495c2764 100644 --- a/tests/qtest/migration-helpers.c +++ b/tests/qtest/migration-helpers.c @@ -130,6 +130,25 @@ void migrate_qmp(QTestState *who, const char *uri, con= st char *fmt, ...) qobject_unref(rsp); } =20 + +void migrate_incoming_qmp(QTestState *who, const char *uri, const char *fm= t, ...) +{ + va_list ap; + QDict *args, *rsp; + + va_start(ap, fmt); + args =3D qdict_from_vjsonf_nofail(fmt, ap); + va_end(ap); + + g_assert(!qdict_haskey(args, "uri")); + qdict_put_str(args, "uri", uri); + + rsp =3D qtest_qmp(who, "{ 'execute': 'migrate-incoming', 'arguments': = %p}", args); + + g_assert(qdict_haskey(rsp, "return")); + qobject_unref(rsp); +} + /* * Note: caller is responsible to free the returned object via * qobject_unref() after use diff --git a/tests/qtest/migration-helpers.h b/tests/qtest/migration-helper= s.h index db0684de48b2..c0385aa27e11 100644 --- a/tests/qtest/migration-helpers.h +++ b/tests/qtest/migration-helpers.h @@ -30,6 +30,10 @@ QDict *qmp_command(QTestState *who, const char *command,= ...); G_GNUC_PRINTF(3, 4) void migrate_qmp(QTestState *who, const char *uri, const char *fmt, ...); =20 +G_GNUC_PRINTF(3, 4) +void migrate_incoming_qmp(QTestState *who, const char *uri, + const char *fmt, ...); + QDict *migrate_query(QTestState *who); QDict *migrate_query_not_failed(QTestState *who); =20 --=20 2.34.1