aboutsummaryrefslogtreecommitdiff
path: root/qemu-error.c
AgeCommit message (Expand)Author
2011-12-15error: Add an accessor for prognamemichael@ozlabs.org
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-03-27error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]Markus Armbruster
2010-03-27error: Make use of error_set_progname() optionalMarkus Armbruster
2010-03-23qemu-error: Avoid build warning.Edgar E. Iglesias
2010-03-16error: New error_printf_unless_qmp()Markus Armbruster
2010-03-16error: Let converted handlers print in human monitorMarkus Armbruster
2010-03-16error: Track locations on command lineMarkus Armbruster
2010-03-16error: Track locations in configuration filesMarkus Armbruster
2010-03-16error: Include the program name in error messages to stderrMarkus Armbruster
2010-03-16error: Infrastructure to track locations for error reportingMarkus Armbruster
2010-03-16error: Rename qemu_error_new() to qerror_report()Markus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: New error_printf() and error_vprintf()Markus Armbruster
2010-03-16error: Simplify error sink setupMarkus Armbruster
2010-03-16error: Move qemu_error() & friends from monitor.c to own fileMarkus Armbruster