aboutsummaryrefslogtreecommitdiff
path: root/util/error.c
AgeCommit message (Expand)Author
2023-04-06util/error: Fix use-after-free errors reported by CoverityStefan Berger
2023-03-13error: add global &error_warn destinationMarc-André Lureau
2023-01-11util/error: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé
2019-12-18error: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-17util/error: do not free error on error_abortVladimir Sementsov-Ogievskiy
2019-04-17error: Fix error_report_err(), warn_report_err() hint printingMarkus Armbruster
2019-03-26util/error: Remove an unnecessary NULL checkPhilippe Mathieu-Daudé
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2017-07-13error: Implement the warn and free Error functionsAlistair Francis
2017-04-24util/error: Fix leak in error_vprepend()Max Reitz
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16error: ensure errno detail is printed with error_abortDaniel P. Berrange
2016-02-04util: Clean up includesPeter Maydell
2016-01-13error: New error_prepend(), error_reportf_err()Markus Armbruster
2016-01-13error: Improve documentationMarkus Armbruster
2016-01-13error: Don't append a newline when printing the error hintMarkus Armbruster
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake
2015-09-18error: New error_fatalMarkus Armbruster
2015-09-18error: Copy location information in error_copy()Eric Blake
2015-09-18hmp: Allow for error message hints on HMPEric Blake
2015-09-10error: On abort, report where the error was createdMarkus Armbruster
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster
2015-09-10error: Make error_setg() a functionMarkus Armbruster
2015-09-10error: De-duplicate code creating Error objectsMarkus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-18error: New convenience function error_report_err()Markus Armbruster
2014-05-21error: error_is_set() is finally unused; removeMarkus Armbruster
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-04-25error: Remove some unused headersCole Robinson
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite
2014-01-06error: Add error_abortPeter Crosthwaite
2013-11-28util/error: Save errno from clobberingMax Reitz
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini