qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 5 lines 218 B view raw
1# Union branch name collision 2# Reject a union that would result in a collision in generated C names (this 3# would try to generate two members 'a_b'). 4{ 'union': 'TestUnion', 5 'data': { 'a-b': 'int', 'a_b': 'str' } }