On 26 May 2016 at 07:11, Amit Shah <amit.s...@redhat.com> 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