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-commands.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-1
/
+1
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+2
2017-07-12
scripts: use build_ prefix for string not piped through cgen()
Marc-André Lureau
1
-4
/
+4
2017-03-16
qapi: Make pylint a bit happier
Markus Armbruster
1
-3
/
+3
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
1
-1
/
+1
2017-03-05
qapi: Support multiple command registries per program
Markus Armbruster
1
-6
/
+10
2017-03-05
qmp: Dumb down how we run QMP command registration
Markus Armbruster
1
-3
/
+2
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
1
-1
/
+1
2016-10-25
qapi: rename QmpInputVisitor to QObjectInputVisitor
Daniel P. Berrange
1
-1
/
+1
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-2
/
+2
2016-09-19
qapi: check invalid arguments on no-args commands
Marc-André Lureau
1
-15
/
+43
2016-09-19
qapi: remove the "middle" mode
Marc-André Lureau
1
-12
/
+3
2016-09-19
qapi: export the marshallers
Marc-André Lureau
1
-6
/
+2
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
1
-1
/
+2
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
1
-9
/
+11
2016-07-19
qapi: Drop useless gen_err_check()
Eric Blake
1
-1
/
+3
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
-7
/
+3
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
1
-2
/
+1
2016-07-06
qapi: Add new visit_free() function
Eric Blake
1
-10
/
+6
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-2
/
+2
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-2
/
+5
2016-05-12
qapi-commands: Wrap argument visit in visit_start_struct
Eric Blake
1
-0
/
+7
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
1
-1
/
+1
2016-03-18
qapi-commands: Inline single-use helpers of gen_marshal()
Eric Blake
1
-67
/
+39
2016-03-18
qapi-commands: Utilize implicit struct visits
Eric Blake
1
-16
/
+12
2016-03-18
qapi: Fix command with named empty argument type
Eric Blake
1
-2
/
+2
2016-03-18
qapi: Assert in places where variants are not handled
Eric Blake
1
-1
/
+2
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: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
1
-1
/
+3
2015-10-12
qapi: Simplify gen_visit_fields() error handling
Eric Blake
1
-3
/
+1
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
1
-26
/
+1
2015-10-12
qapi: Share gen_err_check()
Eric Blake
1
-14
/
+3
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
1
-32
/
+22
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
1
-15
/
+15
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
1
-11
/
+11
2015-09-21
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
1
-7
/
+10
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
1
-9
/
+2
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
1
-2
/
+2
2015-09-21
qapi-commands: Rearrange code
Markus Armbruster
1
-48
/
+39
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-63
/
+77
2015-09-21
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
1
-11
/
+5
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
1
-69
/
+90
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-commands: Drop useless initialization
Markus Armbruster
1
-6
/
+2
2015-09-04
qapi-commands: Don't feed output of mcgen() to mcgen() again
Markus Armbruster
1
-31
/
+21
[next]