aboutsummaryrefslogtreecommitdiff
path: root/util/qemu-config.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2022-12-15util/qemu-config: Fix "query-command-line-options" to provide the right valuesThomas Huth1-91/+75
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-25/+21
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster1-12/+5
2022-12-14qemu-config: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster1-4/+3
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster1-21/+18
2022-11-08Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater1-4/+0
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato1-0/+4
2022-04-28remove -writeconfigPaolo Bonzini1-42/+0
2021-07-22qemu-config: restore "machine" in qmp_query_command_line_options()Stefan Hajnoczi1-2/+7
2021-07-20qemu-config: fix memory leak on ferror()Paolo Bonzini1-1/+2
2021-07-20qemu-config: never call the callback after an error, fix leakPaolo Bonzini1-2/+2
2021-06-15qemu-config: use qemu_opts_from_qdictPaolo Bonzini1-16/+1
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini1-30/+68
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini1-0/+1
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-11/+12
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-10/+4
2020-12-10config-file: move -set implementation to vl.cPaolo Bonzini1-33/+0
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-5/+2
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-8/+4
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster1-6/+4
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-06-15block: Add block-specific QDict headerMax Reitz1-0/+1
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