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


      1specific_ss.add(when: 'CONFIG_VMW_PVRDMA', if_true: files(
      2  'rdma.c',
      3  'rdma_backend.c',
      4  'rdma_rm.c',
      5  'rdma_utils.c',
      6  'vmw/pvrdma_cmd.c',
      7  'vmw/pvrdma_dev_ring.c',
      8  'vmw/pvrdma_main.c',
      9  'vmw/pvrdma_qp_ops.c',
     10))