mirror_qemu/accel/stubs
Philippe Mathieu-Daudé bb321b299e accel/tcg: Add stub for probe_access()
The TCG helpers were added in b92e5a22ec in softmmu_template.h.
probe_write() was added in there in 3b4afc9e75 to be moved out
to accel/tcg/cputlb.c in 3b08f0a925, and was later refactored
as probe_access() in c25c283df0.
Since it is a TCG specific helper, add a stub to avoid failures
when building without TCG, such:

  target/arm/helper.o: In function `probe_read':
  include/exec/exec-all.h:362: undefined reference to `probe_access'

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-07-10 18:02:21 -04:00
..
Makefile.objs stubs: move Xen stubs to accel/ 2020-06-12 11:20:15 -04:00
hax-stub.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
hvf-stub.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
kvm-stub.c kvm: Introduce KVM irqchip change notifier 2019-11-26 10:11:30 +11:00
tcg-stub.c accel/tcg: Add stub for probe_access() 2020-07-10 18:02:21 -04:00
whpx-stub.c Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
xen-stub.c stubs: move Xen stubs to accel/ 2020-06-12 11:20:15 -04:00