Re: [libvirt] [RFC PATCH] libxl: add tunnelled migration support

2016-10-27 Thread Bob Liu
On 10/26/2016 07:24 PM, Joao Martins wrote: > On 10/26/2016 07:33 AM, Bob Liu wrote: >> Tunnelled migration doesn't require any extra network connections beside the >> libvirt daemon. >> It's capable of strong encryption and is the default option in >> openstack-nova. >> >> This patch add the tun

Re: [libvirt] [RFC PATCH] libxl: add tunnelled migration support

2016-10-26 Thread Joao Martins
On 10/26/2016 07:33 AM, Bob Liu wrote: > Tunnelled migration doesn't require any extra network connections beside the > libvirt daemon. > It's capable of strong encryption and is the default option in openstack-nova. > > This patch add the tunnelled migration(Tunnel3params) support to libxl. > The

[libvirt] [RFC PATCH] libxl: add tunnelled migration support

2016-10-25 Thread Bob Liu
Tunnelled migration doesn't require any extra network connections beside the libvirt daemon. It's capable of strong encryption and is the default option in openstack-nova. This patch add the tunnelled migration(Tunnel3params) support to libxl. The data flow in the src side is: * libxlDoMigrateSen