Re: [Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub

2018-11-12 Thread Richard Henderson
On 11/12/18 11:04 AM, Aleksandar Markovic wrote: > Hello, Richard. > > I am a little taken aback by your tone. I hope we can communicate in much > friendlier maner, as we used to do. I too was put off by your tone. Beginning with "there is no plan" and continuing with "there is no point" is a c

Re: [Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub

2018-11-12 Thread Aleksandar Markovic
athieu-Daudé; Bastian Koppelmann; Peer Adelt; Richard Henderson Cc: qemu-devel@nongnu.org; Aurelien Jarno Subject: Re: [Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub On 11/12/18 6:37 AM, Aleksandar Markovic wrote: >> Subject: [RFC PATCH 08/11] target/mips: Add a decodetree stub

Re: [Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub

2018-11-12 Thread Richard Henderson
On 11/12/18 6:37 AM, Aleksandar Markovic wrote: >> Subject: [RFC PATCH 08/11] target/mips: Add a decodetree stub > > There is no plan to use decodetree for MIPS target. MIPS decoding engine is > mostly stable mature code that was well tested over many years, and there is > no > point in introduci

Re: [Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub

2018-11-11 Thread Aleksandar Markovic
> Subject: [RFC PATCH 08/11] target/mips: Add a decodetree stub There is no plan to use decodetree for MIPS target. MIPS decoding engine is mostly stable mature code that was well tested over many years, and there is no point in introducing such drastic change to the code that works. Thanks, Al

[Qemu-devel] [RFC PATCH 08/11] target/mips: Add a decodetree stub

2018-11-11 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- target/mips/Makefile.objs | 8 target/mips/insns.decode| 2 ++ target/mips/translate.c | 7 +++ target/mips/translate.inc.c | 13 + 4 files changed, 30 insertions(+) create mode 100644 target/mips/insns.decode creat