From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b83DL-0007dG-OO for qemu-devel@nongnu.org; Wed, 01 Jun 2016 06:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b83DG-0007AU-Kr for qemu-devel@nongnu.org; Wed, 01 Jun 2016 06:17:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b83DG-0007AJ-FZ for qemu-devel@nongnu.org; Wed, 01 Jun 2016 06:17:22 -0400 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 01DFA65408 for ; Wed, 1 Jun 2016 10:17:22 +0000 (UTC) From: "Daniel P. Berrange" Date: Wed, 1 Jun 2016 11:17:12 +0100 Message-Id: <1464776234-9910-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Misc followup fixes for migration tls series List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , Juan Quintela , Eric Blake , "Daniel P. Berrange" This small series addresses the few comments made about the migration tls series after it was merged. Daniel P. Berrange (2): migration: fix typos in qapi-schema from latest migration additions migration: rename functions to starting migrations include/migration/migration.h | 26 +++++++++++++------------- migration/exec.c | 4 ++-- migration/fd.c | 4 ++-- migration/migration.c | 18 +++++++++--------- migration/rdma.c | 4 ++-- migration/socket.c | 6 +++--- migration/tls.c | 18 +++++++++--------- qapi-schema.json | 10 +++++----- 8 files changed, 45 insertions(+), 45 deletions(-) -- 2.5.5