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


      1alpha_ss = ss.source_set()
      2alpha_ss.add(when: 'CONFIG_DP264', if_true: files(
      3  'dp264.c',
      4  'pci.c',
      5  'typhoon.c',
      6))
      7
      8hw_arch += {'alpha': alpha_ss}