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
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
2017-02-23
option: Fix checking of sizes for overflow and trailing crap
Markus Armbruster
1
-28
/
+13
2017-02-23
option: Fix to reject invalid and overflowing numbers
Markus Armbruster
1
-3
/
+8
2017-02-23
option: Assert value string isn't null
Markus Armbruster
1
-50
/
+39
2017-02-09
util: add iterators for QemuOpts values
Daniel P. Berrange
1
-0
/
+19
2016-04-28
QemuOpts: Fix qemu_opts_foreach() dangling location regression
Markus Armbruster
1
-3
/
+3
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-04
util: Clean up includes
Peter Maydell
1
-3
/
+1
2016-01-13
error: Don't append a newline when printing the error hint
Markus Armbruster
1
-2
/
+2
2015-09-18
hmp: Allow for error message hints on HMP
Eric Blake
1
-7
/
+4
2015-09-11
opts: produce valid command line in qemu_opts_print
Kővágó, Zoltán
1
-3
/
+26
2015-09-04
qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts
Bo Tu
1
-0
/
+5
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-10
/
+12
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-6
/
+19
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
1
-1
/
+1
2015-06-09
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
1
-3
/
+6
2015-06-09
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
Markus Armbruster
1
-6
/
+11
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
1
-3
/
+5
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
1
-7
/
+14
2015-02-26
qemu-img: Suppress unhelpful extra errors in convert, amend
Markus Armbruster
1
-10
/
+9
2015-02-26
QemuOpts: Propagate errors through opts_parse()
Markus Armbruster
1
-9
/
+20
[next]