error: Use error_fatal to simplify obvious fatal errors (again)
commit805d44961b9015716cc13c1d3e49457af3970d82
authorMarkus Armbruster <armbru@redhat.com>
Wed, 22 Jul 2020 08:40:48 +0000 (22 10:40 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 9 Oct 2020 06:36:23 +0000 (9 08:36 +0200)
tree3787668026828fef8cef138ee4f4fa366401dc5e
parent2155ceaf25662aa53cdb9dec3d7e9458bad4f0e0
error: Use error_fatal to simplify obvious fatal errors (again)

Patch created mechanically by rerunning:

    $ spatch --in-place --sp-file scripts/coccinelle/use-error_fatal.cocci \
     --macro-file scripts/cocci-macro-file.h --use-gitgrep .

Variables now unused dropped manually.

Cc: Eric Auger <eric.auger@redhat.com>
Cc: David Hildenbrand <david@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200722084048.1726105-5-armbru@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
exec.c
hw/s390x/s390-virtio-ccw.c
hw/virtio/vhost.c