summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* error: Add an accessor for prognamemichael@ozlabs.org2011-12-151-0/+5
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-0/+2
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]Markus Armbruster2010-03-271-18/+0
* error: Make use of error_set_progname() optionalMarkus Armbruster2010-03-271-1/+1
* qemu-error: Avoid build warning.Edgar E. Iglesias2010-03-231-1/+1
* error: New error_printf_unless_qmp()Markus Armbruster2010-03-161-0/+11
* error: Let converted handlers print in human monitorMarkus Armbruster2010-03-161-1/+1
* error: Track locations on command lineMarkus Armbruster2010-03-161-0/+20
* error: Track locations in configuration filesMarkus Armbruster2010-03-161-0/+20
* error: Include the program name in error messages to stderrMarkus Armbruster2010-03-161-1/+19
* error: Infrastructure to track locations for error reportingMarkus Armbruster2010-03-161-1/+84
* error: Rename qemu_error_new() to qerror_report()Markus Armbruster2010-03-161-3/+3
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+7
* error: New error_printf() and error_vprintf()Markus Armbruster2010-03-161-7/+42
* error: Simplify error sink setupMarkus Armbruster2010-03-161-67/+9
* error: Move qemu_error() & friends from monitor.c to own fileMarkus Armbruster2010-03-161-0/+92