qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (224B)


      1 specific_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 ))