]> Git Repo - qemu.git/blob - tests/qapi-schema/reserved-command-q.json
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / tests / qapi-schema / reserved-command-q.json
1 # C entity name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
4 { 'command': 'unix' }
5 { 'command': 'q-unix' }
This page took 0.025021 seconds and 4 git commands to generate.