virtio: use VRingMemoryRegionCaches for descriptor ring
[qemu/ar7.git] / tests / qapi-schema / redefined-builtin.json
blob6d3a940d5e03a7cac64f52fc90226b7bfc87b0db
1 # we reject types that duplicate builtin names
3 ##
4 # @size:
5 ##
6 { 'struct': 'size', 'data': { 'myint': 'size' } }