index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
qemu-config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
Cédric Le Goater
2022-11-08
1
-4
/
+0
*
s390x/s390-virtio-ccw: add zpcii-disable machine property
Matthew Rosato
2022-09-26
1
-0
/
+4
*
remove -writeconfig
Paolo Bonzini
2022-04-28
1
-42
/
+0
*
qemu-config: restore "machine" in qmp_query_command_line_options()
Stefan Hajnoczi
2021-07-22
1
-2
/
+7
*
qemu-config: fix memory leak on ferror()
Paolo Bonzini
2021-07-20
1
-1
/
+2
*
qemu-config: never call the callback after an error, fix leak
Paolo Bonzini
2021-07-20
1
-2
/
+2
*
qemu-config: use qemu_opts_from_qdict
Paolo Bonzini
2021-06-15
1
-16
/
+1
*
qemu-config: parse configuration files to a QDict
Paolo Bonzini
2021-06-04
1
-30
/
+68
*
qemu-config: load modules when instantiating option groups
Paolo Bonzini
2021-05-26
1
-0
/
+1
*
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
2021-03-06
1
-11
/
+12
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-10
/
+4
*
config-file: move -set implementation to vl.c
Paolo Bonzini
2020-12-10
1
-33
/
+0
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-5
/
+2
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-8
/
+4
*
qemu-option: Check return value instead of @err where convenient
Markus Armbruster
2020-07-10
1
-6
/
+4
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-2
/
+2
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-1
/
+1
*
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
qemu-config: fix leak in query-command-line-options
Marc-André Lureau
2018-01-16
1
-1
/
+2
*
config: qemu_config_parse() return number of config groups
Eduardo Habkost
2017-10-10
1
-8
/
+7
*
util/qemu-config: Add loadparm to qemu machine_opts
Farhan Ali
2017-05-02
1
-0
/
+6
*
block: Add bdrv_runtime_opts to query-command-line-options
Kevin Wolf
2016-10-07
1
-1
/
+1
*
util: Clean up includes
Peter Maydell
2016-02-04
1
-1
/
+1
*
util/qemu-config: fix missing machine command line options
Tony Krowiak
2015-10-20
1
-0
/
+8
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
QemuOpts: increase number of vm_config_groups
Gerd Hoffmann
2015-06-10
1
-1
/
+1
*
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
2015-06-09
1
-2
/
+3
*
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
Markus Armbruster
2015-06-09
1
-1
/
+1
*
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2015-06-09
1
-2
/
+2
*
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
2015-06-08
1
-1
/
+1
*
qemu-config: remove stray inclusions of hw/ files
Paolo Bonzini
2015-04-30
1
-2
/
+0
*
qemu-config: Accept empty option values
Eduardo Habkost
2015-04-27
1
-1
/
+3
*
util/qemu-config: fix regression of qmp_query_command_line_options
Marcel Apfelbaum
2015-04-02
1
-0
/
+81
*
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
1
-2
/
+7
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-6
/
+3
*
qapi: output def_value_str when query command line options
Chunyan Liu
2014-06-16
1
-0
/
+4
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...
Peter Maydell
2014-04-28
1
-0
/
+14
|
\
|
*
qemu-option: introduce qemu_find_opts_singleton
Paolo Bonzini
2014-04-27
1
-0
/
+14
*
|
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2014-04-25
1
-1
/
+1
|
/
*
qemu-config: Sections must consist of keys
Max Reitz
2014-02-21
1
-0
/
+6
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-8
/
+8
*
qemu-option: Add qemu_config_parse_qdict()
Max Reitz
2014-01-22
1
-0
/
+100
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
qmp: access the local QemuOptsLists for drive option
Amos Kong
2013-11-14
1
-1
/
+76
*
monitor: introduce query-command-line-options
Amos Kong
2013-04-25
1
-0
/
+67
[next]