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


      1i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true:
      2  files(
      3  'nvmm-all.c',
      4  'nvmm-accel-ops.c',
      5  )
      6)
      7
      8i386_softmmu_ss.add(when: 'CONFIG_NVMM', if_true: nvmm)