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
/
qapi
/
opts-visitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
1
-13
/
+1
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-28
/
+38
2019-09-24
make check-unit: use after free in test-opts-visitor
Andrey Shinkevich
1
-4
/
+22
2017-03-22
qapi: Fix QemuOpts visitor regression on unvisited input
Eric Blake
1
-3
/
+3
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
1
-0
/
+11
2017-03-05
qapi: Make string input and opts visitor require non-null input
Markus Armbruster
1
-0
/
+1
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-4
/
+2
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-2
/
+3
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-3
/
+2
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-2
/
+1
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
1
-20
/
+6
2016-07-06
qapi: Add new visit_free() function
Eric Blake
1
-0
/
+10
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-2
/
+2
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
1
-19
/
+14
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-2
/
+15
2016-05-12
qapi: Guarantee NULL obj on input visitor callback error
Eric Blake
1
-1
/
+2
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
1
-10
/
+7
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
1
-2
/
+2
2016-02-19
qapi: Simplify excess input reporting in input visitors
Eric Blake
1
-9
/
+3
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
1
-3
/
+3
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
1
-8
/
+8
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
1
-2
/
+2
2016-02-08
qapi: Avoid use of misnamed DO_UPCAST()
Eric Blake
1
-11
/
+17
2016-02-04
qapi: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
1
-1
/
+1
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
1
-2
/
+2
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-12
/
+12
2014-06-16
QemuOpts: change opt->name|str from (const char *) to (char *)
Chunyan Liu
1
-3
/
+7
2014-05-15
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
1
-3
/
+2
2014-05-08
qapi: treat all negative return of strtosz_suffix() as error
Amos Kong
1
-5
/
+6
2014-03-03
qapi: Add missing null check to opts_start_struct()
Markus Armbruster
1
-1
/
+3
2013-08-20
OptsVisitor: don't try to flatten overlong integer ranges
Laszlo Ersek
1
-2
/
+5
2013-08-20
OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS
Laszlo Ersek
1
-5
/
+27
2013-08-20
OptsVisitor: rebase opts_type_uint64() to parse_uint_full()
Laszlo Ersek
1
-18
/
+5
2013-08-20
OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS
Laszlo Ersek
1
-6
/
+28
2013-08-20
OptsVisitor: introduce list modes for interval flattening
Laszlo Ersek
1
-2
/
+65
2013-08-20
OptsVisitor: introduce basic list modes
Laszlo Ersek
1
-10
/
+35
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-3
/
+3
2012-12-19
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
1
-0
/
+1
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
1
-0
/
+1
2012-08-20
qapi: Fix memory leak
Stefan Weil
1
-1
/
+1
2012-07-23
qapi: introduce OptsVisitor
Laszlo Ersek
1
-0
/
+427