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
/
qapi-visit-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
1
-12
/
+6
2021-10-29
qapi: Generalize enum member policy checking
Markus Armbruster
1
-1
/
+2
2021-10-29
qapi: Generalize struct member policy checking
Markus Armbruster
1
-10
/
+12
2021-10-27
qapi: Implement deprecated-input={reject,crash} for enum values
Markus Armbruster
1
-3
/
+15
2021-10-27
qapi: Move compat policy from QObject to generic visitor
Markus Armbruster
1
-0
/
+9
2021-10-27
qapi: Improve input_type_enum()'s error message
Markus Armbruster
1
-1
/
+2
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
1
-0
/
+9
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
1
-0
/
+9
2020-07-10
qapi: Purge error_propagate() from QAPI core
Markus Armbruster
1
-21
/
+19
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-77
/
+88
2020-04-30
qapi: Assert non-input visitors see only valid narrow integers
Markus Armbruster
1
-0
/
+6
2020-04-30
qapi: Assert output visitors see only valid enum values
Markus Armbruster
1
-9
/
+0
2020-04-30
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
1
-0
/
+5
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-11
/
+13
2017-09-04
qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()
Markus Armbruster
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
2017-09-04
qapi: Use qapi_enum_parse() in input_type_enum()
Markus Armbruster
1
-9
/
+4
2017-07-24
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
1
-3
/
+4
2017-06-20
qapi: Remove visit_start_alternate() parameter promote_int
Marc-André Lureau
1
-3
/
+3
2017-03-05
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
1
-0
/
+8
2017-01-31
qapi: add missing trace_visit_type_enum() call
Stefan Hajnoczi
1
-0
/
+1
2016-10-25
qapi: add trace events for visitor
Daniel P. Berrange
1
-6
/
+45
2016-07-06
qapi: Add new clone visitor
Eric Blake
1
-9
/
+19
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-0
/
+8
2016-07-06
qapi: Add new visit_free() function
Eric Blake
1
-0
/
+7
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-6
/
+6
2016-05-12
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
1
-0
/
+5
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
1
-5
/
+13
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-2
/
+9
2016-05-12
qapi: Add visit_type_null() visitor
Eric Blake
1
-0
/
+5
2016-05-12
qapi: Document visitor interfaces, add assertions
Eric Blake
1
-1
/
+17
2016-05-12
qapi: Guarantee NULL obj on input visitor callback error
Eric Blake
1
-4
/
+30
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
1
-13
/
+15
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-19
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
1
-23
/
+17
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
1
-8
/
+0
2016-02-19
qapi: Adjust layout of FooList types
Eric Blake
1
-2
/
+3
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
1
-6
/
+6
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-9
/
+6
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
1
-19
/
+19
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-24
/
+30
2016-02-08
qapi: Consolidate visitor small integer callbacks
Eric Blake
1
-94
/
+54
2016-02-08
qapi: Make all visitors supply uint64 callbacks
Eric Blake
1
-25
/
+11
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
1
-14
/
+22
2016-02-08
qapi-visit: Kill unused visit_end_union()
Eric Blake
1
-7
/
+1
2016-02-04
qapi: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
qapi: Shorter visits of optional fields
Eric Blake
1
-1
/
+2
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
1
-3
/
+2
[next]