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: Jesse Larrew
Subject: [Qemu-devel] [Bug 659351] Re: QEMU uses obsolete gethostbyname and inet_aton rather than getaddrinfo
Date: Tue, 29 Jan 2013 21:59:33 -0000

** 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

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