Re: [PATCH 1/2] hw/mips: Simplify loading 64-bit ELF kernels

2020-10-05 Thread Richard Henderson
On 9/27/20 11:39 AM, Philippe Mathieu-Daudé wrote: > 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é > --- > hw/mips/mipssim.c | 6 +- > hw/

[PATCH 1/2] hw/mips: Simplify loading 64-bit ELF kernels

2020-09-27 Thread Philippe Mathieu-Daudé
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é --- hw/mips/mipssim.c | 6 +- hw/mips/r4k.c | 6 +- 2 files changed, 2 insertions(+), 10 del