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


      1linux_user_ss.add(when: 'TARGET_ARM', if_true: files(
      2  'double_cpdo.c',
      3  'extended_cpdo.c',
      4  'fpa11.c',
      5  'fpa11_cpdo.c',
      6  'fpa11_cpdt.c',
      7  'fpa11_cprt.c',
      8  'fpopcode.c',
      9  'single_cpdo.c',
     10))