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


      1blockdev_ss.add(files('export.c'))
      2
      3if have_vhost_user_blk_server
      4    blockdev_ss.add(files('vhost-user-blk-server.c'))
      5endif
      6
      7blockdev_ss.add(when: fuse, if_true: files('fuse.c'))