]> Git Repo - qemu.git/blame_incremental - tests/qapi-schema/struct-base-clash.json
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / tests / qapi-schema / struct-base-clash.json
... / ...
CommitLineData
1# Reject attempts to duplicate QMP members
2# Here, 'name' would have to appear twice on the wire, locally and for base.
3{ 'struct': 'Base',
4 'data': { 'name': 'str' } }
5{ 'struct': 'Sub',
6 'base': 'Base',
7 'data': { 'name': 'str' } }
This page took 0.034835 seconds and 5 git commands to generate.