virtio: use VRingMemoryRegionCaches for descriptor ring
[qemu/ar7.git] / tests / qapi-schema / reserved-member-q.json
blobf51e3129176863d5bb12adb0cf627a9087e72ecb
1 # C member name collision
2 # We reject names like 'q-unix', because they can collide with the mangled
3 # name for 'unix' in generated C.
5 ##
6 # @Foo:
7 ##
8 { 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }