From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5yAT-0003DS-18 for qemu-devel@nongnu.org; Thu, 26 May 2016 12:29:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5yAS-0001T2-00 for qemu-devel@nongnu.org; Thu, 26 May 2016 12:29:52 -0400 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:33833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5yAR-0001Sm-Rv for qemu-devel@nongnu.org; Thu, 26 May 2016 12:29:51 -0400 Received: by mail-vk0-x22f.google.com with SMTP id c189so109300897vkb.1 for ; Thu, 26 May 2016 09:29:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Thu, 26 May 2016 17:29:31 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/28] migration: support for TLS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Juan Quintela , "Dr. David Alan Gilbert" , "Daniel P. Berrange" , qemu list On 26 May 2016 at 07:11, Amit Shah wrote: > The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-05-24 13:06:33 +0100) > > are available in the git repository at: > > https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-2.7-2 > > for you to fetch changes up to 12992c16d9afd8a23a94a84ad532a1adedf9e511: > > migration: remove qemu_get_fd method from QEMUFile (2016-05-26 11:32:21 +0530) > > ---------------------------------------------------------------- > migration: add TLS support to the migration data channel > > This is a big refactoring of the migration backend code - moving away from > QEMUFile to the new QIOChannel framework introduced here. This brings a > good level of abstraction and reduction of many lines of code. > > This series also adds the ability for many backends (all except RDMA) to > use TLS for encrypting the migration data between the endpoints. > > ---------------------------------------------------------------- > Applied, thanks. -- PMM