git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
[qemu.git]
/
contrib
/
rdmacm-mux
/
meson.build
1
if have_pvrdma
2
# FIXME: broken on big endian architectures
3
executable('rdmacm-mux', files('main.c'), genh,
4
dependencies: [glib, libumad],
5
build_by_default: false,
6
install: false)
7
endif