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
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
2015-02-26
QemuOpts: Propagate errors through opts_do_parse()
Markus Armbruster
1
-8
/
+17
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-18
/
+4
2015-02-26
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
1
-6
/
+5
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
1
-5
/
+4
2015-02-26
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
1
-5
/
+4
2015-02-10
qemu-option: Pair g_malloc() with g_free(), not free()
Markus Armbruster
1
-2
/
+2
2015-02-10
qemu-option: Replace pointless use of g_malloc0() by g_malloc()
Markus Armbruster
1
-2
/
+2
2014-12-12
block: Don't add trailing space in "Formating..." message
Fam Zheng
1
-5
/
+5
2014-10-03
util: Emancipate id_wellformed() from QemuOpts
Markus Armbruster
1
-16
/
+1
2014-09-25
block: Validate node-name
Kevin Wolf
1
-2
/
+2
2014-06-26
qemu_opts_append: Play nicely with QemuOptsList's head
Michal Privoznik
1
-1
/
+10
2014-06-21
QemuOpts: check NULL opts in qemu_opt_get functions
Chunyan Liu
1
-4
/
+24
2014-06-16
QemuOpts: cleanup tmp 'allocated' member from QemuOptsList
Chunyan Liu
1
-24
/
+3
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-423
/
+4
2014-06-16
QemuOpts: export qemu_opt_find
Chunyan Liu
1
-1
/
+1
2014-06-16
QemuOpts: check NULL input for qemu_opts_del
Chunyan Liu
1
-0
/
+4
2014-06-16
QemuOpts: add qemu_opts_append to replace append_option_parameters
Chunyan Liu
1
-0
/
+67
2014-06-16
QemuOpts: add conversion between QEMUOptionParameter to QemuOpts
Chunyan Liu
1
-0
/
+153
2014-06-16
QemuOpts: add qemu_opts_print_help to replace print_option_help
Chunyan Liu
1
-0
/
+13
2014-06-16
QemuOpts: add qemu_opt_get_*_del functions for replace work
Chunyan Liu
1
-13
/
+104
2014-06-16
QemuOpts: move qemu_opt_del ahead for later calling
Chunyan Liu
1
-8
/
+8
2014-06-16
QemuOpts: change opt->name|str from (const char *) to (char *)
Chunyan Liu
1
-2
/
+2
2014-06-16
QemuOpts: add def_value_str to QemuOptDesc
Chunyan Liu
1
-7
/
+49
2014-06-16
QemuOpts: repurpose qemu_opts_print to replace print_option_parameters
Chunyan Liu
1
-6
/
+4
2014-06-16
QemuOpts: move find_desc_by_name ahead for later calling
Chunyan Liu
1
-14
/
+14
2014-05-09
qemu-option: Clean up fragile use of error_is_set()
Markus Armbruster
1
-1
/
+1
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
1
-1
/
+1
2014-02-21
qemu-option: has_help_option() and is_valid_option_list()
Kevin Wolf
1
-0
/
+49
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-11
/
+11
[next]