Re: [PATCH v2] target/mips: fetch code with translator_ld

2021-02-16 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Similarly to commits ae82adc8e29..7f93879e444, use the > translator_ld*() API introduced in commit 409c1a0bf0f > to fetch the code on the MIPS target. > > Reviewed-by: Jiaxun Yang > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée -- Alex

Re: [PATCH v2] target/mips: fetch code with translator_ld

2021-01-28 Thread Philippe Mathieu-Daudé
On 1/25/21 11:58 AM, Philippe Mathieu-Daudé wrote: > Similarly to commits ae82adc8e29..7f93879e444, use the > translator_ld*() API introduced in commit 409c1a0bf0f > to fetch the code on the MIPS target. > > Reviewed-by: Jiaxun Yang > Signed-off-by: Philippe Mathieu-Daudé > --- > v2: Restrict

Re: [PATCH v2] target/mips: fetch code with translator_ld

2021-01-26 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Similarly to commits ae82adc8e29..7f93879e444, use the > translator_ld*() API introduced in commit 409c1a0bf0f > to fetch the code on the MIPS target. > > Reviewed-by: Jiaxun Yang > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée -- Alex

Re: [PATCH v2] target/mips: fetch code with translator_ld

2021-01-25 Thread Richard Henderson
On 1/25/21 12:58 AM, Philippe Mathieu-Daudé wrote: > Similarly to commits ae82adc8e29..7f93879e444, use the > translator_ld*() API introduced in commit 409c1a0bf0f > to fetch the code on the MIPS target. > > Reviewed-by: Jiaxun Yang > Signed-off-by: Philippe Mathieu-Daudé > --- > v2: Restrict

[PATCH v2] target/mips: fetch code with translator_ld

2021-01-25 Thread Philippe Mathieu-Daudé
Similarly to commits ae82adc8e29..7f93879e444, use the translator_ld*() API introduced in commit 409c1a0bf0f to fetch the code on the MIPS target. Reviewed-by: Jiaxun Yang Signed-off-by: Philippe Mathieu-Daudé --- v2: Restrict to translator path =) --- target/mips/translate.c | 20