index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-error.c
Age
Commit message (
Expand
)
Author
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
2011-12-15
error: Add an accessor for progname
michael@ozlabs.org
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2010-03-27
error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]
Markus Armbruster
2010-03-27
error: Make use of error_set_progname() optional
Markus Armbruster
2010-03-23
qemu-error: Avoid build warning.
Edgar E. Iglesias
2010-03-16
error: New error_printf_unless_qmp()
Markus Armbruster
2010-03-16
error: Let converted handlers print in human monitor
Markus Armbruster
2010-03-16
error: Track locations on command line
Markus Armbruster
2010-03-16
error: Track locations in configuration files
Markus Armbruster
2010-03-16
error: Include the program name in error messages to stderr
Markus Armbruster
2010-03-16
error: Infrastructure to track locations for error reporting
Markus Armbruster
2010-03-16
error: Rename qemu_error_new() to qerror_report()
Markus Armbruster
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
error: New error_printf() and error_vprintf()
Markus Armbruster
2010-03-16
error: Simplify error sink setup
Markus Armbruster
2010-03-16
error: Move qemu_error() & friends from monitor.c to own file
Markus Armbruster