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-underscore.json (222B)


      1# C member name collision
      2# We reject use of a single leading underscore in all names (names must
      3# begin with a letter or a downstream extension double-underscore prefix).
      4{ 'struct': 'Oops', 'data': { '_oops': 'str' } }