v2: * Trivially rebased. * [PATCH 1] Fix accidental change of error_set_win32() message [Eric] * [PATCH 6] Correct typoes, document error_free(NULL) is safe [Eric] * [PATCH 7] Report __func__, too [Eric, László] This more than doubles the text size increase: 35KiB (0.7%) instead of 14KiB (0.3%), but much of it should be cache-cold memory.
Markus Armbruster (7): error: De-duplicate code creating Error objects error: Make error_setg() a function qga: Clean up unnecessarily dirty casts qga/vss-win32: Document the DLL requires non-null errp error: error_set_errno() is unused, drop error: Revamp interface documentation error: On abort, report where the error was created include/qapi/error.h | 234 +++++++++++++++++++++++++++++++------------- qga/vss-win32.c | 6 +- qga/vss-win32/requester.cpp | 8 +- qga/vss-win32/requester.h | 13 ++- util/error.c | 120 +++++++++++++---------- 5 files changed, 246 insertions(+), 135 deletions(-) -- 1.9.3