index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-visit.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
qapi: Test failure in middle of array parse
Eric Blake
1
-0
/
+4
2015-11-02
qapi-visit: Convert to new qapi union layout
Eric Blake
1
-15
/
+9
2015-11-02
qapi-visit: Remove redundant functions for flat union base
Eric Blake
1
-17
/
+15
2015-11-02
qapi: Unbox base members
Eric Blake
1
-5
/
+4
2015-11-02
qapi-visit: Split off visit_type_FOO_fields forward decl
Eric Blake
1
-6
/
+16
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
1
-1
/
+2
2015-10-15
qapi: Don't use info as witness of implicit object type
Eric Blake
1
-1
/
+2
2015-10-15
qapi: Use predicate callback to determine visit filtering
Eric Blake
1
-7
/
+10
2015-10-15
qapi: Fix regression with '-netdev help'
Eric Blake
1
-1
/
+3
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
1
-21
/
+1
2015-10-12
qapi: Share gen_err_check()
Eric Blake
1
-11
/
+3
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
1
-13
/
+11
2015-10-12
qapi: Consistent generated code: prefer common indentation
Eric Blake
1
-26
/
+27
2015-10-12
qapi: Consistent generated code: prefer common labels
Eric Blake
1
-2
/
+2
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
1
-35
/
+35
2015-09-21
qapi-visit: Rearrange code a bit
Markus Armbruster
1
-29
/
+19
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-58
/
+69
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
1
-158
/
+114
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
1
-0
/
+1
2015-09-04
qapi: Document that input visitor semantics are prone to leaks
Eric Blake
1
-0
/
+4
2015-09-04
qapi-visit: Fix two name arguments passed to visitors
Markus Armbruster
1
-6
/
+6
2015-09-04
qapi-visit: Replace list implicit_structs by set
Markus Armbruster
1
-4
/
+3
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
1
-1
/
+14
2015-09-04
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
1
-2
/
+5
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
1
-25
/
+22
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
1
-47
/
+16
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
1
-31
/
+4
2015-05-14
qapi: Support downstream alternates
Eric Blake
1
-3
/
+3
2015-05-14
qapi: Support downstream flat unions
Eric Blake
1
-2
/
+2
2015-05-14
qapi: Support downstream simple unions
Eric Blake
1
-4
/
+4
2015-05-14
qapi: Support downstream structs
Eric Blake
1
-5
/
+6
2015-05-14
qapi: Support downstream enums
Eric Blake
1
-4
/
+4
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
1
-2
/
+2
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
1
-5
/
+5
2015-05-05
qapi: Drop dead visitor code related to nested structs
Eric Blake
1
-37
/
+12
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
1
-32
/
+5
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
1
-4
/
+4
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
1
-6
/
+11
2015-05-05
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
1
-2
/
+2
2015-05-05
qapi: Forbid base without discriminator in unions
Eric Blake
1
-6
/
+5
2015-05-05
qapi: Simplify builtin type handling
Eric Blake
1
-3
/
+3
2015-04-24
qapi: Drop dead genlist parameter
Eric Blake
1
-13
/
+9
2014-09-26
qapi: add visit_start_union and visit_end_union
Michael Roth
1
-0
/
+6
2014-09-22
qapi: Allow enums in anonymous unions
Max Reitz
1
-1
/
+2
2014-06-23
qapi: fix coding style in parameters list
Amos Kong
1
-10
/
+10
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-84
/
+87
2014-05-15
qapi: Un-inline visit of implicit struct
Markus Armbruster
1
-14
/
+34
2014-05-15
qapi-visit.py: Clean up a sloppy use of field prefix
Markus Armbruster
1
-1
/
+1
2014-05-15
qapi: Clean up shadowing of parameters and locals in inner scopes
Markus Armbruster
1
-3
/
+17
[next]