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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
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
2015-09-04
docs/qapi-code-gen.txt: Fix QAPI schema examples
Markus Armbruster
1
-3
/
+2
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
1
-7
/
+5
2015-09-04
qapi-commands: Drop useless initialization
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
1
-9
/
+8
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
1
-4
/
+3
2015-09-04
qapi-event: Clean up how name of enum QAPIEvent is made
Markus Armbruster
1
-4
/
+4
2015-09-04
qapi: Clarify docs on including the same file multiple times
Markus Armbruster
1
-2
/
+2
2015-06-18
qapi: Drop bogus command from docs
Markus Armbruster
1
-2
/
+0
2015-05-14
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
1
-5
/
+5
2015-05-05
qapi: Tweak doc references to QMP when QGA is also meant
Eric Blake
1
-77
/
+82
2015-05-05
qapi: Document 'struct' metatype
Eric Blake
1
-29
/
+29
2015-05-05
qapi: Document new 'alternate' meta-type
Eric Blake
1
-21
/
+36
2015-05-05
qapi: Document type-safety considerations
Eric Blake
1
-96
/
+333
2015-05-05
qapi: Add copyright declaration on docs
Eric Blake
1
-0
/
+8
2014-09-26
qapi: Update docs given recent event, spacing fixes
Eric Blake
1
-20
/
+80
2014-06-27
qapi script: clean up in scripts
Wenchao Xia
1
-4
/
+4
2014-06-23
qapi script: add event support
Wenchao Xia
1
-0
/
+18
2014-05-16
qapi: skip redundant includes
Benoît Canet
1
-1
/
+1
2014-05-15
qapi: Show qapi-commands.py invocation in qapi-code-gen.txt
Markus Armbruster
1
-14
/
+13
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-37
/
+50
2014-05-15
qapi: Normalize marshalling's visitor initialization and cleanup
Markus Armbruster
1
-4
/
+4
2014-05-15
qapi: Update qapi-code-gen.txt example to match current code
Markus Armbruster
1
-56
/
+90
2014-05-09
qapi: Document optional arguments' backwards compatibility
Eric Blake
1
-4
/
+28
2014-05-08
qapi: Add a primitive to include other files from a QAPI schema file
Lluís Vilanova
1
-0
/
+11
2014-05-08
qapi: Use an explicit input file
Lluís Vilanova
1
-2
/
+2
2014-03-11
qapi script: do not allow string discriminator
Wenchao Xia
1
-4
/
+1
2014-03-11
qapi script: support enum type as discriminator in union
Wenchao Xia
1
-2
/
+6
[next]