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
/
scripts
/
qapi-visit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
2016-05-12
1
-9
/
+13
*
qapi: Simplify semantics of visit_next_list()
Eric Blake
2016-05-12
1
-7
/
+9
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-6
/
+9
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-18
/
+4
*
qapi: Inline gen_visit_members() into lone caller
Eric Blake
2016-03-18
1
-3
/
+20
*
qapi: Emit implicit structs in generated C
Eric Blake
2016-03-18
1
-12
/
+11
*
qapi-visit: Expose visit_type_FOO_members()
Eric Blake
2016-03-05
1
-26
/
+7
*
qapi: Rename 'fields' to 'members' in generated C code
Eric Blake
2016-03-05
1
-6
/
+6
*
qapi: Rename 'fields' to 'members' in generator
Eric Blake
2016-03-05
1
-14
/
+14
*
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2016-02-19
1
-7
/
+3
*
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
1
-34
/
+2
*
qapi: Don't box struct branch of alternate
Eric Blake
2016-02-19
1
-6
/
+27
*
qapi-visit: Use common idiom in gen_visit_fields_decl()
Eric Blake
2016-02-19
1
-6
/
+5
*
qapi: Adjust layout of FooList types
Eric Blake
2016-02-19
1
-1
/
+1
*
qapi-visit: Less indirection in visit_type_Foo_fields()
Eric Blake
2016-02-19
1
-10
/
+10
*
qapi-visit: Unify struct and union visit
Markus Armbruster
2016-02-19
1
-39
/
+6
*
qapi: Visit variants in visit_type_FOO_fields()
Eric Blake
2016-02-19
1
-52
/
+54
*
qapi-visit: Simplify how we visit common union members
Markus Armbruster
2016-02-19
1
-23
/
+4
*
qapi-visit: Honor prefix of discriminator enum
Eric Blake
2016-02-19
1
-1
/
+2
*
qapi: Clean up includes in generated files
Eric Blake
2016-02-16
1
-0
/
+1
*
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2016-02-08
1
-8
/
+4
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-6
/
+6
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-14
/
+14
*
qapi: Don't cast Enum* to int*
Eric Blake
2016-02-08
1
-2
/
+3
*
qapi-visit: Kill unused visit_end_union()
Eric Blake
2016-02-08
1
-5
/
+0
*
qapi: Track all failures between visit_start/stop
Eric Blake
2016-02-08
1
-6
/
+12
*
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
2015-12-17
1
-4
/
+7
*
qapi: Simplify visiting of alternate types
Eric Blake
2015-12-17
1
-5
/
+10
*
qapi: Convert QType into QAPI built-in enum type
Eric Blake
2015-12-17
1
-2
/
+9
*
qapi: Track simple union tag in object.local_members
Eric Blake
2015-12-17
1
-1
/
+4
*
qapi: Test failure in middle of array parse
Eric Blake
2015-11-10
1
-0
/
+4
*
qapi-visit: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-15
/
+9
*
qapi-visit: Remove redundant functions for flat union base
Eric Blake
2015-11-02
1
-17
/
+15
*
qapi: Unbox base members
Eric Blake
2015-11-02
1
-5
/
+4
*
qapi-visit: Split off visit_type_FOO_fields forward decl
Eric Blake
2015-11-02
1
-6
/
+16
*
qapi: More robust conditions for when labels are needed
Eric Blake
2015-11-02
1
-1
/
+2
*
qapi: Don't use info as witness of implicit object type
Eric Blake
2015-10-15
1
-1
/
+2
*
qapi: Use predicate callback to determine visit filtering
Eric Blake
2015-10-15
1
-7
/
+10
*
qapi: Fix regression with '-netdev help'
Eric Blake
2015-10-15
1
-1
/
+3
*
qapi: Share gen_visit_fields()
Eric Blake
2015-10-12
1
-21
/
+1
*
qapi: Share gen_err_check()
Eric Blake
2015-10-12
1
-11
/
+3
*
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
2015-10-12
1
-13
/
+11
*
qapi: Consistent generated code: prefer common indentation
Eric Blake
2015-10-12
1
-26
/
+27
*
qapi: Consistent generated code: prefer common labels
Eric Blake
2015-10-12
1
-2
/
+2
*
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-10-12
1
-35
/
+35
*
qapi-visit: Rearrange code a bit
Markus Armbruster
2015-09-21
1
-29
/
+19
*
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-58
/
+69
*
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
2015-09-21
1
-158
/
+114
*
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-21
1
-1
/
+1
[next]