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-any.json (133B)


      1# we do not allow the 'any' type as an alternate branch
      2{ 'alternate': 'Alt',
      3  'data': { 'one': 'any',
      4            'two': 'int' } }