qemu-patch-raspberry4/slirp
aliguori bf9298b90e Make struct iovec universally available
Vectored IO APIs will require some sort of vector argument.  It makes sense to
use struct iovec and just define it globally for Windows.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5889 c046a42c-6fe2-441c-8c8c-71466251a162
2008-12-05 20:05:26 +00:00
..
bootp.c Make some variables static 2008-10-01 19:06:48 +00:00
bootp.h
cksum.c
COPYRIGHT
ctl.h
debug.c Fix some warnings that would be generated by gcc -Wredundant-decls 2008-08-30 09:51:20 +00:00
debug.h
icmp_var.h
if.c Add some missing static qualifiers 2008-09-30 18:18:27 +00:00
if.h
ip.h
ip_icmp.c Make some variables static 2008-10-01 19:06:48 +00:00
ip_icmp.h Fix warnings that would be caused by gcc flag -Wwrite-strings 2008-09-14 06:45:34 +00:00
ip_input.c
ip_output.c
libslirp.h
main.h
mbuf.c Remove unused variables 2008-10-01 18:08:41 +00:00
mbuf.h
misc.c Use common objects for qemu-img and qemu-nbd 2008-09-15 15:51:35 +00:00
misc.h Fix inline use warnings from sparse 2008-10-26 15:26:09 +00:00
sbuf.c
sbuf.h
slirp.c added explicit license 2008-10-17 17:31:57 +00:00
slirp.h Fix inline use warnings from sparse 2008-10-26 15:26:09 +00:00
slirp_config.h Fix some warnings that would be generated by gcc -Wredundant-decls 2008-08-30 09:51:20 +00:00
socket.c Make struct iovec universally available 2008-12-05 20:05:26 +00:00
socket.h Make struct iovec universally available 2008-12-05 20:05:26 +00:00
tcp.h
tcp_input.c
tcp_output.c
tcp_subr.c Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 2008-09-20 08:07:15 +00:00
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 2008-09-20 08:07:15 +00:00
tftp.h
udp.c Replace uses of strncpy (a GNU extension) with Qemu pstrcpy 2008-10-25 11:21:28 +00:00
udp.h