]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Log unimplemented ASI load/store accesses
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 25 Mar 2025 12:10:33 +0000 (13:10 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 31 Mar 2025 19:32:43 +0000 (21:32 +0200)
commit8001d22b0c67b2fbf8f2cb7b2f44bd7b46b360c1
tree18b78ef97ef9755adce78816b5f446eea38c50d7
parent070a500cc0da70c1b4c62a6c95e41f0a1b19dc0b
target/sparc: Log unimplemented ASI load/store accesses

When the cache-controller feature is not implemented,
log potential ASI access as unimplemented.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Clément Chigot <chigot@adacore.com>
Message-Id: <20250325123927.74939-4-philmd@linaro.org>
target/sparc/ldst_helper.c