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


      1specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
      2  'config.c',
      3  'console.c',
      4))
      5
      6specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
      7		if_true: files('arm-compat-semi.c'))