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

comments.json (143B)


      1# Unindented comment
      2{ 'enum': 'Status',             # Comment to the right of code
      3  # Indented comment
      4  'data': [ 'good', 'bad', 'ugly' ] }