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

returns-alternate.json (147B)


      1# we reject returns if it is an alternate type
      2{ 'alternate': 'Alt', 'data': { 'a': 'int', 'b': 'bool' } }
      3{ 'command': 'oops', 'returns': 'Alt' }