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-nested.json (177B)


      1# we reject a nested alternate branch
      2{ 'alternate': 'Alt1',
      3  'data': { 'name': 'bool', 'value': 'int' } }
      4{ 'alternate': 'Alt2',
      5  'data': { 'nested': 'Alt1', 'b': 'bool' } }