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


      1executable('vhost-user-input', files('main.c'),
      2           dependencies: [qemuutil, vhost_user],
      3           build_by_default: targetos == 'linux',
      4           install: false)