Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / features-unknown-key.json
blob134df3b5036640f7d46efc365efd902b5e8ab6c0
1 { 'struct': 'FeatureStruct0',
2   'data': { 'foo': 'int' },
3   'features': [ { 'name': 'bar', 'colour': 'red' } ] }