]> xenbits.xensource.com Git - qemu-xen.git/commit
error: add global &error_warn destination
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Feb 2023 12:47:50 +0000 (16:47 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 13 Mar 2023 11:23:37 +0000 (15:23 +0400)
commit3ffef1a55ca3b55fa64d43cd35af5adb2c260463
tree7bb3c98f6ba70acdeaf0b538aaa5cd04517c9a8c
parent6bbee5dbaae1bebf5e37d3d2083584673d439631
error: add global &error_warn destination

This can help debugging issues or develop, when error handling is
introduced.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-Id: <20230221124802.4103554-6-marcandre.lureau@redhat.com>
include/qapi/error.h
tests/unit/test-error-report.c
util/error.c