aboutsummaryrefslogtreecommitdiff
path: root/util/qemu-config.c
AgeCommit message (Expand)Author
2018-06-15block: Add block-specific QDict headerMax Reitz
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-16qemu-config: fix leak in query-command-line-optionsMarc-André Lureau
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost
2017-05-02util/qemu-config: Add loadparm to qemu machine_optsFarhan Ali
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf
2016-02-04util: Clean up includesPeter Maydell
2015-10-20util/qemu-config: fix missing machine command line optionsTony Krowiak
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-10QemuOpts: increase number of vm_config_groupsGerd Hoffmann
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster
2015-04-30qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost
2015-04-02util/qemu-config: fix regression of qmp_query_command_line_optionsMarcel Apfelbaum
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-06-16qapi: output def_value_str when query command line optionsChunyan Liu
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-02-21qemu-config: Sections must consist of keysMax Reitz
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong
2013-04-25monitor: introduce query-command-line-optionsAmos Kong
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini