]> git.proxmox.com Git - mirror_qemu.git/commit
hw/mips: Simplify loading 64-bit ELF kernels
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 27 Sep 2020 12:21:11 +0000 (14:21 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 17 Oct 2020 11:59:40 +0000 (13:59 +0200)
commit9d585eaa87bf1c5f66e12d6c4a8a38c80f69c5da
treec31d3620d90c1e9198ad5beb375b4d84dd3832b3
parent8df525a558e85aee7a2c757dd7654173ef369544
hw/mips: Simplify loading 64-bit ELF kernels

Since 82790064116 ("Cast ELF datatypes properly to host 64bit types")
we don't need to sign-extend the entry_point address. Remove this
unnecessary code.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200927163943.614604-2-f4bug@amsat.org>
hw/mips/mipssim.c
hw/mips/r4k.c