Re: [PATCH-for-9.1 1/4] linux-user/mips: Do not try to use removed R5900 CPU

2024-08-14 Thread Richard Henderson
On 8/14/24 23:39, Philippe Mathieu-Daudé wrote: R5900 emulation was removed in commit 823f2897bd. Remove it from ELF parsing in order to avoid: $ qemu-mipsn32 ./test5900 qemu-mipsn32: unable to find CPU model 'R5900' This reverts commit 4d9e5a0eb7df6e98ac6cf5e16029f35dd05b9537. Fixes: 82

[PATCH-for-9.1 1/4] linux-user/mips: Do not try to use removed R5900 CPU

2024-08-14 Thread Philippe Mathieu-Daudé
R5900 emulation was removed in commit 823f2897bd. Remove it from ELF parsing in order to avoid: $ qemu-mipsn32 ./test5900 qemu-mipsn32: unable to find CPU model 'R5900' This reverts commit 4d9e5a0eb7df6e98ac6cf5e16029f35dd05b9537. Fixes: 823f2897bd ("target/mips: Disable R5900 support") Sign