aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-error.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-0/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-03-27error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]Markus Armbruster1-18/+0
2010-03-27error: Make use of error_set_progname() optionalMarkus Armbruster1-1/+1
2010-03-23qemu-error: Avoid build warning.Edgar E. Iglesias1-1/+1
2010-03-16error: New error_printf_unless_qmp()Markus Armbruster1-0/+11
2010-03-16error: Let converted handlers print in human monitorMarkus Armbruster1-1/+1
2010-03-16error: Track locations on command lineMarkus Armbruster1-0/+20
2010-03-16error: Track locations in configuration filesMarkus Armbruster1-0/+20
2010-03-16error: Include the program name in error messages to stderrMarkus Armbruster1-1/+19
2010-03-16error: Infrastructure to track locations for error reportingMarkus Armbruster1-1/+84
2010-03-16error: Rename qemu_error_new() to qerror_report()Markus Armbruster1-3/+3
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-1/+7
2010-03-16error: New error_printf() and error_vprintf()Markus Armbruster1-7/+42
2010-03-16error: Simplify error sink setupMarkus Armbruster1-67/+9
2010-03-16error: Move qemu_error() & friends from monitor.c to own fileMarkus Armbruster1-0/+92