cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

union-branch-invalid-dict.json (270B)


      1# Long form of member must have a value member 'type'
      2{ 'enum': 'TestEnum',
      3  'data': [ 'integer', 's8' ] }
      4{ 'union': 'UnionInvalidBranch',
      5  'base': { 'type': 'TestEnum' },
      6  'discriminator': 'type',
      7  'data': { 'integer': { 'if': 'foo'},
      8            's8': 'int8' } }