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
/
include
/
qapi
/
error.h
Age
Commit message (
Expand
)
Author
2019-12-18
error: make Error **errp const where it is appropriate
Vladimir Sementsov-Ogievskiy
2019-08-16
qapi: Split error.json off common.json
Markus Armbruster
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-06
error: Improve documentation of error_append_hint()
Markus Armbruster
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
2017-07-13
error: Implement the warn and free Error functions
Alistair Francis
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
2017-01-19
error: error_setg_errno(): errno gets preserved
Sascha Silbe
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-02-23
include: Clean up includes
Peter Maydell
2016-02-09
error: Improve documentation some more
Markus Armbruster
2016-01-13
error: New error_prepend(), error_reportf_err()
Markus Armbruster
2016-01-13
error: Improve documentation
Markus Armbruster
2016-01-13
error: Document how to accumulate multiple errors
Markus Armbruster
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
2015-12-17
qapi: Add alias for ErrorClass
Eric Blake
2015-11-10
qapi: Simplify error cleanup in test-qmp-*
Eric Blake
2015-09-18
error: New error_fatal
Markus Armbruster
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: Revamp interface documentation
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-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-01-06
error: Add error_abort
Peter Crosthwaite
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
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini