]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/riscv/cpu_helper.c
RISC-V: Implement cpu_do_transaction_failed
authorPalmer Dabbelt <palmer@sifive.com>
Tue, 8 Oct 2019 20:51:52 +0000 (13:51 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 28 Oct 2019 14:47:27 +0000 (07:47 -0700)
commit37207e12245e0c5737a20b736b66b257ecf75d02
tree13aa8f347495f9edb52aa7780ed0c86dd3dac740
parentaacb578fad214383e6803cba35d6e1bce71f4a3f
RISC-V: Implement cpu_do_transaction_failed

This converts our port over from cpu_do_unassigned_access to
cpu_do_transaction_failed, as cpu_do_unassigned_access has been
deprecated.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
target/riscv/cpu.c
target/riscv/cpu.h
target/riscv/cpu_helper.c