index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qapi
/
visitor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
2020-07-10
1
-40
/
+62
*
qapi: Only input visitors can actually fail
Markus Armbruster
2020-04-30
1
-16
/
+24
*
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
2020-04-30
1
-0
/
+5
*
qapi: Polish prose in visitor.h
Markus Armbruster
2020-04-30
1
-50
/
+54
*
qapi: Document @errp usage more thoroughly in visitor.h
Markus Armbruster
2020-04-30
1
-14
/
+23
*
qapi: Fix typo in visit_start_list()'s contract
Markus Armbruster
2020-04-30
1
-2
/
+2
*
qapi: Fix the virtual walk example in visitor.h's big comment
Markus Armbruster
2020-04-30
1
-1
/
+3
*
qapi: Belatedly update visitor.h's big comment for QAPI modules
Markus Armbruster
2020-04-30
1
-5
/
+5
*
qapi: Make visit_next_list()'s comment less confusing
Markus Armbruster
2019-09-24
1
-4
/
+4
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+1
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
1
-1
/
+1
*
docs: fix broken paths to docs/devel/qapi-code-gen.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
qapi: Use QNull for a more regular visit_type_null()
Markus Armbruster
2017-07-24
1
-4
/
+4
*
qapi: Remove visit_start_alternate() parameter promote_int
Marc-André Lureau
2017-06-20
1
-3
/
+1
*
qapi: Document visit_type_any() issues with keyval input
Markus Armbruster
2017-05-31
1
-0
/
+4
*
qapi: Document intended use of @name within alternate visits
Markus Armbruster
2017-05-09
1
-2
/
+4
*
qapi: Make input visitors detect unvisited list tails
Markus Armbruster
2017-03-05
1
-0
/
+13
*
qapi: Improve qobject input visitor error reporting
Markus Armbruster
2017-03-05
1
-6
/
+0
*
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-10-25
1
-3
/
+3
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-2
/
+3
*
qapi: Add new clone visitor
Eric Blake
2016-07-06
1
-28
/
+38
*
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
1
-20
/
+30
*
qapi: Add new visit_free() function
Eric Blake
2016-07-06
1
-3
/
+34
*
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-06
1
-13
/
+19
*
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
2016-05-12
1
-9
/
+16
*
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
1
-23
/
+26
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-5
/
+16
*
qapi: Add visit_type_null() visitor
Eric Blake
2016-05-12
1
-0
/
+12
*
qapi: Document visitor interfaces, add assertions
Eric Blake
2016-05-12
1
-20
/
+427
*
qapi-visit: Add visitor.type classification
Eric Blake
2016-05-12
1
-0
/
+11
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
include: Clean up includes
Peter Maydell
2016-02-23
1
-2
/
+0
*
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2016-02-19
1
-11
/
+38
*
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
1
-1
/
+0
*
qapi: Adjust layout of FooList types
Eric Blake
2016-02-19
1
-7
/
+6
*
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
1
-3
/
+5
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-3
/
+2
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-21
/
+31
*
qapi-visit: Kill unused visit_end_union()
Eric Blake
2016-02-08
1
-1
/
+0
*
qapi: Shorter visits of optional fields
Eric Blake
2015-12-17
1
-2
/
+2
*
qapi: Simplify visits of optional fields
Eric Blake
2015-12-17
1
-2
/
+8
*
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
2015-12-17
1
-1
/
+2
*
qapi: Simplify visiting of alternate types
Eric Blake
2015-12-17
1
-1
/
+7
*
qapi: Remove dead visitor code
Eric Blake
2015-12-17
1
-3
/
+0
*
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
1
-0
/
+1
*
qom: Make enum string tables const-correct
Daniel P. Berrange
2015-06-19
1
-1
/
+1
*
qapi: add visit_start_union and visit_end_union
Michael Roth
2014-09-26
1
-0
/
+2
*
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-15
1
-3
/
+2
[next]