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

union-invalid-data.json (144B)


      1# the union data type must be an object.
      2{ 'union': 'TestUnion',
      3  'base': 'int',
      4  'discriminator': 'int',
      5  'data': ['rubbish', 'nonsense']
      6}