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

doc-interleaved-section.json (271B)


      1# Arguments and sections must not be interleaved
      2
      3##
      4# @TestStruct:
      5#
      6# body
      7#
      8# @integer: foo
      9#           blah
     10#
     11#           bao
     12#
     13# Note: a section.
     14#
     15# @foobar: catch this
     16#
     17# Since: 2.3
     18#
     19##
     20{ 'struct': 'TestStruct',
     21  'data': { 'integer': 'int', 'foobar': 'int' } }