qemu-patch-raspberry4/net
Markus Armbruster 84d18f065f Use error_is_set() only when necessary
error_is_set(&var) is the same as var != NULL, but it takes
whole-program analysis to figure that out.  Unnecessarily hard for
optimizers, static checkers, and human readers.  Dumb it down to
obvious.

Gets rid of several dozen Coverity false positives.

Note that the obvious form is already used in many places.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2014-02-17 11:57:23 -05:00
..
checksum.c
clients.h net: Adding netmap network backend 2013-12-09 13:33:19 +01:00
dump.c
eth.c
hub.c
hub.h
Makefile.objs net: Adding netmap network backend 2013-12-09 13:33:19 +01:00
net.c Use error_is_set() only when necessary 2014-02-17 11:57:23 -05:00
netmap.c net: Adding netmap network backend 2013-12-09 13:33:19 +01:00
queue.c
slirp.c
socket.c net: call socket_set_fast_reuse instead of setting SO_REUSEADDR 2013-10-02 19:20:31 +02:00
tap-aix.c
tap-bsd.c
tap-haiku.c
tap-linux.c tap-linux: Get features once and use it many times 2014-01-27 15:44:06 +01:00
tap-linux.h
tap-solaris.c
tap-win32.c
tap.c
tap_int.h
util.c
util.h
vde.c