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


      1softmmu_ss.add(files('core.c', 'cluster.c'))
      2
      3specific_ss.add(when: 'CONFIG_ARM11MPCORE', if_true: files('arm11mpcore.c'))
      4specific_ss.add(when: 'CONFIG_REALVIEW', if_true: files('realview_mpcore.c'))
      5specific_ss.add(when: 'CONFIG_A9MPCORE', if_true: files('a9mpcore.c'))
      6specific_ss.add(when: 'CONFIG_A15MPCORE', if_true: files('a15mpcore.c'))