** Changed in: qemu
     Assignee: (unassigned) => Jesse Larrew (jlarrew)

** Changed in: qemu
       Status: New => In Progress

-- 
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:
  In Progress

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