]> git.proxmox.com Git - mirror_qemu.git/commit
slirp: Split get_dns_addr
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 20 Mar 2016 12:20:42 +0000 (13:20 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 3 Jul 2016 21:24:54 +0000 (23:24 +0200)
commit972487b878dbdbdc9402208aace41c9573aa6c8b
tree6c3a509e210e72541b74c9638449e3ab0cbfe681
parent9a48e3670030148a8d00c8d4d4cd7f051c0d9f39
slirp: Split get_dns_addr

Separate get_dns_addr into get_dns_addr_cached and get_dns_addr_resolv_conf
to make conversion to IPv6 easier.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
slirp/slirp.c