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


      1hvf_ss = ss.source_set()
      2hvf_ss.add(files(
      3  'hvf-all.c',
      4  'hvf-accel-ops.c',
      5))
      6
      7specific_ss.add_all(when: 'CONFIG_HVF', if_true: hvf_ss)