All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: Richard Henderson <rth@twiddle.net>, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [PULL 09/10] Revert "target/aarch64: optimize indirect branches"
Date: Wed, 14 Jun 2017 11:27:52 -0300	[thread overview]
Message-ID: <7bcb68c3-e1d3-40bf-6db8-85b7e8a4aa14@amsat.org> (raw)
In-Reply-To: <20170614052311.13785-10-rth@twiddle.net>

Can this pull wait you test last series sent by Alex Bennée with the 
following patch?

I dont have Alpha images to test on.

"tcg-runtime: short-circuit lookup_tb_ptr on IRQs"

On 06/14/2017 02:23 AM, Richard Henderson wrote:
> This reverts commit e75449a346bf558296966a44277bfd93412c6da6.
>
> This patch appears to induce lockups, or maybe livelocks, while
> booting a Linux kernel.  The assumption is that there is a bug
> elsewhere within QEMU, but reverting the patch allows normal work
> to continue in the meantime.
>
> Signed-off-by: Richard Henderson <rth@twiddle.net>
> ---
>  target/arm/translate-a64.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c
> index 860e279..ab61d96 100644
> --- a/target/arm/translate-a64.c
> +++ b/target/arm/translate-a64.c
> @@ -11367,7 +11367,8 @@ void gen_intermediate_code_a64(ARMCPU *cpu, TranslationBlock *tb)
>              gen_a64_set_pc_im(dc->pc);
>              /* fall through */
>          case DISAS_JUMP:
> -            tcg_gen_lookup_and_goto_ptr(cpu_pc);
> +            /* indicate that the hash table must be used to find the next TB */
> +            tcg_gen_exit_tb(0);
>              break;
>          case DISAS_TB_JUMP:
>          case DISAS_EXC:
>

  reply	other threads:[~2017-06-14 14:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14  5:23 [Qemu-devel] [PULL 00/10] TCG queued patches Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 01/10] util: add cacheinfo Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 02/10] tcg: allocate TB structs before the corresponding translated code Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 03/10] translate-all: consolidate tb init in tb_gen_code Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 04/10] tcg/aarch64: Use ADR in tcg_out_movi Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 05/10] tcg/arm: Use indirect branch for goto_tb Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 06/10] tcg/arm: Remove limit on code buffer size Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 07/10] tcg/arm: Try pc-relative addresses for movi Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 08/10] tcg/arm: Use ldr (literal) for goto_tb Richard Henderson
2017-06-14  5:23 ` [Qemu-devel] [PULL 09/10] Revert "target/aarch64: optimize indirect branches" Richard Henderson
2017-06-14 14:27   ` Philippe Mathieu-Daudé [this message]
2017-06-14  5:23 ` [Qemu-devel] [PULL 10/10] tcg: Remove tb_htable_lookup from helper_lookup_tb_ptr Richard Henderson
2017-06-14  5:42 ` [Qemu-devel] [PULL 00/10] TCG queued patches no-reply
2017-06-14  5:43 ` no-reply
2017-06-14 15:23 ` Richard Henderson

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=7bcb68c3-e1d3-40bf-6db8-85b7e8a4aa14@amsat.org \
    --to=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.