qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 4 lines 183 B view raw
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{ 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }