1. 37f3234 QemuOpts: Fix qemu_opts_foreach() dangling location regression by Markus Armbruster · 9 years ago
  2. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  3. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  4. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  5. 543202c error: Don't append a newline when printing the error hint by Markus Armbruster · 9 years ago
  6. 50b7b00 hmp: Allow for error message hints on HMP by Eric Blake · 10 years ago
  7. fe64669 opts: produce valid command line in qemu_opts_print by Kővágó, Zoltán · 10 years ago
  8. 2127899 qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts by Bo Tu · 10 years ago
  9. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  10. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  11. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  12. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  13. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  14. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  15. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  16. dc523cd34 qemu-img: Suppress unhelpful extra errors in convert, amend by Markus Armbruster · 10 years ago
  17. 4f81273 QemuOpts: Propagate errors through opts_parse() by Markus Armbruster · 10 years ago
  18. d93ae3c QemuOpts: Propagate errors through opts_do_parse() by Markus Armbruster · 10 years ago
  19. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  20. 79087c7 QemuOpts: Convert qemu_opts_set() to Error, fix its use by Markus Armbruster · 10 years ago
  21. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  22. cccb796 QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use by Markus Armbruster · 10 years ago
  23. c0462f6 qemu-option: Pair g_malloc() with g_free(), not free() by Markus Armbruster · 10 years ago
  24. 96c044a qemu-option: Replace pointless use of g_malloc0() by g_malloc() by Markus Armbruster · 10 years ago
  25. 43c5d8f block: Don't add trailing space in "Formating..." message by Fam Zheng · 10 years ago
  26. f5bebbb util: Emancipate id_wellformed() from QemuOpts by Markus Armbruster · 10 years ago
  27. 9aebf3b block: Validate node-name by Kevin Wolf · 11 years ago
  28. a760715 qemu_opts_append: Play nicely with QemuOptsList's head by Michal Privoznik · 11 years ago
  29. 435db4c QemuOpts: check NULL opts in qemu_opt_get functions by Chunyan Liu · 11 years ago
  30. 98d896d QemuOpts: cleanup tmp 'allocated' member from QemuOptsList by Chunyan Liu · 11 years ago
  31. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  32. 74c3c19 QemuOpts: export qemu_opt_find by Chunyan Liu · 11 years ago
  33. 4782183 QemuOpts: check NULL input for qemu_opts_del by Chunyan Liu · 11 years ago
  34. a1097a2 QemuOpts: add qemu_opts_append to replace append_option_parameters by Chunyan Liu · 11 years ago
  35. 8559e45 QemuOpts: add conversion between QEMUOptionParameter to QemuOpts by Chunyan Liu · 11 years ago
  36. 504189a QemuOpts: add qemu_opts_print_help to replace print_option_help by Chunyan Liu · 11 years ago
  37. 782730b QemuOpts: add qemu_opt_get_*_del functions for replace work by Chunyan Liu · 11 years ago
  38. fc34551 QemuOpts: move qemu_opt_del ahead for later calling by Chunyan Liu · 11 years ago
  39. dc8622f QemuOpts: change opt->name|str from (const char *) to (char *) by Chunyan Liu · 11 years ago
  40. 0972203 QemuOpts: add def_value_str to QemuOptDesc by Chunyan Liu · 11 years ago
  41. e679054 QemuOpts: repurpose qemu_opts_print to replace print_option_parameters by Chunyan Liu · 11 years ago
  42. 5e89db7 QemuOpts: move find_desc_by_name ahead for later calling by Chunyan Liu · 11 years ago
  43. 2767cee qemu-option: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  44. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  45. 7cc07ab qemu-option: has_help_option() and is_valid_option_list() by Kevin Wolf · 11 years ago
  46. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  47. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  48. 326642b blockdev: Separate ID generation from DriveInfo creation by Kevin Wolf · 12 years ago
  49. d4ca092 option: Add assigned flag to QEMUOptionParameter by Max Reitz · 12 years ago
  50. cb77d19 qemu-option: Guard against qemu_opts_set_defaults() misuse by Markus Armbruster · 12 years ago
  51. e8cd45c qdev: Add SIZE type to qdev properties by Vasilis Liaskovitis · 12 years ago
  52. 0dd6c52 QemuOpts: Add qemu_opt_unset() by Kevin Wolf · 12 years ago
  53. 6d4cd40 qemu-option: Fix qemu_opts_set_defaults() for corner cases by Markus Armbruster · 12 years ago
  54. 96bc97e qemu-option: Fix qemu_opts_find() for null id arguments by Markus Armbruster · 12 years ago
  55. a86b35f qemu-option: check_params() is now unused, drop it by Markus Armbruster · 12 years ago
  56. 376609c qemu-option: Add qemu_opts_absorb_qdict() by Kevin Wolf · 12 years ago
  57. 7216ae3 qemu-option: Disable two helpful messages that got broken recently by Markus Armbruster · 12 years ago
  58. c64f50d g_strdup(NULL) returns NULL; simplify by Markus Armbruster · 12 years ago
  59. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from qemu-option.c]
  60. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  61. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  62. b83c18e create new function: qemu_opt_set_number by Dong Xu Wang · 12 years ago
  63. dd39244 introduce qemu_opts_create_nofail function by Dong Xu Wang · 12 years ago
  64. ad718d0 qemu-option: qemu_opt_set_bool(): fix code duplication by Dong Xu Wang · 12 years ago
  65. db97ceb qemu-option: qemu_opts_validate(): fix duplicated code by Dong Xu Wang · 12 years ago
  66. c474ced qemu-option: opt_set(): split it up into more functions by Dong Xu Wang · 12 years ago
  67. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
  68. fdb1797 expose QemuOpt and QemuOpts struct definitions to interested parties by Laszlo Ersek · 13 years ago
  69. 4e89978 qemu-option: qemu_opts_from_qdict(): use error_set() by Luiz Capitulino · 13 years ago
  70. 384f213 qemu-option: introduce qemu_opt_set_err() by Luiz Capitulino · 13 years ago
  71. 584d406 qemu-option: opt_set(): use error_set() by Luiz Capitulino · 13 years ago
  72. 2995286 qemu-option: qemu_opts_validate(): use error_set() by Luiz Capitulino · 13 years ago
  73. 6c51940 qemu-option: qemu_opt_parse(): use error_set() by Luiz Capitulino · 13 years ago
  74. ec7b2cc qemu-option: parse_option_size(): use error_set() by Luiz Capitulino · 13 years ago
  75. cf62adf qemu-option: parse_option_bool(): use error_set() by Luiz Capitulino · 13 years ago
  76. 2f39df5 qemu-option: parse_option_number(): use error_set() by Luiz Capitulino · 13 years ago
  77. 8be7e7e qemu-option: qemu_opts_create(): use error_set() by Luiz Capitulino · 13 years ago
  78. da93318 qemu-option: Add support for merged QemuOptsLists by Peter Maydell · 13 years ago
  79. 4f6dd9a qemu-option: Introduce default mechanism by Jan Kiszka · 13 years ago
  80. 0b0404b Add 'fall through' comments to case statements without break by Stefan Weil · 13 years ago
  81. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  82. f02b77c qemu: Add opt_set_bool functionality by M. Mohan Kumar · 13 years ago
  83. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  84. 0e72e75 qemu-option: Fix parse_option_parameters() documentation typo by Stefan Hajnoczi · 14 years ago
  85. 898c257 qemu-option: Don't reinvent append_option_parameters() by Stefan Hajnoczi · 14 years ago
  86. 94ac726 error: New qemu_opts_loc_restore() by Markus Armbruster · 15 years ago
  87. bb67ab0 qemu-option: New qemu_opts_reset() by Markus Armbruster · 15 years ago
  88. b560a9a qemu-option: Reject anti-social IDs by Markus Armbruster · 15 years ago
  89. bd69fe8 qemu-option: Fix uninitialized value in append_option_parameter by Kevin Wolf · 15 years ago
  90. b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
  91. d510c5c Fix tiny leak in qemu_opts_parse by Jan Kiszka · 15 years ago
  92. db716e9 error: Convert qemu_opts_validate() to QError by Markus Armbruster · 15 years ago
  93. c64f27d error: Convert qemu_opts_set() to QError by Markus Armbruster · 15 years ago
  94. 975b63a error: Convert qemu_opts_create() to QError by Markus Armbruster · 15 years ago
  95. d35215f Fix OpenBSD linker warning by Blue Swirl · 15 years ago
  96. 8212c64 qemu-option: Move the implied first name into QemuOptsList by Markus Armbruster · 15 years ago
  97. 01e7f18 qemu-option: Functions to convert to/from QDict by Markus Armbruster · 15 years ago
  98. 827b081 error: Infrastructure to track locations for error reporting by Markus Armbruster · 15 years ago
  99. 238431a Allow const QemuOptDesc by Blue Swirl · 15 years ago
  100. 4a2594d qemu-option: Make qemu_opts_foreach() accumulate return values by Markus Armbruster · 15 years ago