projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix doc of using raw values with sendkey
[qemu.git]
/
qapi-schema-test.json
diff --git
a/qapi-schema-test.json
b/qapi-schema-test.json
index 8c7f9f79f4a6973acd793521caeb60c015ff9131..9eae3501d710d9953c4aa9f6abe30ff46aa253c4 100644
(file)
--- a/
qapi-schema-test.json
+++ b/
qapi-schema-test.json
@@
-8,7
+8,7
@@
# for testing nested structs
{ 'type': 'UserDefOne',
- 'data': { 'integer': 'int', 'string': 'str' } }
+ 'data': { 'integer': 'int', 'string': 'str'
, '*enum1': 'EnumOne'
} }
{ 'type': 'UserDefTwo',
'data': { 'string': 'str',
This page took
0.023031 seconds
and
4
git commands to generate.