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

alternate-array.json (209B)


      1# we do not allow array branches in alternates
      2# TODO: should we support this?
      3{ 'struct': 'One',
      4  'data': { 'name': 'str' } }
      5{ 'alternate': 'Alt',
      6  'data': { 'one': 'One',
      7            'two': [ 'int' ] } }