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


      1executable('ivshmem-server', files('ivshmem-server.c', 'main.c'),
      2           dependencies: [qemuutil, rt],
      3           build_by_default: targetos == 'linux',
      4           install: false)