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

base-cycle-indirect.json (137B)


      1# we reject a loop in base classes
      2{ 'struct': 'Base1', 'base': 'Base2', 'data': {} }
      3{ 'struct': 'Base2', 'base': 'Base1', 'data': {} }