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


      1# FIXME: broken on 32-bit architectures
      2executable('vhost-user-blk', files('vhost-user-blk.c'),
      3           dependencies: [qemuutil, vhost_user],
      4           build_by_default: false,
      5           install: false)