[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCHv1 11/14] target/s390x: convert to DisasContextBa
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCHv1 11/14] target/s390x: convert to DisasContextBase |
Date: |
Fri, 2 Mar 2018 11:12:51 +0100 |
On Thu, 1 Mar 2018 17:53:55 -0500
"Emilio G. Cota" <address@hidden> wrote:
> Notes:
>
> - Did not convert {num,max}_insns and is_jmp, since the corresponding
> code will go away in the next patch.
>
> - Avoided a checkpatch error in use_exit_tb.
>
> - As suggested by David, (1) Drop ctx.pc and use
> ctx.base.pc_next instead, and (2) Rename ctx.next_pc to
> ctx.pc_tmp and add a comment about it.
>
> Suggested-by: David Hildenbrand <address@hidden>
> Cc: David Hildenbrand <address@hidden>
> Cc: Cornelia Huck <address@hidden>
> Cc: Alexander Graf <address@hidden>
> Cc: address@hidden
> Signed-off-by: Emilio G. Cota <address@hidden>
> ---
> target/s390x/translate.c | 146
> ++++++++++++++++++++++++-----------------------
> 1 file changed, 75 insertions(+), 71 deletions(-)
Acked-by: Cornelia Huck <address@hidden>
- [qemu-s390x] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets, Emilio G. Cota, 2018/03/01
- [qemu-s390x] [PATCHv1 12/14] target/s390x: convert to TranslatorOps, Emilio G. Cota, 2018/03/01
- [qemu-s390x] [PATCHv1 11/14] target/s390x: convert to DisasContextBase, Emilio G. Cota, 2018/03/01
- [qemu-s390x] [PATCHv1 10/14] target/s390x: convert to DisasJumpType, Emilio G. Cota, 2018/03/01
- Re: [qemu-s390x] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets, Cornelia Huck, 2018/03/02
- Re: [qemu-s390x] [Qemu-devel] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets, Mark Cave-Ayland, 2018/03/05
- Re: [qemu-s390x] [Qemu-devel] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets, Michael Clark, 2018/03/05