Re: [PATCH v6 060/103] scripts/probe-gdb-support.py: add mapping for mips architecture
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 28/7/26 09:56, Pierrick Bouvier wrote: > On 7/28/26 12:39 AM, Philippe Mathieu-Daudé wrote: >> On 28/7/26 06:42, Pierrick Bouvier wrote: >>> Tested-by: Alex Bennée <[email protected]> >>> Signed-off-by: Pierrick Bouvier <[email protected]> >>> --- >>> scripts/probe-gdb-support.py | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/scripts/probe-gdb-support.py b/scripts/probe-gdb-support.py >>> index 43c70302873..6e3b2579770 100644 >>> --- a/scripts/probe-gdb-support.py >>> +++ b/scripts/probe-gdb-support.py >>> @@ -35,6 +35,7 @@ >>> "Loongarch64" : ["loongarch64"], >>> "m68k" : ["m68k"], >>> "MicroBlaze" : ["microblaze"], >>> + "mips" : ["mips"], >> >> IIUC we want (for still few releases): >> >> "mips" : ["mips", "mipsel"], >> >>> "mips:isa64" : ["mips64", "mips64el"], >>> "or1k" : ["or1k"], >>> "powerpc:common" : ["ppc"], >> > > I can add it, thanks. Then including this change: Reviewed-by: Philippe Mathieu-Daudé <[email protected]>