[Qemu-devel] [PATCH 0/4] target/xtensa: Convert to TranslatorOps

Richard Henderson posted 4 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180512175724.5923-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/xtensa/translate.c | 345 +++++++++++++++++++-------------------
1 file changed, 177 insertions(+), 168 deletions(-)
[Qemu-devel] [PATCH 0/4] target/xtensa: Convert to TranslatorOps
Posted by Richard Henderson 7 years, 5 months ago
I have one xtensa image against which to test this.
There are enough options going on here in the xtensa
frontend that this probably needs a better work-out.


r~


Richard Henderson (4):
  target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
  target/xtensa: Convert to DisasContextBase
  target/xtensa: Change gen_intermediate_code dc to pointer
  target/xtensa: Convert to TranslatorOps

 target/xtensa/translate.c | 345 +++++++++++++++++++-------------------
 1 file changed, 177 insertions(+), 168 deletions(-)

-- 
2.17.0


Re: [Qemu-devel] [PATCH 0/4] target/xtensa: Convert to TranslatorOps
Posted by Max Filippov 7 years, 5 months ago
Hi Richard,

On Sat, May 12, 2018 at 10:57 AM, Richard Henderson
<richard.henderson@linaro.org> wrote:
> I have one xtensa image against which to test this.
> There are enough options going on here in the xtensa
> frontend that this probably needs a better work-out.
>
>
> r~
>
>
> Richard Henderson (4):
>   target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
>   target/xtensa: Convert to DisasContextBase
>   target/xtensa: Change gen_intermediate_code dc to pointer
>   target/xtensa: Convert to TranslatorOps
>
>  target/xtensa/translate.c | 345 +++++++++++++++++++-------------------
>  1 file changed, 177 insertions(+), 168 deletions(-)

With the change that I've mentioned in response to 4/4:
Tested-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
for the series.

Would you like to do that change and carry the series yourself
or should I take it?

-- 
Thanks.
-- Max

Re: [Qemu-devel] [PATCH 0/4] target/xtensa: Convert to TranslatorOps
Posted by Richard Henderson 7 years, 5 months ago
On 05/22/2018 02:39 AM, Max Filippov wrote:
> With the change that I've mentioned in response to 4/4:
> Tested-by: Max Filippov <jcmvbkbc@gmail.com>
> Acked-by: Max Filippov <jcmvbkbc@gmail.com>
> for the series.

Thanks.

> Would you like to do that change and carry the series yourself
> or should I take it?

Would you take it, please.


r~

Re: [Qemu-devel] [PATCH 0/4] target/xtensa: Convert to TranslatorOps
Posted by Max Filippov 7 years, 5 months ago
On Tue, May 22, 2018 at 1:58 PM, Richard Henderson
<richard.henderson@linaro.org> wrote:
> On 05/22/2018 02:39 AM, Max Filippov wrote:
>> Would you like to do that change and carry the series yourself
>> or should I take it?
>
> Would you take it, please.

Sure.

-- 
Thanks.
-- Max