[PULL 0/2] Error reporting patches for 2020-10-09

Markus Armbruster posted 2 patches 5 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201009064858.323624-1-armbru@redhat.com
Maintainers: Halil Pasic <pasic@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>, Cornelia Huck <cohuck@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Jason Wang <jasowang@redhat.com>, Hailiang Zhang <zhang.zhanghailiang@huawei.com>, Thomas Huth <thuth@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Juan Quintela <quintela@redhat.com>, David Hildenbrand <david@redhat.com>
exec.c                     | 11 +++--------
hw/net/virtio-net.c        |  8 ++------
hw/s390x/s390-virtio-ccw.c |  7 +------
hw/virtio/vhost.c          | 10 +++-------
migration/colo.c           |  4 +---
migration/migration.c      |  8 ++------
6 files changed, 12 insertions(+), 36 deletions(-)
[PULL 0/2] Error reporting patches for 2020-10-09
Posted by Markus Armbruster 5 years, 1 month ago
The following changes since commit 497d415d76b9f59fcae27f22df1ca2c3fa4df64e:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-1' into staging (2020-10-08 21:41:20 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-10-09

for you to fetch changes up to 805d44961b9015716cc13c1d3e49457af3970d82:

  error: Use error_fatal to simplify obvious fatal errors (again) (2020-10-09 08:36:23 +0200)

----------------------------------------------------------------
Error reporting patches for 2020-10-09

----------------------------------------------------------------
Markus Armbruster (2):
      error: Remove NULL checks on error_propagate() calls (again)
      error: Use error_fatal to simplify obvious fatal errors (again)

 exec.c                     | 11 +++--------
 hw/net/virtio-net.c        |  8 ++------
 hw/s390x/s390-virtio-ccw.c |  7 +------
 hw/virtio/vhost.c          | 10 +++-------
 migration/colo.c           |  4 +---
 migration/migration.c      |  8 ++------
 6 files changed, 12 insertions(+), 36 deletions(-)

-- 
2.26.2


Re: [PULL 0/2] Error reporting patches for 2020-10-09
Posted by Peter Maydell 5 years, 1 month ago
On Fri, 9 Oct 2020 at 07:49, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 497d415d76b9f59fcae27f22df1ca2c3fa4df64e:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-1' into staging (2020-10-08 21:41:20 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-10-09
>
> for you to fetch changes up to 805d44961b9015716cc13c1d3e49457af3970d82:
>
>   error: Use error_fatal to simplify obvious fatal errors (again) (2020-10-09 08:36:23 +0200)
>
> ----------------------------------------------------------------
> Error reporting patches for 2020-10-09
>
> ----------------------------------------------------------------
> Markus Armbruster (2):
>       error: Remove NULL checks on error_propagate() calls (again)
>       error: Use error_fatal to simplify obvious fatal errors (again)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM