qemu-patch-raspberry4/net
Marc-André Lureau 883e4f7624 Change net/socket.c to use socket_*() functions
Use socket_*() functions from include/qemu/sockets.h instead of
listen()/bind()/connect()/parse_host_port(). socket_*() fucntions are
QAPI based and this patch  performs this api conversion since
everything will be using QAPI based sockets in the future. Also add a
helper function socket_address_to_string() in util/qemu-sockets.c
which returns the string representation of socket address. The task was
listed on http://wiki.qemu.org/BiteSizedTasks page.

Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-09-14 12:25:14 +02:00
..
checksum.c
clients.h
dump.c qapi: Change Netdev into a flat union 2016-07-19 20:18:02 +02:00
eth.c
filter-buffer.c
filter-mirror.c
filter.c qtail: clean up direct access to tqe_prev field 2016-09-13 19:08:41 +02:00
hub.c qapi: Change Netdev into a flat union 2016-07-19 20:18:02 +02:00
hub.h
l2tpv3.c qapi: Change Netdev into a flat union 2016-07-19 20:18:02 +02:00
Makefile.objs
net.c net/net: properly handle multiple packets in net_fill_rstate() 2016-08-18 12:20:57 +08:00
netmap.c qapi: Change Netdev into a flat union 2016-07-19 20:18:02 +02:00
queue.c
slirp.c slirp: fix segv when init failed 2016-08-22 15:20:32 +08:00
socket.c Change net/socket.c to use socket_*() functions 2016-09-14 12:25:14 +02:00
tap-aix.c
tap-bsd.c
tap-haiku.c
tap-linux.c
tap-linux.h
tap-solaris.c
tap-win32.c qapi: Change Netdev into a flat union 2016-07-19 20:18:02 +02:00
tap.c vhost-user: keep vhost_net after a disconnection 2016-07-29 00:33:48 +03:00
tap_int.h
trace-events trace-events: fix first line comment in trace-events 2016-08-12 10:36:01 +01:00
util.c
util.h
vde.c qapi: Change Netdev into a flat union 2016-07-19 20:18:02 +02:00
vhost-user.c vhost-user: wait until backend init is completed 2016-07-29 00:33:49 +03:00