qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 4 lines 201 B view raw
1# flat union discriminator cannot be empty 2{ 'enum': 'Empty', 'data': [ ] } 3{ 'struct': 'Base', 'data': { 'type': 'Empty' } } 4{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }