40 Commits (243e0fe5506d6b830e01d8da727ff7f20fa38502)

Author SHA1 Message Date
Markus Armbruster ef801a9bb1 qapi: Prefer single-quoted strings more consistently 10 years ago
Daniel P. Berrange 7d5e199ade qapi: rename QmpOutputVisitor to QObjectOutputVisitor 10 years ago
Daniel P. Berrange b3db211f3c qapi: rename *qmp-*-visitor* to *qobject-*-visitor* 10 years ago
Eric Blake c818408e44 qapi: Implement boxed types for commands/events 10 years ago
Eric Blake 48825ca419 qapi: Plumb in 'boxed' to qapi generator lower levels 10 years ago
Eric Blake 4d0b268fdb qapi-event: Simplify visit of non-implicit data 10 years ago
Eric Blake b616770682 qapi: Add type.is_empty() helper 10 years ago
Eric Blake 3b098d5697 qapi: Add new visit_complete() function 10 years ago
Eric Blake 2c0ef9f411 qapi: Add new visit_free() function 10 years ago
Eric Blake 1158bb2a05 qapi: Add parameter to visit_end_* 10 years ago
Eric Blake 15c2f669e3 qapi: Split visit_end_struct() into pieces 10 years ago
Eric Blake 0949e95b48 qapi-event: Utilize implicit struct visits 11 years ago
Eric Blake 8df59565d2 qapi-event: Drop qmp_output_get_qobject() null check 11 years ago
Eric Blake 29f6bd15eb qapi: Assert in places where variants are not handled 11 years ago
Eric Blake 14f00c6c49 qapi: Rename 'fields' to 'members' in generator 11 years ago
Eric Blake 9167ebd98f qapi: Clean up includes in generated files 11 years ago
Eric Blake 337283dffb qapi: Drop unused 'kind' for struct/enum visit 11 years ago
Eric Blake 51e72bc1dd qapi: Swap visit_* arguments for consistent 'name' placement 11 years ago
Eric Blake a16e3e5c58 qapi: Improve generated event use of qapi visitor 11 years ago
Eric Blake 82ca8e4696 qapi: Share gen_visit_fields() 11 years ago
Eric Blake 1f35334489 qapi: Share gen_err_check() 11 years ago
Eric Blake f782399cb4 qapi: Consistent generated code: prefer common labels 11 years ago
Eric Blake 2a0f50e8d9 qapi: Consistent generated code: prefer error 'err' 11 years ago
Markus Armbruster 03b4367a55 qapi: De-duplicate parameter list generation 11 years ago
Markus Armbruster e98859a9b9 qapi: Clean up after recent conversions to QAPISchemaVisitor 11 years ago
Markus Armbruster 05f43a9608 qapi-event: Convert to QAPISchemaVisitor, fixing data with base 11 years ago
Markus Armbruster 7b24626cd0 qapi-event: Eliminate global variable event_enum_value 11 years ago
Markus Armbruster efd2eaa6c2 qapi: De-duplicate enum code generation 11 years ago
Markus Armbruster ac88219a6c qapi: New QAPISchema intermediate reperesentation 11 years ago
Markus Armbruster 3a864e7c52 qapi: Generated code cleanup 11 years ago
Markus Armbruster 5aa05d3f72 qapi: Drop unused and useless parameters and variables 11 years ago
Markus Armbruster 016a335bd8 qapi-event: Clean up how name of enum QAPIEvent is made 11 years ago
Markus Armbruster 12f8e1b9ff qapi: Factor open_output(), close_output() out of generators 12 years ago
Markus Armbruster 2114f5a98d qapi: Factor parse_command_line() out of the generators 12 years ago
Markus Armbruster c70cef5bd4 qapi: qapi-event.py option -b does nothing, drop it 12 years ago
Markus Armbruster 7c81c61f9c qapi: Rename generate_enum_full_value() to c_enum_const() 11 years ago
Eric Blake 18df515ebb qapi: Rename identical c_fun()/c_var() into c_name() 11 years ago
Eric Blake 6b5abc7df7 qapi: Drop support for inline nested types 11 years ago
Wenchao Xia d6f9c82c62 qapi script: clean up in scripts 12 years ago
Wenchao Xia 21cd70dfc1 qapi script: add event support 12 years ago