diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-04-23 09:33:54 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-04-30 15:35:41 +0100 |
commit | 9fb005b02dbda7f47b789b7f19bf5f73622a4756 (patch) | |
tree | b178e3abfb8b9b129e4a16b801276cc7f9007a86 /python/qemu | |
parent | 60592cfed2b685ef114a454d176ef539528cb0cf (diff) | |
download | qemu-9fb005b02dbda7f47b789b7f19bf5f73622a4756.zip qemu-9fb005b02dbda7f47b789b7f19bf5f73622a4756.tar.gz qemu-9fb005b02dbda7f47b789b7f19bf5f73622a4756.tar.bz2 |
target/arm: Restrict the Address Translate write operation to TCG accel
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.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200423073358.27155-2-philmd@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'python/qemu')
0 files changed, 0 insertions, 0 deletions