Ed Swierk ce0bd027df slirp: Remove our_addr code
Three problems with our_addr:

- It's determined only once when qemu starts, but the address can change
(just like the DNS configuration can).

- It's supposed to be the IP address of a host network interface, but
there's no guarantee that gethostbyname(gethostname()) actually does
that: the host might be a laptop that has only a loopback interface up,
or the hostname might be localhost.localdomain, etc.

- It's useless at best: get_dns_addr() calls it, there's no reason to
send DNS requests to a different IP address if you're running a DNS
server on the host and resolv.conf points to 127.0.0.1.

These problems are easily solved by removing the code.

Signed-off-by: Ed Swierk <eswierk@aristanetworks.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-08-27 20:46:58 -05:00
2009-08-26 13:55:44 +04:00
2009-08-10 13:05:39 -05:00
2009-08-27 20:46:58 -05:00
2009-08-25 01:14:14 +02:00
2009-08-27 20:30:22 -05:00
2009-07-27 14:09:20 -05:00
2009-08-27 20:30:20 -05:00
2009-08-27 20:46:50 -05:00
2009-07-27 14:09:20 -05:00
2009-08-10 13:05:25 -05:00
2009-08-27 20:35:30 -05:00
2009-08-27 20:35:30 -05:00
2009-08-27 20:46:50 -05:00
2009-08-27 19:33:15 -05:00
2009-07-30 09:50:36 -05:00
2009-08-24 08:01:42 -05:00
2009-08-27 19:33:15 -05:00
2009-08-27 19:33:15 -05:00
2009-08-27 20:43:33 -05:00
2009-08-24 08:01:40 -05:00
2009-08-10 13:05:48 -05:00
2009-08-24 08:02:55 -05:00
2009-08-27 20:30:20 -05:00
2009-08-15 07:51:59 +00:00
2009-08-15 07:51:59 +00:00
2009-08-10 13:05:27 -05:00
2009-07-27 14:10:55 -05:00
2009-08-10 13:05:25 -05:00
2009-07-22 10:58:49 -05:00
2009-08-10 13:05:31 -05:00
2009-08-10 13:05:39 -05:00
2009-08-23 18:03:34 +02:00
2009-07-27 14:09:15 -05:00
2009-07-16 18:12:18 -05:00
2009-08-27 20:46:58 -05:00
2009-08-01 10:13:20 +00:00
2009-08-10 13:05:31 -05:00
2009-08-10 13:05:30 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%