1. 49fbc72 error: make Error **errp const where it is appropriate by Vladimir Sementsov-Ogievskiy · 5 years ago
  2. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  3. b922c05 util/error: do not free error on error_abort by Vladimir Sementsov-Ogievskiy · 6 years ago
  4. 4c8b7c8 error: Fix error_report_err(), warn_report_err() hint printing by Markus Armbruster · 6 years ago
  5. 57b7291 util/error: Remove an unnecessary NULL check by Philippe Mathieu-Daudé · 6 years ago
  6. 4b57664 error: Fix use of error_prepend() with &error_fatal, &error_abort by Markus Armbruster · 6 years ago
  7. e43ead1 error: Implement the warn and free Error functions by Alistair Francis · 8 years ago
  8. 536eeea util/error: Fix leak in error_vprepend() by Max Reitz · 8 years ago
  9. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  10. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  11. 20e2dec error: ensure errno detail is printed with error_abort by Daniel P. Berrange · 9 years ago
  12. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  13. 8277d2a error: New error_prepend(), error_reportf_err() by Markus Armbruster · 9 years ago
  14. f4d0064 error: Improve documentation by Markus Armbruster · 9 years ago
  15. 543202c error: Don't append a newline when printing the error hint by Markus Armbruster · 9 years ago
  16. a12a5a1 qapi: Simplify error cleanup in test-qmp-* by Eric Blake · 9 years ago
  17. a29a37b error: New error_fatal by Markus Armbruster · 9 years ago
  18. 88e2ce2 error: Copy location information in error_copy() by Eric Blake · 9 years ago
  19. 50b7b00 hmp: Allow for error message hints on HMP by Eric Blake · 9 years ago
  20. 1e9b65b error: On abort, report where the error was created by Markus Armbruster · 10 years ago
  21. 4463dcb error: error_set_errno() is unused, drop by Markus Armbruster · 10 years ago
  22. e7cf59e qga: Clean up unnecessarily dirty casts by Markus Armbruster · 10 years ago
  23. a9499dd error: Make error_setg() a function by Markus Armbruster · 10 years ago
  24. 5523750 error: De-duplicate code creating Error objects by Markus Armbruster · 10 years ago
  25. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  26. 2ee2f1e error: New convenience function error_report_err() by Markus Armbruster · 10 years ago
  27. d2e064a error: error_is_set() is finally unused; remove by Markus Armbruster · 11 years ago
  28. 64dfefe error: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  29. 073a341 error: Remove some unused headers by Cole Robinson · 11 years ago
  30. 732c66c Revert "error: Don't use error_report() for assertion msgs." by Peter Crosthwaite · 11 years ago
  31. d32934c error: Don't use error_report() for assertion msgs. by Peter Crosthwaite · 11 years ago
  32. 5d24ee7 error: Add error_abort by Peter Crosthwaite · 11 years ago
  33. b276d24 util/error: Save errno from clobbering by Max Reitz · 11 years ago
  34. 20840d4 error: Add error_set_win32 and error_setg_win32 by Tomoki Sekiyama · 12 years ago
  35. 54028d7 error: add error_setg_file_open() helper by Luiz Capitulino · 12 years ago
  36. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from error.c]
  37. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  38. 680d16d error: add error_set_errno and error_setg_errno by Paolo Bonzini · 12 years ago
  39. 6d3f0db error, qerror: drop QDict member by Luiz Capitulino · 13 years ago
  40. df1e608 error, qerror: pass desc string to error calls by Luiz Capitulino · 13 years ago
  41. 7795b16 error: drop error_get_qobject()/error_set_qobject() by Luiz Capitulino · 13 years ago
  42. a8cb2d3 error: drop unused functions by Luiz Capitulino · 13 years ago
  43. ea25fbc error: add error_get_class() by Luiz Capitulino · 13 years ago
  44. 13f59ae error, qerror: add ErrorClass argument to error functions by Luiz Capitulino · 13 years ago
  45. dd7520f error: don't delay error message construction by Luiz Capitulino · 13 years ago
  46. 2b38cf2 qerror: qerror_format(): return an allocated string by Luiz Capitulino · 13 years ago
  47. d195325 qapi: fix error propagation by Paolo Bonzini · 13 years ago
  48. 0ed6dc1 error.c: don't return value for void function by Amos Kong · 13 years ago
  49. 79020cf Error: Introduce error_copy() by Luiz Capitulino · 13 years ago
  50. f795e74 Drop qemu-objects.h from modules that don't require it by Luiz Capitulino · 13 years ago
  51. acceb4d error: let error_is_type take a NULL error by Anthony Liguori · 13 years ago
  52. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  53. e4ea5e2 error framework: Fix compilation for w32/w64 by Stefan Weil · 14 years ago
  54. d5ec4f2 Introduce the new error framework by Luiz Capitulino · 14 years ago