qemu/slirp
Jan Kiszka b8e8af38ee slirp: Reorder initialization
This patch reorders the initialization of slirp itself as well as its
associated features smb and redirection. So far the first reference to
slirp triggered the initialization, independent of the actual -net user
option which may carry additional parameters. Now we save any request to
add a smb export or some redirections until the actual initialization of
the stack. This also allows to move a few parameters that were passed
via global variable into the argument list of net_slirp_init.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
2009-06-09 11:38:49 +01:00
..
COPYRIGHT
bootp.c slirp: Reassign same address to same DHCP client 2009-05-22 10:50:34 -05:00
bootp.h slirp: Handle DHCP requests for specific IP (Jan Kiszka) 2009-04-21 19:56:20 +00:00
cksum.c
ctl.h
debug.c
debug.h
icmp_var.h
if.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
if.h
ip.h
ip_icmp.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
ip_icmp.h
ip_input.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
ip_output.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
libslirp.h slirp: Reorder initialization 2009-06-09 11:38:49 +01:00
main.h
mbuf.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
mbuf.h
misc.c Fix some win32 compile warnings 2009-04-05 18:03:31 +00:00
misc.h
sbuf.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
sbuf.h
slirp.c slirp: Reorder initialization 2009-06-09 11:38:49 +01:00
slirp.h Fix windows build and clean up use of <windows.h> 2009-03-08 16:26:59 +00:00
slirp_config.h
socket.c Delete some unused macros detected with -Wp,-Wunused-macros use 2009-03-16 16:33:01 +00:00
socket.h Fix some win32 compile warnings 2009-04-05 18:03:31 +00:00
tcp.h
tcp_input.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
tcp_output.c Sparse fixes: NULL use, header order, ANSI prototypes, static 2009-03-07 15:32:56 +00:00
tcp_subr.c Delete some unused macros detected with -Wp,-Wunused-macros use 2009-03-16 16:33:01 +00:00
tcp_timer.c Use ANSI prototypes to please sparse 2009-04-18 07:32:41 +00:00
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c
tftp.h
udp.c Use ANSI prototypes to please sparse 2009-04-18 07:32:41 +00:00
udp.h