Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -18/+6 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -10/+6 |
2020-07-10 | qemu-option: Make functions taking Error ** return bool, not void | Markus Armbruster | 1 | -39/+53 |
2020-07-10 | qemu-option: Replace opt_set() by cleaner opt_validate() | Markus Armbruster | 1 | -16/+19 |
2020-07-10 | qemu-option: Factor out helper opt_create() | Markus Armbruster | 1 | -9/+18 |
2020-07-10 | qemu-option: Simplify around find_default_by_name() | Markus Armbruster | 1 | -13/+5 |
2020-07-10 | qemu-option: Factor out helper find_default_by_name() | Markus Armbruster | 1 | -20/+27 |
2020-07-10 | qemu-option: Make uses of find_desc_by_name() more similar | Markus Armbruster | 1 | -14/+18 |
2020-07-10 | qemu-option: Check return value instead of @err where convenient | Markus Armbruster | 1 | -8/+4 |
2020-04-30 | qemu-option: Clean up after the previous commit | Markus Armbruster | 1 | -28/+15 |
2020-04-30 | qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next() | Markus Armbruster | 1 | -1/+9 |
2020-04-29 | qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite | Markus Armbruster | 1 | -22/+0 |
2020-04-29 | qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily() | Markus Armbruster | 1 | -10/+10 |
2020-04-29 | qemu-option: Fix has_help_option()'s sloppy parsing | Markus Armbruster | 1 | -20/+19 |
2020-04-29 | qemu-option: Fix sloppy recognition of "id=..." after ",," | Markus Armbruster | 1 | -8/+19 |
2020-04-29 | qemu-options: Factor out get_opt_name_value() helper | Markus Armbruster | 1 | -46/+56 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -2/+2 |
2018-11-05 | option: Make option help nicer to read | Max Reitz | 1 | -6/+26 |
2018-10-05 | qemu-option: improve qemu_opts_print_help() output | Marc-André Lureau | 1 | -2/+36 |
2018-10-05 | qemu-option: add help fallback to print the list of options | Marc-André Lureau | 1 | -11/+22 |
2018-07-17 | opts: remove redundant check for NULL parameter | Daniel P. Berrangé | 1 | -8/+4 |
2018-07-17 | i386: fix regression parsing multiboot initrd modules | Daniel P. Berrangé | 1 | -1/+3 |
2018-06-29 | cutils: Provide strchrnul | Keno Fischer | 1 | -5/+1 |
2018-06-11 | qemu-option: Pull out "Supported options" print | Max Reitz | 1 | -1/+0 |
2018-05-09 | opts: don't silently truncate long option values | Daniel P. Berrangé | 1 | -52/+59 |
2018-05-09 | opts: don't silently truncate long parameter keys | Daniel P. Berrangé | 1 | -22/+22 |
2018-05-09 | accel: use g_strsplit for parsing accelerator names | Daniel P. Berrangé | 1 | -1/+2 |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 1 | -3/+3 |
2018-03-09 | util: Add qemu_opts_to_qdict_filtered() | Kevin Wolf | 1 | -5/+37 |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster | 1 | -1/+3 |
2017-12-20 | option: Drop unused get_param_value(), get_next_param_value() | Markus Armbruster | 1 | -34/+0 |
2017-12-20 | option: Remove shadowing opt decl from qemu_opt_print() | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 1 | -16/+8 |
2017-05-09 | QemuOpts: Simplify qemu_opts_to_qdict() | Eric Blake | 1 | -3/+1 |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 1 | -1/+1 |
2017-02-28 | option: Tweak invalid size error message and unbreak iotest 049 | Markus Armbruster | 1 | -1/+1 |
2017-02-23 | option: Fix checking of sizes for overflow and trailing crap | Markus Armbruster | 1 | -28/+13 |
2017-02-23 | option: Fix to reject invalid and overflowing numbers | Markus Armbruster | 1 | -3/+8 |
2017-02-23 | option: Assert value string isn't null | Markus Armbruster | 1 | -50/+39 |
2017-02-09 | util: add iterators for QemuOpts values | Daniel P. Berrange | 1 | -0/+19 |
2016-04-28 | QemuOpts: Fix qemu_opts_foreach() dangling location regression | Markus Armbruster | 1 | -3/+3 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+3 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-04 | util: Clean up includes | Peter Maydell | 1 | -3/+1 |
2016-01-13 | error: Don't append a newline when printing the error hint | Markus Armbruster | 1 | -2/+2 |
2015-09-18 | hmp: Allow for error message hints on HMP | Eric Blake | 1 | -7/+4 |
2015-09-11 | opts: produce valid command line in qemu_opts_print | Kővágó, Zoltán | 1 | -3/+26 |
2015-09-04 | qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts | Bo Tu | 1 | -0/+5 |