Re: [PATCH 7/7] target/mips: Undeprecate nanoMips ISA support in QEMU

2022-06-10 Thread Philippe Mathieu-Daudé via
On 10/6/22 16:09, Philippe Mathieu-Daudé wrote: On 31/5/22 15:14, Philippe Mathieu-Daudé wrote: On 4/5/22 13:04, Stefan Pejic wrote: nanoMips ISA support in QEMU is actively used by MediaTek and is planned to be maintained and potentially extended by MediaTek in future. Un-orphan nanoMips ISA

Re: [PATCH 7/7] target/mips: Undeprecate nanoMips ISA support in QEMU

2022-06-10 Thread Philippe Mathieu-Daudé via
Cc'ing Vince. On 31/5/22 15:14, Philippe Mathieu-Daudé wrote: Hi Stefan, On 4/5/22 13:04, Stefan Pejic wrote: nanoMips ISA support in QEMU is actively used by MediaTek and is planned to be maintained and potentially extended by MediaTek in future. Un-orphan nanoMips ISA support in QEMU by set

Re: [PATCH 7/7] target/mips: Undeprecate nanoMips ISA support in QEMU

2022-05-31 Thread Philippe Mathieu-Daudé via
Hi Stefan, On 4/5/22 13:04, Stefan Pejic wrote: nanoMips ISA support in QEMU is actively used by MediaTek and is planned to be maintained and potentially extended by MediaTek in future. Un-orphan nanoMips ISA support in QEMU by setting a mainainer from MediaTek and remove deprecation notes from

[PATCH 7/7] target/mips: Undeprecate nanoMips ISA support in QEMU

2022-05-04 Thread Stefan Pejic
nanoMips ISA support in QEMU is actively used by MediaTek and is planned to be maintained and potentially extended by MediaTek in future. Un-orphan nanoMips ISA support in QEMU by setting a mainainer from MediaTek and remove deprecation notes from documentation as well. Signed-off-by: Stefan Peji