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


      1softmmu_ss.add(when: 'CONFIG_TCG', if_true: files(
      2  'replay.c',
      3  'replay-internal.c',
      4  'replay-events.c',
      5  'replay-time.c',
      6  'replay-input.c',
      7  'replay-char.c',
      8  'replay-snapshot.c',
      9  'replay-net.c',
     10  'replay-audio.c',
     11  'replay-random.c',
     12  'replay-debugging.c',
     13), if_false: files('stubs-system.c'))