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-member-q.json (198B)


      1# C member name collision
      2# We reject names like 'q-unix', because they can collide with the mangled
      3# name for 'unix' in generated C.
      4{ 'struct': 'Foo', 'data': { 'unix':'int', 'q-unix':'bool' } }