qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 6 lines 185 B view raw
1# alternate branch of 'enum' type that conflicts with bool 2{ 'enum': 'Enum', 3 'data': [ 'aus', 'off' ] } 4{ 'alternate': 'Alt', 5 'data': { 'one': 'Enum', 6 'two': 'bool' } }