]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 29 Jan 2024 16:45:00 +0000 (17:45 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 12 Mar 2024 11:04:24 +0000 (12:04 +0100)
commit4c44a9805127d8f6f065d40fd9f9c65fcf75bcc2
tree2248f4de779c6e3bc2186cf6f4021191eb7d69a1
parentda9536433fe9d35363fea26cee7f2de93c007ec2
target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro

Mechanical patch produced running the command documented
in scripts/coccinelle/cpu_env.cocci_template header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240129164514.73104-19-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/mips/cpu.c
target/mips/gdbstub.c
target/mips/kvm.c
target/mips/sysemu/physaddr.c
target/mips/tcg/exception.c
target/mips/tcg/op_helper.c
target/mips/tcg/sysemu/special_helper.c
target/mips/tcg/sysemu/tlb_helper.c
target/mips/tcg/translate.c