From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjTRz-0001Us-KH for qemu-devel@nongnu.org; Thu, 02 Mar 2017 11:19:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjTRx-0005Pc-0J for qemu-devel@nongnu.org; Thu, 02 Mar 2017 11:19:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjTRw-0005PM-Pz for qemu-devel@nongnu.org; Thu, 02 Mar 2017 11:19:28 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EA87180F94 for ; Thu, 2 Mar 2017 16:19:28 +0000 (UTC) From: "Daniel P. Berrange" Date: Thu, 2 Mar 2017 16:19:19 +0000 Message-Id: <20170302161921.10181-1-berrange@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] migration: fixes to handling tls-hostname/tls-creds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , Eric Blake , Juan Quintela , "Dr. David Alan Gilbert" , John Ferlan , Jiri Denemark , "Daniel P. Berrange" The need for these two patches was identified during implementation of TLS encrypted migration in libvirt. Changed in v3: - Add to qapi-schema.json docs Daniel P. Berrange (2): migration: allow clearing migration string parameters migration: always report tls-creds & tls-hostname migrate parameters migration/migration.c | 22 ++++++++++++++++------ qapi-schema.json | 8 +++++++- 2 files changed, 23 insertions(+), 7 deletions(-) -- 2.9.3