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 v3 ============= * Drop special object 'error_warn' in favour of raw 'error_report()' [suggested by Markus Armbruster]. Changes in v2 ============= * Split in two patches. * Explicitly add a warning error object. Signed-off-by: Lluís Vilanova <[email protected]> --- Lluís Vilanova (1): doc: Introduce coding style for errors HACKING | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) To: [email protected] Cc: Stefan Hajnoczi <[email protected]> Cc: Dr. David Alan Gilbert <[email protected]> Cc: Thomas Huth <[email protected]> Cc: Markus Armbruster <[email protected]> Cc: Eric Blake <[email protected]>
