qemu-patch-raspberry4/net
Markus Armbruster 58889fe50a net: Use g_new() & friends where that makes obvious sense
g_new(T, n) is neater than g_malloc(sizeof(T) * n).  It's also safer,
for two reasons.  One, it catches multiplication overflowing size_t.
Two, it returns T * rather than void *, which lets the compiler catch
more type errors.

This commit only touches allocations with size arguments of the form
sizeof(T).

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-12-19 13:17:02 +00:00
..
checksum.c
clients.h net: L2TPv3 transport 2014-06-27 10:39:10 +02:00
dump.c
eth.c
hub.c Add the vhost-user netdev backend to the command line 2014-06-19 18:44:18 +03:00
hub.h
l2tpv3.c net: Use g_new() & friends where that makes obvious sense 2014-12-19 13:17:02 +00:00
Makefile.objs net: add mmsghdr struct check for L2TPV3 2014-07-01 17:42:23 +01:00
net.c net: complete all queued packets on VM stop 2014-09-04 17:19:09 +01:00
netmap.c
queue.c net: Use g_new() & friends where that makes obvious sense 2014-12-19 13:17:02 +00:00
slirp.c net: Use g_new() & friends where that makes obvious sense 2014-12-19 13:17:02 +00:00
socket.c net/socket: fix Uninitialized scalar variable 2014-11-21 10:50:54 +00:00
tap-aix.c
tap-bsd.c tap-bsd: implement a FreeBSD only version of tap_open 2014-08-01 15:57:48 +00:00
tap-haiku.c
tap-linux.c
tap-linux.h
tap-solaris.c
tap-win32.c
tap.c tap: fix vcpu long time io blocking on tap 2014-12-19 11:19:22 +00:00
tap_int.h tap_int.h: remove repeating NETWORK_SCRIPT defines 2014-11-02 10:04:34 +03:00
util.c
util.h
vde.c
vhost-user.c Add the vhost-user netdev backend to the command line 2014-06-19 18:44:18 +03:00