index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
qemu-option.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
qemu-option: Allow deleting opts during qemu_opts_foreach()
Kevin Wolf
1
-2
/
+2
2021-07-09
qemu-option: Drop dead assertion
Markus Armbruster
1
-2
/
+0
2021-07-06
qemu-option: remove now-dead code
Paolo Bonzini
1
-41
/
+10
2021-05-12
qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdict
Paolo Bonzini
1
-1
/
+2
2021-03-06
qemu-option: do not suggest using the delay option
Paolo Bonzini
1
-1
/
+5
2021-01-23
qemu-option: warn for short-form boolean options
Paolo Bonzini
1
-11
/
+18
2021-01-23
qemu-option: move help handling to get_opt_name_value
Paolo Bonzini
1
-15
/
+23
2021-01-23
qemu-option: clean up id vs. list->merge_lists
Paolo Bonzini
1
-13
/
+14
2020-12-15
qemu-option: pass QemuOptsList to opts_accepts_any
Paolo Bonzini
1
-10
/
+13
2020-12-15
qemu-option: simplify search for end of key
Paolo Bonzini
1
-22
/
+13
2020-12-10
qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
Paolo Bonzini
1
-6
/
+3
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
1
-18
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-18
/
+6
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-10
/
+6
2020-07-10
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
1
-39
/
+53
2020-07-10
qemu-option: Replace opt_set() by cleaner opt_validate()
Markus Armbruster
1
-16
/
+19
2020-07-10
qemu-option: Factor out helper opt_create()
Markus Armbruster
1
-9
/
+18
2020-07-10
qemu-option: Simplify around find_default_by_name()
Markus Armbruster
1
-13
/
+5
2020-07-10
qemu-option: Factor out helper find_default_by_name()
Markus Armbruster
1
-20
/
+27
2020-07-10
qemu-option: Make uses of find_desc_by_name() more similar
Markus Armbruster
1
-14
/
+18
2020-07-10
qemu-option: Check return value instead of @err where convenient
Markus Armbruster
1
-8
/
+4
2020-04-30
qemu-option: Clean up after the previous commit
Markus Armbruster
1
-28
/
+15
2020-04-30
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
1
-1
/
+9
2020-04-29
qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite
Markus Armbruster
1
-22
/
+0
2020-04-29
qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily()
Markus Armbruster
1
-10
/
+10
2020-04-29
qemu-option: Fix has_help_option()'s sloppy parsing
Markus Armbruster
1
-20
/
+19
2020-04-29
qemu-option: Fix sloppy recognition of "id=..." after ",,"
Markus Armbruster
1
-8
/
+19
2020-04-29
qemu-options: Factor out get_opt_name_value() helper
Markus Armbruster
1
-46
/
+56
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-2
/
+2
2018-11-05
option: Make option help nicer to read
Max Reitz
1
-6
/
+26
2018-10-05
qemu-option: improve qemu_opts_print_help() output
Marc-André Lureau
1
-2
/
+36
2018-10-05
qemu-option: add help fallback to print the list of options
Marc-André Lureau
1
-11
/
+22
2018-07-17
opts: remove redundant check for NULL parameter
Daniel P. Berrangé
1
-8
/
+4
2018-07-17
i386: fix regression parsing multiboot initrd modules
Daniel P. Berrangé
1
-1
/
+3
2018-06-29
cutils: Provide strchrnul
Keno Fischer
1
-5
/
+1
2018-06-11
qemu-option: Pull out "Supported options" print
Max Reitz
1
-1
/
+0
2018-05-09
opts: don't silently truncate long option values
Daniel P. Berrangé
1
-52
/
+59
2018-05-09
opts: don't silently truncate long parameter keys
Daniel P. Berrangé
1
-22
/
+22
2018-05-09
accel: use g_strsplit for parsing accelerator names
Daniel P. Berrangé
1
-1
/
+2
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-3
/
+3
2018-03-09
util: Add qemu_opts_to_qdict_filtered()
Kevin Wolf
1
-5
/
+37
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+1
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+3
2017-12-20
option: Drop unused get_param_value(), get_next_param_value()
Markus Armbruster
1
-34
/
+0
2017-12-20
option: Remove shadowing opt decl from qemu_opt_print()
Dr. David Alan Gilbert
1
-1
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-16
/
+8
2017-05-09
QemuOpts: Simplify qemu_opts_to_qdict()
Eric Blake
1
-3
/
+1
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-1
/
+1
2017-02-28
option: Tweak invalid size error message and unbreak iotest 049
Markus Armbruster
1
-1
/
+1
[next]