From nobody Tue May 7 05:39:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1569237084; cv=none; d=zoho.com; s=zohoarc; b=NC8qrsGd/uxhbP2wposFol7UcFIEHVWxW2N0iCjc9XB+rFhka5GOyt/nrX3LptI/A1FSR3EAlKwEZNh0ycGvJEznVl5FP7oB//WWuINCYpyihkJVDF+/vMAox2qAlqXxefLd3M6sX6llBoqHKH+lwo3fBo/3pXdCEjlmEfRgSxI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569237084; h=Content-Type:Content-Transfer-Encoding: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:ARC-Authentication-Results; bh=KCYh8Isqf5Vcau70vnr8l72z5k2Xaf68Q3DqAuN3SDo=; b=FULGMsMMedV3GppH0294tcreo1ThorTGw4peQ+QpJQGqbJKP9TqXzxXLeISpZZMtRf5fz1YrObA0vlhtLE/kfduFKKE0uTiYAxxiptqq1LSDR+D9AoOJSMjx4l50zesueUgk94r0aRl3znrQT5p4W36R9ncfizA6dXkcY3ZxptI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1569237084185953.8861711634327; Mon, 23 Sep 2019 04:11:24 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9DE7D88306; Mon, 23 Sep 2019 11:11:22 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6B5951001B05; Mon, 23 Sep 2019 11:11:22 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 273BE4E58C; Mon, 23 Sep 2019 11:11:22 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x8NB8YTO027534 for ; Mon, 23 Sep 2019 07:08:34 -0400 Received: by smtp.corp.redhat.com (Postfix) id 65CC660166; Mon, 23 Sep 2019 11:08:34 +0000 (UTC) Received: from antique-work.brq.redhat.com (unknown [10.43.2.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id E2E66600C4 for ; Mon, 23 Sep 2019 11:08:33 +0000 (UTC) From: Pavel Hrdina To: libvir-list@redhat.com Date: Mon, 23 Sep 2019 13:08:28 +0200 Message-Id: In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [python PATCH 1/2] virDomainMigrate3Params: add missing bandwidth postcopy param X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Mon, 23 Sep 2019 11:11:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Introduced in libvirt 5.1.0 by commit . Signed-off-by: Pavel Hrdina Reviewed-by: Daniel P. Berrang=C3=A9 --- libvirt-override.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvirt-override.c b/libvirt-override.c index 83ca0fc..bcda8c7 100644 --- a/libvirt-override.c +++ b/libvirt-override.c @@ -7993,6 +7993,9 @@ static virPyTypedParamsHint virPyDomainMigrate3Params= [] =3D { # ifdef VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT { VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT, VIR_TYPED_PARAM_INT }, # endif +# ifdef VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY + { VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY, VIR_TYPED_PARAM_ULLONG }, +# endif }; =20 =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Tue May 7 05:39:06 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1569237071; cv=none; d=zoho.com; s=zohoarc; b=bcK/XlEXBgfRyWr41D+RsQ1bcf+CkJj1CAyRJw3Gf02/AKJwRRGcJGTpiLF+JfExNjQ4Xbg3WkscSiWCaTVx0t2v7qSuQu+/sslvuemVlNxOmdS6vEU6tATF/x3oVtTx6EY9n8JUMRlElzv2qFb6cee8wi3tyPSE73pxyLFD1xM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569237071; h=Content-Type:Content-Transfer-Encoding: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:ARC-Authentication-Results; bh=Dp1ffigCurjciBHHhTUuPX7AauNrRbOznMiddQdh2Gs=; b=NRr0zNwbF+fBuZk+cL2J87DFpfZEYsqA/clQdOnFkReOKE3J0lbHDJ2n5IHD0EdAEAsTjACxtiCfcNBSim5ry88Y0Ib7i2/Jf1cg3G+2ua+/YOSSHBy3MtBhd+c6dHPYkvdrPrJIWxdR+dSOpsxe26haQI/hwIiZCgrrddm9rwE= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1569237071815175.55367452558437; Mon, 23 Sep 2019 04:11:11 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 91C35C058CBD; Mon, 23 Sep 2019 11:11:10 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6C1B75D9E2; Mon, 23 Sep 2019 11:11:10 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 3168C180085A; Mon, 23 Sep 2019 11:11:10 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x8NB8ZdF027544 for ; Mon, 23 Sep 2019 07:08:35 -0400 Received: by smtp.corp.redhat.com (Postfix) id 35AED60166; Mon, 23 Sep 2019 11:08:35 +0000 (UTC) Received: from antique-work.brq.redhat.com (unknown [10.43.2.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id B2C39600C4 for ; Mon, 23 Sep 2019 11:08:34 +0000 (UTC) From: Pavel Hrdina To: libvir-list@redhat.com Date: Mon, 23 Sep 2019 13:08:29 +0200 Message-Id: <6953c1ff322c6b382eed40d6be268c98d91d06ef.1569236822.git.phrdina@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [python PATCH 2/2] virDomainMigrate3Params: add missing parallel connections param X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 23 Sep 2019 11:11:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Introduced in libvirt 5.2.0 by commit . Reported-by: Liping Cheng Signed-off-by: Pavel Hrdina Reviewed-by: Daniel P. Berrang=C3=A9 --- libvirt-override.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvirt-override.c b/libvirt-override.c index bcda8c7..2e24d27 100644 --- a/libvirt-override.c +++ b/libvirt-override.c @@ -7996,6 +7996,9 @@ static virPyTypedParamsHint virPyDomainMigrate3Params= [] =3D { # ifdef VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY { VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY, VIR_TYPED_PARAM_ULLONG }, # endif +# ifdef VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS + { VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS, VIR_TYPED_PARAM_INT }, +# endif }; =20 =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list