qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC][PATCH v2 0/2] utils: Improve and document error repor


From: Lluís Vilanova
Subject: [Qemu-devel] [RFC][PATCH v2 0/2] utils: Improve and document error reporting
Date: Mon, 23 Nov 2015 19:41:13 +0100
User-agent: StGit/0.17.1-dirty

Adds support for reporting non-terminating errors (dubbed warnings), and briefly
documents what routines should developers generally use to keep error reporting
consistent.

Changes in v2
=============

* Split in two patches.
* Explicitly add a warning error object.


Signed-off-by: Lluís Vilanova <address@hidden>
---

Lluís Vilanova (2):
      utils: Add warning messages
      doc: Introduce coding style for errors


 HACKING              |   31 +++++++++++++++++++++++++++++++
 include/qapi/error.h |   20 ++++++++++++++++++++
 util/error.c         |   37 +++++++++++++++++++++++++++----------
 3 files changed, 78 insertions(+), 10 deletions(-)


To: address@hidden
Cc: Stefan Hajnoczi <address@hidden>
Cc: Dr. David Alan Gilbert <address@hidden>
Cc: Thomas Huth <address@hidden>
Cc: Markus Armbruster <address@hidden>
Cc: Eric Blake <address@hidden>



reply via email to

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