[Qemu-devel] [PATCH v2 0/1] Enable full IPv4/IPv6 dual stack support in chardevs

Daniel P. Berrange posted 1 patch 7 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171218135417.28301-1-berrange@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
chardev/char-socket.c | 72 +++++++++++++++++++++------------------------------
1 file changed, 29 insertions(+), 43 deletions(-)
[Qemu-devel] [PATCH v2 0/1] Enable full IPv4/IPv6 dual stack support in chardevs
Posted by Daniel P. Berrange 7 years, 10 months ago
Previously posted as part of a larger series:

  https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg02064.html

The common code has merged, so this is just the patch that needs to go via the
chardev maintainer's tree.

With this change, the chardev socket server honours multiple IP addresses
returned by getaddrinfo instead of only binding on the first. This makes dual
stack work fully, and also improves support with multi-homed hosts.

No changes in v1, except for rebasing.

Daniel P. Berrange (1):
  chardev: convert the socket server to QIONetListener

 chardev/char-socket.c | 72 +++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 43 deletions(-)

-- 
2.14.3