Re: [libvirt] [PATCH v2 13/17] qemu: assume support for all migration protocols except rdma

2015-11-10 Thread Daniel P. Berrange
On Mon, Nov 09, 2015 at 06:27:02PM -0500, John Ferlan wrote: > > > On 11/09/2015 11:24 AM, Daniel P. Berrange wrote: > > Since we require QEMU 0.12.0, we can assume that QEMU supports > > all of the fd, tcp, unix and exec migration protocols. > > > > Signed-off-by: Daniel P. Berrange

[libvirt] [PATCH v2 13/17] qemu: assume support for all migration protocols except rdma

2015-11-09 Thread Daniel P. Berrange
Since we require QEMU 0.12.0, we can assume that QEMU supports all of the fd, tcp, unix and exec migration protocols. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_capabilities.c | 34 +- src/qemu/qemu_capabilities.h

Re: [libvirt] [PATCH v2 13/17] qemu: assume support for all migration protocols except rdma

2015-11-09 Thread John Ferlan
On 11/09/2015 11:24 AM, Daniel P. Berrange wrote: > Since we require QEMU 0.12.0, we can assume that QEMU supports > all of the fd, tcp, unix and exec migration protocols. > > Signed-off-by: Daniel P. Berrange > --- > src/qemu/qemu_capabilities.c |