Re: [Qemu-devel] [PATCH for-2.10] target/mips: remove MIPS16 ASE from 4Km

2017-08-08 Thread Yongbok Kim
On 08/08/2017 16:43, Philippe Mathieu-Daudé wrote: > On 08/08/2017 09:15 AM, Philippe Mathieu-Daudé wrote: >> probably incorrect copy/paste from 8d162c2b68db72623a507069fda0e35ccd1c6b85 > > incorrect since 10 years, so can wait 2.11 :P Fair enough :) Regards, Yongbok

Re: [Qemu-devel] [PATCH for-2.10] target/mips: remove MIPS16 ASE from 4Km

2017-08-08 Thread Philippe Mathieu-Daudé
On 08/08/2017 09:15 AM, Philippe Mathieu-Daudé wrote: probably incorrect copy/paste from 8d162c2b68db72623a507069fda0e35ccd1c6b85 incorrect since 10 years, so can wait 2.11 :P

Re: [Qemu-devel] [PATCH for-2.10] target/mips: remove MIPS16 ASE from 4Km

2017-08-08 Thread Yongbok Kim
On 08/08/2017 13:15, Philippe Mathieu-Daudé wrote: > MIPS32 4Km does not support the MIPS16 instruction set, see: > MIPS32 4K Processor Core Family Software UM (MD00016 Rev 01.18) > > Signed-off-by: Philippe Mathieu-Daudé > --- > probably incorrect copy/paste from 8d162c2b68db72623a507069fd

[Qemu-devel] [PATCH for-2.10] target/mips: remove MIPS16 ASE from 4Km

2017-08-08 Thread Philippe Mathieu-Daudé
MIPS32 4Km does not support the MIPS16 instruction set, see: MIPS32 4K Processor Core Family Software UM (MD00016 Rev 01.18) Signed-off-by: Philippe Mathieu-Daudé --- probably incorrect copy/paste from 8d162c2b68db72623a507069fda0e35ccd1c6b85 target/mips/translate_init.c | 2 +- 1 file chan