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

meson.build (265B)


      1syscall_nr_generators += {
      2  'mips': generator(sh,
      3                    arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@',
      4                                 '', '4000' ],
      5                    output: '@BASENAME@_nr.h')
      6}