target/arm: Restrict v7A TCG cpus to TCG accel
[qemu/ar7.git] / tests / qapi-schema / enum-dict-member-unknown.json
blob6664c592018ee23e1bbcfd7a1859030fa531b55c
1 # we reject any enum member that is not a string or a dict with 'name'
2 { 'enum': 'MyEnum', 'data': [ { 'name': 'foo', 'bad-key': 'str' } ] }