]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/features-unknown-key.json
hw/riscv: Validate cluster and NUMA node boundary
[mirror_qemu.git] / tests / qapi-schema / features-unknown-key.json
1 { 'struct': 'FeatureStruct0',
2 'data': { 'foo': 'int' },
3 'features': [ { 'name': 'bar', 'colour': 'red' } ] }