]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-data-invalid.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / alternate-data-invalid.json
1 # Alternate type requires an object for 'data'
2 { 'alternate': 'Alt',
3 'data': ['rubbish', 'nonsense']
4 }