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
/
qobject-input-visitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
1
-15
/
+4
2021-10-29
qapi: Generalize struct member policy checking
Markus Armbruster
1
-5
/
+10
2021-10-27
qapi: Move compat policy from QObject to generic visitor
Markus Armbruster
1
-13
/
+1
2021-03-19
qapi: New -compat deprecated-input=crash
Markus Armbruster
1
-0
/
+1
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
1
-0
/
+28
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
1
-5
/
+1
2020-10-15
keyval: Parse help options
Kevin Wolf
1
-1
/
+1
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-42
/
+67
2020-04-30
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
1
-10
/
+11
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-12-13
qapi: Use qemu_strtod_finite() in qobject-input-visitor
David Hildenbrand
1
-4
/
+5
2018-08-24
qjson: Have qobject_from_json() & friends reject empty and blank
Markus Armbruster
1
-5
/
+0
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-4
/
+2
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-4
/
+4
2018-03-19
qapi: Make more of qobject_to()
Max Reitz
1
-2
/
+2
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-10
/
+10
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+2
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+1
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
1
-1
/
+5
2017-06-20
qapi: update the qobject visitor to use QNUM_U64
Marc-André Lureau
1
-5
/
+16
2017-06-20
qapi: Remove visit_start_alternate() parameter promote_int
Marc-André Lureau
1
-1
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-28
/
+13
2017-06-19
qapi: Clean up qobject_input_type_number() control flow
Marc-André Lureau
1
-4
/
+4
2017-05-31
qobject-input-visitor: Reject non-finite numbers with keyval
Markus Armbruster
1
-1
/
+2
2017-05-09
qobject-input-visitor: Catch misuse of end_struct vs. end_list
Markus Armbruster
1
-2
/
+19
2017-05-09
qobject-input-visitor: Document full_name_nth()
Markus Armbruster
1
-0
/
+11
2017-03-07
keyval: Support lists
Markus Armbruster
1
-1
/
+5
2017-03-07
qapi: Improve how keyval input visitor reports unexpected dicts
Markus Armbruster
1
-4
/
+22
2017-03-07
qapi: New qobject_input_visitor_new_str() for convenience
Markus Armbruster
1
-0
/
+36
2017-03-07
qapi: Factor out common qobject_input_get_keyval()
Markus Armbruster
1
-52
/
+35
2017-03-07
qapi: Factor out common part of qobject input visitor creation
Markus Armbruster
1
-25
/
+16
2017-03-07
qapi: qobject input visitor variant for use with keyval_parse()
Daniel P. Berrange
1
-1
/
+165
2017-03-05
qapi: Fix object input visit beyond end of list
Markus Armbruster
1
-3
/
+8
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
1
-6
/
+31
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
1
-19
/
+11
2017-03-05
qapi: Improve qobject input visitor error reporting
Markus Armbruster
1
-34
/
+87
2017-03-05
qapi: Make QObject input visitor set *list reliably
Markus Armbruster
1
-9
/
+5
2017-03-05
qapi: Clean up after commit 3d344c2
Markus Armbruster
1
-11
/
+3
2017-03-05
qapi: Improve a QObject input visitor error message
Markus Armbruster
1
-2
/
+1
2017-03-05
qmp: Eliminate silly QERR_QMP_* macros
Markus Armbruster
1
-1
/
+2
2016-10-25
qapi: rename QmpInputVisitor to QObjectInputVisitor
Daniel P. Berrange
1
-83
/
+85
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-0
/
+455