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
virtio/vhost: reset dev->log after syncing
[qemu.git]
/
accel
/
tcg
/
Makefile.objs
blob
228cd84fa44eb3bc34de7c7199f27b704618ac6b
1
obj-$(CONFIG_SOFTMMU) += tcg-all.o
2
obj-$(CONFIG_SOFTMMU) += cputlb.o
3
obj-y += tcg-runtime.o
4
obj-y += cpu-exec.o cpu-exec-common.o translate-all.o
5
obj-y += translator.o
6
7
obj-$(CONFIG_USER_ONLY) += user-exec.o
8
obj-$(call lnot,$(CONFIG_SOFTMMU)) += user-exec-stub.o