qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 659351] Re: QEMU uses obsolete gethostbyname and inet_


From: Paolo Bonzini
Subject: [Qemu-devel] [Bug 659351] Re: QEMU uses obsolete gethostbyname and inet_aton rather than getaddrinfo
Date: Wed, 27 Nov 2013 13:01:07 -0000

Fixed by commit d5c5dac (use inet_listen()/inet_connect() to support
ipv6 migration, 2012-05-11), released with QEMU 1.2.

** Changed in: qemu
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/659351

Title:
  QEMU uses obsolete gethostbyname and inet_aton rather than getaddrinfo

Status in QEMU:
  Fix Released

Bug description:
  In several places, including the tcp migration code, qemu uses
  gethostbyname and inet_aton to construct a sockaddr_in. These should
  be replaced by the more modern getaddrinfo for both connect and
  accept, along with a loop to try all returned addrinfo structs on the
  connecting side. This would also allow migration over IPv6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/659351/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]