repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block/rbd: remove runtime_opts
[qemu.git]
/
accel
/
kvm
/
meson.build
blob
4db2388e2f9eda521ce55658eb174b390a8995d8
1
kvm_ss = ss.source_set()
2
kvm_ss.add(files('kvm-all.c'))
3
kvm_ss.add(when: 'CONFIG_SEV', if_false: files('sev-stub.c'))
4
5
specific_ss.add_all(when: 'CONFIG_KVM', if_true: kvm_ss)