index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-event.py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-0
/
+1
2017-07-12
scripts: use build_ prefix for string not piped through cgen()
Marc-André Lureau
1
-6
/
+6
2017-03-16
qapi: Prefer single-quoted strings more consistently
Markus Armbruster
1
-1
/
+1
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-1
/
+1
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-1
/
+1
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
1
-1
/
+4
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
1
-9
/
+9
2016-07-19
qapi-event: Simplify visit of non-implicit data
Eric Blake
1
-2
/
+17
2016-07-19
qapi: Add type.is_empty() helper
Eric Blake
1
-3
/
+3
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-4
/
+4
2016-07-06
qapi: Add new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-1
/
+1
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-1
/
+4
2016-03-18
qapi-event: Utilize implicit struct visits
Eric Blake
1
-10
/
+38
2016-03-18
qapi-event: Drop qmp_output_get_qobject() null check
Eric Blake
1
-5
/
+1
2016-03-18
qapi: Assert in places where variants are not handled
Eric Blake
1
-0
/
+1
2016-03-05
qapi: Rename 'fields' to 'members' in generator
Eric Blake
1
-2
/
+2
2016-02-16
qapi: Clean up includes in generated files
Eric Blake
1
-0
/
+1
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Improve generated event use of qapi visitor
Eric Blake
1
-9
/
+7
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
1
-30
/
+1
2015-10-12
qapi: Share gen_err_check()
Eric Blake
1
-8
/
+2
2015-10-12
qapi: Consistent generated code: prefer common labels
Eric Blake
1
-4
/
+4
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
1
-9
/
+9
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
1
-15
/
+3
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-64
/
+58
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
1
-43
/
+48
2015-09-21
qapi-event: Eliminate global variable event_enum_value
Markus Armbruster
1
-2
/
+1
2015-09-21
qapi: De-duplicate enum code generation
Markus Armbruster
1
-63
/
+4
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
1
-2
/
+1
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
1
-1
/
+0
2015-09-04
qapi-event: Clean up how name of enum QAPIEvent is made
Markus Armbruster
1
-1
/
+1
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
1
-55
/
+20
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
1
-31
/
+1
2015-05-14
qapi: qapi-event.py option -b does nothing, drop it
Markus Armbruster
1
-5
/
+2
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
1
-3
/
+2
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
1
-5
/
+5
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
1
-2
/
+2
2014-06-27
qapi script: clean up in scripts
Wenchao Xia
1
-3
/
+2
2014-06-23
qapi script: add event support
Wenchao Xia
1
-0
/
+369