summaryrefslogtreecommitdiff
path: root/util/error.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-13error: Implement the warn and free Error functionsAlistair Francis1-0/+20
2017-04-24util/error: Fix leak in error_vprepend()Max Reitz1-0/+1
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16error: ensure errno detail is printed with error_abortDaniel P. Berrange1-21/+19
2016-02-04util: Clean up includesPeter Maydell1-1/+1
2016-01-13error: New error_prepend(), error_reportf_err()Markus Armbruster1-0/+33
2016-01-13error: Improve documentationMarkus Armbruster1-1/+1
2016-01-13error: Don't append a newline when printing the error hintMarkus Armbruster1-1/+1
2015-11-10qapi: Simplify error cleanup in test-qmp-*Eric Blake1-0/+7
2015-09-18error: New error_fatalMarkus Armbruster1-13/+21
2015-09-18error: Copy location information in error_copy()Eric Blake1-0/+3
2015-09-18hmp: Allow for error message hints on HMPEric Blake1-0/+32
2015-09-10error: On abort, report where the error was createdMarkus Armbruster1-16/+39
2015-09-10error: error_set_errno() is unused, dropMarkus Armbruster1-3/+2
2015-09-10qga: Clean up unnecessarily dirty castsMarkus Armbruster1-3/+2
2015-09-10error: Make error_setg() a functionMarkus Armbruster1-0/+9
2015-09-10error: De-duplicate code creating Error objectsMarkus Armbruster1-43/+25
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-4/+4
2015-02-18error: New convenience function error_report_err()Markus Armbruster1-0/+6
2014-05-21error: error_is_set() is finally unused; removeMarkus Armbruster1-5/+0
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster1-4/+4
2014-04-25error: Remove some unused headersCole Robinson1-4/+1
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite1-4/+4
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite1-4/+4
2014-01-06error: Add error_abortPeter Crosthwaite1-1/+21
2013-11-28util/error: Save errno from clobberingMax Reitz1-0/+6
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama1-0/+35
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino1-0/+5
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+115