repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/block/nvme: add missing string representations for commands
[qemu/ar7.git]
/
accel
/
kvm
/
meson.build
blob
8d219bea50748f1faba09dc0dfc8b691067e5d89
1
kvm_ss = ss.source_set()
2
kvm_ss.add(files(
3
'kvm-all.c',
4
'kvm-accel-ops.c',
5
))
6
kvm_ss.add(when: 'CONFIG_SEV', if_false: files('sev-stub.c'))
7
8
specific_ss.add_all(when: 'CONFIG_KVM', if_true: kvm_ss)