summaryrefslogtreecommitdiff
path: root/util/qemu-config.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-16qemu-config: fix leak in query-command-line-optionsMarc-André Lureau1-1/+2
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost1-8/+7
2017-05-02util/qemu-config: Add loadparm to qemu machine_optsFarhan Ali1-0/+6
2016-10-07block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf1-1/+1
2016-02-04util: Clean up includesPeter Maydell1-1/+1
2015-10-20util/qemu-config: fix missing machine command line optionsTony Krowiak1-0/+8
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-10QemuOpts: increase number of vm_config_groupsGerd Hoffmann1-1/+1
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster1-2/+3
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster1-1/+1
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster1-2/+2
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster1-1/+1
2015-04-30qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini1-2/+0
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost1-1/+3
2015-04-02util/qemu-config: fix regression of qmp_query_command_line_optionsMarcel Apfelbaum1-0/+81
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster1-2/+7
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-6/+3
2014-06-16qapi: output def_value_str when query command line optionsChunyan Liu1-0/+4
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell1-0/+14
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini1-0/+14
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+1
2014-02-21qemu-config: Sections must consist of keysMax Reitz1-0/+6
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-8/+8
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz1-0/+100
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong1-1/+76
2013-04-25monitor: introduce query-command-line-optionsAmos Kong1-0/+67
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-3/+3
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+215