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


      1qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
      2
      3softmmu_ss.add(files(
      4  'hmp-cmds.c',
      5  'hmp.c',
      6))
      7softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
      8
      9specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('misc.c'), spice])