On 4/21/20 6:19 AM, Philippe Mathieu-Daudé wrote: > Under KVM these registers are written by the hardware. > Restrict the writefn handlers to TCG to avoid when building > without TCG: > > LINK aarch64-softmmu/qemu-system-aarch64 > target/arm/helper.o: In function `do_ats_write': > target/arm/helper.c:3524: undefined reference to `raise_exception' > > Suggested-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > Better explanation: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg689388.html > --- > target/arm/helper.c | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~