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

redefined-command.json (139B)


      1# we reject commands defined more than once
      2{ 'command': 'foo', 'data': { 'one': 'str' } }
      3{ 'command': 'foo', 'data': { '*two': 'str' } }