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-base.json (161B)


      1# we reject alternate with base type
      2{ 'struct': 'Base',
      3  'data': { 'string': 'str' } }
      4{ 'alternate': 'Alt',
      5  'base': 'Base',
      6  'data': { 'number': 'int' } }