Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / nested-struct-data.json
diff --git a/qemu/tests/qapi-schema/nested-struct-data.json b/qemu/tests/qapi-schema/nested-struct-data.json
new file mode 100644 (file)
index 0000000..3d52d2b
--- /dev/null
@@ -0,0 +1,4 @@
+# inline subtypes collide with our desired future use of defaults
+{ 'command': 'foo',
+  'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' },
+  'returns': {} }