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

enum-member-case.json (261B)


      1# Member names should be 'lower-case' unless the enum is whitelisted
      2{ 'pragma': { 'member-name-exceptions': [ 'UuidInfo' ] } }
      3{ 'enum': 'UuidInfo', 'data': [ 'Value' ] } # UuidInfo is whitelisted
      4{ 'enum': 'NoWayThisWillGetWhitelisted', 'data': [ 'Value' ] }