qemu-e2k/accel/stubs
Paolo Bonzini c40d479207 tcg: simplify !CONFIG_TCG handling of tb_invalidate_*
There is no need for a stub, since tb_invalidate_phys_addr can be excised
altogether when TCG is disabled.  This is a bit cleaner since it avoids
using code that is clearly specific to user-mode emulation (it calls
mmap_lock/unlock) for the !CONFIG_TCG case.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-07-02 15:41:18 +02:00
..
Makefile.objs Add the WHPX vcpu API 2018-02-07 14:09:26 +01:00
hax-stub.c accel/hax: move hax-stub.c to accel/stubs/ 2017-09-19 16:20:49 +02:00
hvf-stub.c i386: hvf: add code base from Google's QEMU repository 2017-12-22 15:01:20 +01:00
kvm-stub.c kvm: introduce memory encryption APIs 2018-03-13 12:04:03 +01:00
tcg-stub.c tcg: simplify !CONFIG_TCG handling of tb_invalidate_* 2018-07-02 15:41:18 +02:00
whpx-stub.c Add the WHPX vcpu API 2018-02-07 14:09:26 +01:00