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

reserved-type-list.json (241B)


      1# Potential C name collision
      2# We reserve names ending in 'List' for use by array types.
      3# TODO - we could choose array names to avoid collision with user types,
      4# in order to let this compile
      5{ 'struct': 'FooList', 'data': { 's': 'str' } }