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
/
util
/
error.c
Age
Commit message (
Expand
)
Author
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-16
error: ensure errno detail is printed with error_abort
Daniel P. Berrange
2016-02-04
util: Clean up includes
Peter Maydell
2016-01-13
error: New error_prepend(), error_reportf_err()
Markus Armbruster
2016-01-13
error: Improve documentation
Markus Armbruster
2016-01-13
error: Don't append a newline when printing the error hint
Markus Armbruster
2015-11-10
qapi: Simplify error cleanup in test-qmp-*
Eric Blake
2015-09-18
error: New error_fatal
Markus Armbruster
2015-09-18
error: Copy location information in error_copy()
Eric Blake
2015-09-18
hmp: Allow for error message hints on HMP
Eric Blake
2015-09-10
error: On abort, report where the error was created
Markus Armbruster
2015-09-10
error: error_set_errno() is unused, drop
Markus Armbruster
2015-09-10
qga: Clean up unnecessarily dirty casts
Markus Armbruster
2015-09-10
error: Make error_setg() a function
Markus Armbruster
2015-09-10
error: De-duplicate code creating Error objects
Markus Armbruster
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
error: New convenience function error_report_err()
Markus Armbruster
2014-05-21
error: error_is_set() is finally unused; remove
Markus Armbruster
2014-05-09
error: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-04-25
error: Remove some unused headers
Cole Robinson
2014-01-17
Revert "error: Don't use error_report() for assertion msgs."
Peter Crosthwaite
2014-01-15
error: Don't use error_report() for assertion msgs.
Peter Crosthwaite
2014-01-06
error: Add error_abort
Peter Crosthwaite
2013-11-28
util/error: Save errno from clobbering
Max Reitz
2013-09-09
error: Add error_set_win32 and error_setg_win32
Tomoki Sekiyama
2013-06-17
error: add error_setg_file_open() helper
Luiz Capitulino
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini