qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 07d04a: Use error_fatal to simplify obvious f


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 07d04a: Use error_fatal to simplify obvious fatal errors (...
Date: Tue, 09 Feb 2016 10:00:04 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 07d04a0219b9f385de5884717e3e7fb0c6623979
      
https://github.com/qemu/qemu/commit/07d04a0219b9f385de5884717e3e7fb0c6623979
  Author: Markus Armbruster <address@hidden>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M hw/arm/imx25_pdk.c
    M hw/arm/kzm.c
    M hw/arm/netduino2.c
    M hw/arm/xlnx-ep108.c
    M vl.c

  Log Message:
  -----------
  Use error_fatal to simplify obvious fatal errors (again)

Done with the Coccinelle semantic patch from commit 007b065, plus
manual clean up of dead variables.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Eric Blake <address@hidden>


  Commit: 10303f04b98efa76e638b9ae4632688f56f088fc
      
https://github.com/qemu/qemu/commit/10303f04b98efa76e638b9ae4632688f56f088fc
  Author: Markus Armbruster <address@hidden>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M include/qapi/error.h

  Log Message:
  -----------
  error: Improve documentation some more

Don't claim error_report_err() always reports to stderr.  It actually
reports to the current monitor when we have one.

Clarify intended use of error_abort and error_fatal.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Lluís Vilanova <address@hidden>


  Commit: d76a3bf5c46d9e981faf09e6194c795ee54e5ae4
      
https://github.com/qemu/qemu/commit/d76a3bf5c46d9e981faf09e6194c795ee54e5ae4
  Author: Markus Armbruster <address@hidden>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M HACKING

  Log Message:
  -----------
  HACKING: Add a section on error handling and reporting

Inspired by an RFC PATCH from Lluís Vilanova.

Signed-off-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Lluís Vilanova <address@hidden>


  Commit: 84c0781103dcbe9b5e5433ba16fbeb55d69d6cb7
      
https://github.com/qemu/qemu/commit/84c0781103dcbe9b5e5433ba16fbeb55d69d6cb7
  Author: Peter Maydell <address@hidden>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M HACKING
    M hw/arm/imx25_pdk.c
    M hw/arm/kzm.c
    M hw/arm/netduino2.c
    M hw/arm/xlnx-ep108.c
    M include/qapi/error.h
    M vl.c

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

Error reporting patches for 2016-02-09

# gpg: Signature made Tue 09 Feb 2016 12:38:33 GMT using RSA key ID EB918653
# gpg: Good signature from "Markus Armbruster <address@hidden>"
# gpg:                 aka "Markus Armbruster <address@hidden>"

* remotes/armbru/tags/pull-error-2016-02-09:
  HACKING: Add a section on error handling and reporting
  error: Improve documentation some more
  Use error_fatal to simplify obvious fatal errors (again)

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/2f71f79ccd37...84c0781103dc

reply via email to

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