Markus Armbruster
|
12f8e1b9ff
qapi: Factor open_output(), close_output() out of generators
|
10 年之前 |
Markus Armbruster
|
2114f5a98d
qapi: Factor parse_command_line() out of the generators
|
10 年之前 |
Eric Blake
|
d1f07c86c0
qapi: Support downstream alternates
|
10 年之前 |
Eric Blake
|
857af5f06c
qapi: Support downstream flat unions
|
10 年之前 |
Eric Blake
|
bb33729043
qapi: Support downstream simple unions
|
10 年之前 |
Eric Blake
|
83a02706bb
qapi: Support downstream structs
|
10 年之前 |
Eric Blake
|
fce384b8e5
qapi: Support downstream enums
|
10 年之前 |
Markus Armbruster
|
b42e91484d
qapi: Use c_enum_const() in generate_alternate_qtypes()
|
10 年之前 |
Markus Armbruster
|
7c81c61f9c
qapi: Rename generate_enum_full_value() to c_enum_const()
|
10 年之前 |
Eric Blake
|
18df515ebb
qapi: Rename identical c_fun()/c_var() into c_name()
|
10 年之前 |
Eric Blake
|
6b5abc7df7
qapi: Drop support for inline nested types
|
10 年之前 |
Eric Blake
|
fd41dd4eae
qapi: Prefer 'struct' over 'type' in generator
|
10 年之前 |
Eric Blake
|
ab916faddd
qapi: Use 'alternate' to replace anonymous union
|
10 年之前 |
Eric Blake
|
811d04fd0c
qapi: Segregate anonymous unions into alternates in generator
|
10 年之前 |
Eric Blake
|
44bd1276a7
qapi: Tighten checking of unions
|
10 年之前 |
Eric Blake
|
a8d4a2e4d7
qapi: Forbid base without discriminator in unions
|
10 年之前 |
Eric Blake
|
b52c4b9cf0
qapi: Simplify builtin type handling
|
10 年之前 |
Michael S. Tsirkin
|
912ae9c886
qapi-types: add C99 index names to arrays
|
10 年之前 |
Peter Maydell
|
83ecb22ba2
scripts/qapi-types.py: Add dummy member to empty structs
|
10 年之前 |
Max Reitz
|
e775ba7721
qapi: Allow enums in anonymous unions
|
11 年之前 |
Lluís Vilanova
|
33aaad529e
qapi: Use an explicit input file
|
11 年之前 |
Wenchao Xia
|
bceae7697f
qapi script: support enum type as discriminator in union
|
11 年之前 |
Wenchao Xia
|
b0b58195e4
qapi script: use same function to generate enum string
|
11 年之前 |
Wenchao Xia
|
6299659f54
qapi script: code move for generate_enum_name()
|
11 年之前 |
Markus Armbruster
|
678e48a2e4
qapi: Fix licensing of scripts
|
11 年之前 |
Kevin Wolf
|
622f557f5a
qapi-types/visit.py: Inheritance for structs
|
12 年之前 |
Kevin Wolf
|
14d36307ff
qapi-types/visit.py: Pass whole expr dict for structs
|
12 年之前 |
Cole Robinson
|
02dc4bf568
qapi-types.py: Fix enum struct sizes on i686
|
12 年之前 |
Kevin Wolf
|
015370301f
qapi-types.py: Split off generate_struct_fields()
|
12 年之前 |
Kevin Wolf
|
69dd62dfd6
qapi: Anonymous unions
|
12 年之前 |