[libvirt] [PATCHv4 0/2] allow migration over IPv6

2013-03-21 Thread Ján Tomko
Diff to v3:
Use VIR_MIGRATE_IPV6 flag instead of trying to automagically guess
if we should use IPv6 or IPv4.

v3:
https://www.redhat.com/archives/libvir-list/2013-February/msg01379.html

Ján Tomko (2):
  rpc: add virNetSocketNewConnectTCPHints
  qemu: allow migration over IPv6

 include/libvirt/libvirt.h.in |  1 +
 src/libvirt.c|  8 +
 src/libvirt_private.syms |  1 +
 src/qemu/qemu_migration.c| 82 
 src/qemu/qemu_migration.h|  3 +-
 src/rpc/virnetsocket.c   |  9 +
 src/rpc/virnetsocket.h   |  4 +++
 tools/virsh-domain.c |  7 
 tools/virsh.pod  |  5 +--
 9 files changed, 95 insertions(+), 25 deletions(-)

-- 
1.8.1.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCHv4 0/2] allow migration over IPv6

2013-03-21 Thread Daniel P. Berrange
On Thu, Mar 21, 2013 at 11:35:05AM +0100, Ján Tomko wrote:
 Diff to v3:
 Use VIR_MIGRATE_IPV6 flag instead of trying to automagically guess
 if we should use IPv6 or IPv4.

Why ? We should figure this out ourselves for migration just
as we do anywhere else we do TCP conections

Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCHv4 0/2] allow migration over IPv6

2013-03-21 Thread Jiri Denemark
On Thu, Mar 21, 2013 at 10:38:12 +, Daniel P. Berrange wrote:
 On Thu, Mar 21, 2013 at 11:35:05AM +0100, Ján Tomko wrote:
  Diff to v3:
  Use VIR_MIGRATE_IPV6 flag instead of trying to automagically guess
  if we should use IPv6 or IPv4.
 
 Why ? We should figure this out ourselves for migration just
 as we do anywhere else we do TCP conections

There was an attempt to discuss this matter a while ago:
https://www.redhat.com/archives/libvir-list/2013-March/msg00515.html

Jirka

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list