qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: "Emilio G. Cota" <cota@braap.org>
Cc: qemu-devel@nongnu.org,
	Richard Henderson <richard.henderson@linaro.org>,
	David Hildenbrand <david@redhat.com>,
	Alexander Graf <agraf@suse.de>,
	qemu-s390x@nongnu.org
Subject: Re: [Qemu-devel] [PATCHv1 12/14] target/s390x: convert to TranslatorOps
Date: Fri, 2 Mar 2018 11:13:39 +0100	[thread overview]
Message-ID: <20180302111339.2f1f2ba6.cohuck@redhat.com> (raw)
In-Reply-To: <1519944838-12430-13-git-send-email-cota@braap.org>

On Thu,  1 Mar 2018 17:53:56 -0500
"Emilio G. Cota" <cota@braap.org> wrote:

> Note: I looked into dropping dc->do_debug. However, I don't see
> an easy way to do it given that TOO_MANY is also valid
> when we just translate more than max_insns. Thus, the check
> for do_debug in "case DISAS_PC_CC_UPDATED" would still need
> additional state to know whether or not we came from
> breakpoint_check.
> 
> Cc: David Hildenbrand <david@redhat.com>
> Cc: Cornelia Huck <cohuck@redhat.com>
> Cc: Alexander Graf <agraf@suse.de>
> Cc: qemu-s390x@nongnu.org
> Signed-off-by: Emilio G. Cota <cota@braap.org>
> ---
>  target/s390x/translate.c | 162 +++++++++++++++++++++++------------------------
>  1 file changed, 80 insertions(+), 82 deletions(-)

Acked-by: Cornelia Huck <cohuck@redhat.com>

  parent reply	other threads:[~2018-03-02 10:13 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 22:53 [Qemu-devel] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 01/14] translator: merge max_insns into DisasContextBase Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 02/14] target/sh4: convert to TranslatorOps Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 03/14] target/sparc: convert to DisasJumpType Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 04/14] target/sparc: convert to DisasContextBase Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 05/14] target/sparc: convert to TranslatorOps Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 06/14] target/mips: convert to DisasJumpType Emilio G. Cota
2018-03-07 23:15   ` Philippe Mathieu-Daudé
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 07/14] target/mips: convert to DisasContextBase Emilio G. Cota
2018-03-07 23:21   ` Philippe Mathieu-Daudé
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 08/14] target/mips: use *ctx for DisasContext Emilio G. Cota
2018-03-07 23:18   ` Philippe Mathieu-Daudé
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 09/14] target/mips: convert to TranslatorOps Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 10/14] target/s390x: convert to DisasJumpType Emilio G. Cota
2018-03-02 10:12   ` Cornelia Huck
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 11/14] target/s390x: convert to DisasContextBase Emilio G. Cota
2018-03-02  9:34   ` David Hildenbrand
2018-03-02 10:12   ` Cornelia Huck
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 12/14] target/s390x: convert to TranslatorOps Emilio G. Cota
2018-03-02 10:06   ` David Hildenbrand
2018-03-02 10:13   ` Cornelia Huck [this message]
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 13/14] target/openrisc: convert to DisasContextBase Emilio G. Cota
2018-03-01 22:53 ` [Qemu-devel] [PATCHv1 14/14] target/openrisc: convert to TranslatorOps Emilio G. Cota
2018-03-02 10:10 ` [Qemu-devel] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets Cornelia Huck
2018-03-05 21:58 ` Mark Cave-Ayland
2018-03-05 22:43   ` Emilio G. Cota
2018-03-07 20:41     ` Mark Cave-Ayland
2018-03-05 23:57 ` Michael Clark
2018-03-06  2:56   ` Emilio G. Cota
2018-03-06  3:40     ` Michael Clark
2018-04-04 23:21 ` Emilio G. Cota

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180302111339.2f1f2ba6.cohuck@redhat.com \
    --to=cohuck@redhat.com \
    --cc=agraf@suse.de \
    --cc=cota@braap.org \
    --cc=david@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).