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


      1softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
      2softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
      3softmmu_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
      4softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
      5softmmu_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
      6softmmu_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))