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
/
docs
/
qapi-code-gen.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
qapi: The #optional tag is redundant, drop
Markus Armbruster
1
-7
/
+5
2017-03-16
qapi: Have each QAPI schema declare its name rule violations
Markus Armbruster
1
-0
/
+6
2017-03-16
qapi: Have each QAPI schema declare its returns white-list
Markus Armbruster
1
-6
/
+7
2017-03-16
docs/qapi-code-gen.txt: Drop confusing reference to 'gen'
Markus Armbruster
1
-10
/
+8
2017-03-16
qapi: Make doc comments optional where we don't need them
Markus Armbruster
1
-13
/
+30
2017-03-07
docs/qapi-code-gen.txt: Clarify naming rules
Markus Armbruster
1
-22
/
+39
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
1
-1
/
+1
2017-01-16
qapi: add qapi2texi script
Marc-André Lureau
1
-33
/
+147
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-09-19
Replace qmp-commands.hx by docs/qmp-commands.txt
Marc-André Lureau
1
-3
/
+3
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
1
-2
/
+25
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
-18
/
+10
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-4
/
+4
2016-06-07
docs: "specify" spell fix
Michael Tokarev
1
-1
/
+1
2016-05-12
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
1
-0
/
+8
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
1
-7
/
+9
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-5
/
+10
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: Allow anonymous base for flat union
Eric Blake
1
-13
/
+13
2016-03-18
qapi: Make BlockdevOptions doc example closer to reality
Eric Blake
1
-37
/
+37
2016-03-18
qapi: Adjust names of implicit types
Eric Blake
1
-7
/
+7
2016-03-05
qapi: Update docs to match recent generator changes
Eric Blake
1
-162
/
+178
2016-02-19
qapi: Forbid empty unions and useless alternates
Eric Blake
1
-7
/
+8
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
1
-3
/
+0
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
1
-0
/
+1
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-2
/
+2
2015-12-17
qapi: Tighten the regex on valid names
Eric Blake
1
-11
/
+11
2015-11-17
qapi: Document introspection stability considerations
Eric Blake
1
-0
/
+11
2015-11-10
qapi-introspect: Document lack of sorting
Eric Blake
1
-4
/
+15
2015-11-10
qapi: Provide nicer array names in introspection
Eric Blake
1
-2
/
+5
2015-11-02
qapi: Reserve 'q_*' and 'has_*' member names
Eric Blake
1
-4
/
+7
2015-11-02
qapi: Reserve '*List' type names for list types
Eric Blake
1
-1
/
+2
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
1
-37
/
+37
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
1
-14
/
+14
2015-09-21
qapi-introspect: Hide type names
Markus Armbruster
1
-19
/
+17
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
1
-5
/
+232
2015-09-21
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
1
-12
/
+6
2015-09-21
qapi-schema: Fix up misleading specification of netdev_add
Markus Armbruster
1
-1
/
+1
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
1
-0
/
+1
2015-09-21
qapi: Improve built-in type documentation
Markus Armbruster
1
-11
/
+18
2015-09-21
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
1
-2
/
+2
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
1
-2
/
+2
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
1
-1
/
+1
2015-09-21
qapi: De-duplicate enum code generation
Markus Armbruster
1
-4
/
+5
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
1
-15
/
+14
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
1
-0
/
+8
[next]