]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/mips: Have mips_cpu_create_with_clock() take an endianness argument
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 27 Sep 2024 07:24:29 +0000 (09:24 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Oct 2024 15:21:06 +0000 (12:21 -0300)
commit3e8f019be77d1b648bca0af0121da3bb37766509
treec23aa1c1e24530331fad9fcecec125e1a954f0b4
parent805659a895b8afeeb50088c44bd60641d60963ff
hw/mips: Have mips_cpu_create_with_clock() take an endianness argument

mips_cpu_create_with_clock() creates a vCPU. Pass it the vCPU
endianness requested by argument. Update the board call sites.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241010215015.44326-17-philmd@linaro.org>
hw/mips/fuloong2e.c
hw/mips/jazz.c
hw/mips/loongson3_virt.c
hw/mips/malta.c
hw/mips/mipssim.c
target/mips/cpu.c
target/mips/cpu.h