summary refs log tree commit diff stats
path: root/util/qemu-config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-2/+2
* util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé2024-04-181-202/+2
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* util/qemu-config: Fix "query-command-line-options" to provide the right valuesThomas Huth2022-12-151-91/+75
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-25/+21
|\
| * qemu-config: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster2022-12-141-4/+3
| * qemu-config: Make config_parse_qdict() return boolMarkus Armbruster2022-12-141-21/+18
* | qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-12/+5
|/
* Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater2022-11-081-4/+0
* s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2022-09-261-0/+4
* remove -writeconfigPaolo Bonzini2022-04-281-42/+0
* qemu-config: restore "machine" in qmp_query_command_line_options()Stefan Hajnoczi2021-07-221-2/+7
* qemu-config: fix memory leak on ferror()Paolo Bonzini2021-07-201-1/+2
* qemu-config: never call the callback after an error, fix leakPaolo Bonzini2021-07-201-2/+2
* qemu-config: use qemu_opts_from_qdictPaolo Bonzini2021-06-151-16/+1
* qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-30/+68
* qemu-config: load modules when instantiating option groupsPaolo Bonzini2021-05-261-0/+1
* qemu-config: add error propagation to qemu_config_parsePaolo Bonzini2021-03-061-11/+12
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-10/+4
* config-file: move -set implementation to vl.cPaolo Bonzini2020-12-101-33/+0
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-5/+2
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-8/+4
* qemu-option: Check return value instead of @err where convenientMarkus Armbruster2020-07-101-6/+4
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* block: Add block-specific QDict headerMax Reitz2018-06-151-0/+1
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-2/+2
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qemu-config: fix leak in query-command-line-optionsMarc-André Lureau2018-01-161-1/+2
* config: qemu_config_parse() return number of config groupsEduardo Habkost2017-10-091-8/+7
* util/qemu-config: Add loadparm to qemu machine_optsFarhan Ali2017-05-021-0/+6
* block: Add bdrv_runtime_opts to query-command-line-optionsKevin Wolf2016-10-071-1/+1
* util: Clean up includesPeter Maydell2016-02-041-1/+1
* util/qemu-config: fix missing machine command line optionsTony Krowiak2015-10-201-0/+8
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* QemuOpts: increase number of vm_config_groupsGerd Hoffmann2015-06-101-1/+1
* QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster2015-06-091-2/+3
* QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster2015-06-091-1/+1
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-2/+2
* QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2015-06-081-1/+1
* qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini2015-04-301-2/+0
* qemu-config: Accept empty option valuesEduardo Habkost2015-04-271-1/+3
* util/qemu-config: fix regression of qmp_query_command_line_optionsMarcel Apfelbaum2015-04-021-0/+81
* QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-261-2/+7
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-6/+3
* qapi: output def_value_str when query command line optionsChunyan Liu2014-06-161-0/+4
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell2014-04-281-0/+14
|\