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


      1i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SOFTMMU'], if_true: files(
      2  'tcg-cpu.c',
      3  'smm_helper.c',
      4  'excp_helper.c',
      5  'bpt_helper.c',
      6  'misc_helper.c',
      7  'fpu_helper.c',
      8  'svm_helper.c',
      9  'seg_helper.c',
     10))