qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 2155ce: error: Remove NULL checks on error_pr


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 2155ce: error: Remove NULL checks on error_propagate() cal...
Date: Fri, 09 Oct 2020 08:00:50 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2155ceaf25662aa53cdb9dec3d7e9458bad4f0e0
      
https://github.com/qemu/qemu/commit/2155ceaf25662aa53cdb9dec3d7e9458bad4f0e0
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M hw/net/virtio-net.c
    M migration/colo.c
    M migration/migration.c

  Log Message:
  -----------
  error: Remove NULL checks on error_propagate() calls (again)

Patch created mechanically by rerunning:

    $ spatch --sp-file scripts/coccinelle/error_propagate_null.cocci \
             --macro-file scripts/cocci-macro-file.h \
             --use-gitgrep .

Cc: Jens Freimann <jfreimann@redhat.com>
Cc: Hailiang Zhang <zhang.zhanghailiang@huawei.com>
Cc: Juan Quintela <quintela@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200722084048.1726105-4-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>


  Commit: 805d44961b9015716cc13c1d3e49457af3970d82
      
https://github.com/qemu/qemu/commit/805d44961b9015716cc13c1d3e49457af3970d82
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M exec.c
    M hw/s390x/s390-virtio-ccw.c
    M hw/virtio/vhost.c

  Log Message:
  -----------
  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>


  Commit: e1c30c43cd0bcb5c7a0877c7aa9ddc8f4a99afbc
      
https://github.com/qemu/qemu/commit/e1c30c43cd0bcb5c7a0877c7aa9ddc8f4a99afbc
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M exec.c
    M hw/net/virtio-net.c
    M hw/s390x/s390-virtio-ccw.c
    M hw/virtio/vhost.c
    M migration/colo.c
    M migration/migration.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into 
staging

Error reporting patches for 2020-10-09

# gpg: Signature made Fri 09 Oct 2020 07:45:17 BST
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-error-2020-10-09:
  error: Use error_fatal to simplify obvious fatal errors (again)
  error: Remove NULL checks on error_propagate() calls (again)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/b7092cda1b36...e1c30c43cd0b



reply via email to

[Prev in Thread] Current Thread [Next in Thread]