On Thu, 1 Mar 2018 17:53:55 -0500 "Emilio G. Cota" <c...@braap.org> 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 <da...@redhat.com> > Cc: David Hildenbrand <da...@redhat.com> > Cc: Cornelia Huck <coh...@redhat.com> > Cc: Alexander Graf <ag...@suse.de> > Cc: qemu-s3...@nongnu.org > Signed-off-by: Emilio G. Cota <c...@braap.org> > --- > target/s390x/translate.c | 146 > ++++++++++++++++++++++++----------------------- > 1 file changed, 75 insertions(+), 71 deletions(-) Acked-by: Cornelia Huck <coh...@redhat.com>