Sign in
qemu
/
qemu
/
7ec8bab3deae643b1ce579c2d65a244f30708330
/
scripts
/
qapi-visit.py
fa274ed
qapi: Drop useless gen_err_check()
by Eric Blake
· 9 years ago
1158bb2
qapi: Add parameter to visit_end_*
by Eric Blake
· 9 years ago
9b4e38f
qapi: Fix crash on missing alternate member of QAPI struct
by Eric Blake
· 9 years ago
68ab47e
qapi: Change visit_type_FOO() to no longer return partial objects
by Eric Blake
· 9 years ago
d9f62dd
qapi: Simplify semantics of visit_next_list()
by Eric Blake
· 9 years ago
15c2f66
qapi: Split visit_end_struct() into pieces
by Eric Blake
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
12f254f
qapi: Inline gen_visit_members() into lone caller
by Eric Blake
· 9 years ago
7ce106a
qapi: Emit implicit structs in generated C
by Eric Blake
· 9 years ago
4d91e91
qapi-visit: Expose visit_type_FOO_members()
by Eric Blake
· 9 years ago
c81200b
qapi: Rename 'fields' to 'members' in generated C code
by Eric Blake
· 9 years ago
14f00c6
qapi: Rename 'fields' to 'members' in generator
by Eric Blake
· 9 years ago
dbf1192
qapi: Change visit_start_implicit_struct to visit_start_alternate
by Eric Blake
· 9 years ago
544a373
qapi: Don't box branches of flat unions
by Eric Blake
· 9 years ago
becceed
qapi: Don't box struct branch of alternate
by Eric Blake
· 9 years ago
2208d64
qapi-visit: Use common idiom in gen_visit_fields_decl()
by Eric Blake
· 9 years ago
e65d89b
qapi: Adjust layout of FooList types
by Eric Blake
· 9 years ago
6555190
qapi-visit: Less indirection in visit_type_Foo_fields()
by Eric Blake
· 9 years ago
59d9e84
qapi-visit: Unify struct and union visit
by Markus Armbruster
· 9 years ago
9a5cd42
qapi: Visit variants in visit_type_FOO_fields()
by Eric Blake
· 9 years ago
d7445b5
qapi-visit: Simplify how we visit common union members
by Markus Armbruster
· 9 years ago
9d3524b
qapi-visit: Honor prefix of discriminator enum
by Eric Blake
· 9 years ago
9167ebd
qapi: Clean up includes in generated files
by Eric Blake
· 9 years ago
08f9541
qapi: Drop unused error argument for list and implicit struct
by Eric Blake
· 9 years ago
337283d
qapi: Drop unused 'kind' for struct/enum visit
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
395a233
qapi: Don't cast Enum* to int*
by Eric Blake
· 9 years ago
7c91aab
qapi-visit: Kill unused visit_end_union()
by Eric Blake
· 9 years ago
92b09ba
qapi: Track all failures between visit_start/stop
by Eric Blake
· 9 years ago
d00341a
qapi: Fix alternates that accept 'number' but not 'int'
by Eric Blake
· 9 years ago
0426d53
qapi: Simplify visiting of alternate types
by Eric Blake
· 9 years ago
7264f5c
qapi: Convert QType into QAPI built-in enum type
by Eric Blake
· 9 years ago
da34a9b
qapi: Track simple union tag in object.local_members
by Eric Blake
· 9 years ago
dd5ee2c
qapi: Test failure in middle of array parse
by Eric Blake
· 9 years ago
150d056
qapi-visit: Convert to new qapi union layout
by Eric Blake
· 9 years ago
5c5e51a
qapi-visit: Remove redundant functions for flat union base
by Eric Blake
· 9 years ago
ddf2190
qapi: Unbox base members
by Eric Blake
· 9 years ago
d02cf37
qapi-visit: Split off visit_type_FOO_fields forward decl
by Eric Blake
· 9 years ago
f9e6102
qapi: More robust conditions for when labels are needed
by Eric Blake
· 9 years ago
49823c4
qapi: Don't use info as witness of implicit object type
by Eric Blake
· 9 years ago
25a0d9c
qapi: Use predicate callback to determine visit filtering
by Eric Blake
· 9 years ago
d08ac81
qapi: Fix regression with '-netdev help'
by Eric Blake
· 9 years ago
82ca8e4
qapi: Share gen_visit_fields()
by Eric Blake
· 9 years ago
1f35334
qapi: Share gen_err_check()
by Eric Blake
· 9 years ago
05372f7
qapi: Consistent generated code: minimize push_indent() usage
by Eric Blake
· 9 years ago
e36c714
qapi: Consistent generated code: prefer common indentation
by Eric Blake
· 9 years ago
f782399
qapi: Consistent generated code: prefer common labels
by Eric Blake
· 9 years ago
f8b7f1a
qapi: Consistent generated code: prefer visitor 'v'
by Eric Blake
· 9 years ago
60f8546
qapi-visit: Rearrange code a bit
by Markus Armbruster
· 9 years ago
e98859a
qapi: Clean up after recent conversions to QAPISchemaVisitor
by Markus Armbruster
· 9 years ago
441cbac
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
by Markus Armbruster
· 9 years ago
ac88219
qapi: New QAPISchema intermediate reperesentation
by Markus Armbruster
· 9 years ago
3a864e7
qapi: Generated code cleanup
by Markus Armbruster
· 10 years ago
2f52e20
qapi: Document that input visitor semantics are prone to leaks
by Eric Blake
· 10 years ago
40b3ade
qapi-visit: Fix two name arguments passed to visitors
by Markus Armbruster
· 10 years ago
8c07edd
qapi-visit: Replace list implicit_structs by set
by Markus Armbruster
· 10 years ago
8c3f8e7
qapi-visit: Fix generated code when schema has forward refs
by Markus Armbruster
· 10 years ago
0f61af3
qapi: Fix generated code when flat union has member 'kind'
by Markus Armbruster
· 10 years ago
5aa05d3
qapi: Drop unused and useless parameters and variables
by Markus Armbruster
· 10 years ago
12f8e1b
qapi: Factor open_output(), close_output() out of generators
by Markus Armbruster
· 10 years ago
2114f5a
qapi: Factor parse_command_line() out of the generators
by Markus Armbruster
· 10 years ago
d1f07c8
qapi: Support downstream alternates
by Eric Blake
· 10 years ago
857af5f
qapi: Support downstream flat unions
by Eric Blake
· 10 years ago
bb33729
qapi: Support downstream simple unions
by Eric Blake
· 10 years ago
83a0270
qapi: Support downstream structs
by Eric Blake
· 10 years ago
fce384b
qapi: Support downstream enums
by Eric Blake
· 10 years ago
7c81c61
qapi: Rename generate_enum_full_value() to c_enum_const()
by Markus Armbruster
· 10 years ago
18df515
qapi: Rename identical c_fun()/c_var() into c_name()
by Eric Blake
· 10 years ago
a82b982
qapi: Drop dead visitor code related to nested structs
by Eric Blake
· 10 years ago
6b5abc7
qapi: Drop support for inline nested types
by Eric Blake
· 10 years ago
fd41dd4
qapi: Prefer 'struct' over 'type' in generator
by Eric Blake
· 10 years ago
ab916fa
qapi: Use 'alternate' to replace anonymous union
by Eric Blake
· 10 years ago
811d04f
qapi: Segregate anonymous unions into alternates in generator
by Eric Blake
· 10 years ago
a8d4a2e
qapi: Forbid base without discriminator in unions
by Eric Blake
· 10 years ago
b52c4b9
qapi: Simplify builtin type handling
by Eric Blake
· 10 years ago
6540e9f
qapi: Drop dead genlist parameter
by Eric Blake
· 10 years ago
cee2ded
qapi: add visit_start_union and visit_end_union
by Michael Roth
· 10 years ago
e775ba7
qapi: Allow enums in anonymous unions
by Max Reitz
· 11 years ago
638ca8a
qapi: fix coding style in parameters list
by Amos Kong
· 11 years ago
297a364
qapi: Replace uncommon use of the error API by the common one
by Markus Armbruster
· 11 years ago
be3c771
qapi: Un-inline visit of implicit struct
by Markus Armbruster
· 11 years ago
192cca6
qapi-visit.py: Clean up a sloppy use of field prefix
by Markus Armbruster
· 11 years ago
4fa953f
qapi: Clean up shadowing of parameters and locals in inner scopes
by Markus Armbruster
· 11 years ago
468866b
qapi-visit.py: Clean up confusing push_indent() / pop_indent() use
by Markus Armbruster
· 11 years ago
e2cd0f4
qapi: Replace start_optional()/end_optional() by optional()
by Markus Armbruster
· 11 years ago
33aaad5
qapi: Use an explicit input file
by Lluís Vilanova
· 11 years ago
bceae76
qapi script: support enum type as discriminator in union
by Wenchao Xia
· 11 years ago
b0b5819
qapi script: use same function to generate enum string
by Wenchao Xia
· 11 years ago
949ceeb
qapi: Clean up null checking in generated visitors
by Markus Armbruster
· 11 years ago
a105acb
qapi: Drop nonsensical header guard in generated qapi-visit.c
by Markus Armbruster
· 11 years ago
678e48a
qapi: Fix licensing of scripts
by Markus Armbruster
· 11 years ago
7b75d9d
Adjust qapi-visit for python-2.4.3
by Richard Henderson
· 11 years ago
622f557
qapi-types/visit.py: Inheritance for structs
by Kevin Wolf
· 11 years ago
14d3630
qapi-types/visit.py: Pass whole expr dict for structs
by Kevin Wolf
· 11 years ago
69dd62d
qapi: Anonymous unions
by Kevin Wolf
· 12 years ago
50f2bdc
qapi: Flat unions with arbitrary discriminator
by Kevin Wolf
· 12 years ago
0aef92b
qapi-visit.py: Implement 'base' for unions
by Kevin Wolf
· 12 years ago
d131c89
qapi-visit.py: Split off generate_visit_struct_fields()
by Kevin Wolf
· 12 years ago
7c946bc
qapi: qapi-visit.py, native list support
by Michael Roth
· 12 years ago
Next »