From: "Alex Bennée" <alex.bennee@linaro.org>
To: Richard Henderson <rth@twiddle.net>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
peter.maydell@linaro.org, cota@braap.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v1 3/3] tcg-runtime: short-circuit lookup_tb_ptr on IRQs
Date: Wed, 14 Jun 2017 20:07:00 +0100 [thread overview]
Message-ID: <87zidamlrf.fsf@linaro.org> (raw)
In-Reply-To: <9daac065-1738-f872-0267-94cffa96ab6d@twiddle.net>
Richard Henderson <rth@twiddle.net> writes:
> On 06/14/2017 10:08 AM, Paolo Bonzini wrote:
>> And MIPS:
>>
>> diff --git a/target/mips/translate.c b/target/mips/translate.c
>> index 559f8fed89..244f3cb9ab 100644
>> --- a/target/mips/translate.c
>> +++ b/target/mips/translate.c
>> @@ -13403,8 +13403,9 @@ static void gen_pool32axf (CPUMIPSState *env, DisasContext *ctx, int rt, int rs)
>> save_cpu_state(ctx, 1);
>> gen_helper_ei(t0, cpu_env);
>> gen_store_gpr(t0, rs);
>> - /* Stop translation as we may have switched the execution mode */
>> - ctx->bstate = BS_STOP;
>> + /* BS_STOP isn't good enough here, reevaluate cpu_mips_hw_interrupts_enabled. */
>> + gen_save_pc(ctx->pc + 4);
>> + ctx->bstate = BS_EXCP;
>> tcg_temp_free(t0);
>> }
>> break;
>>
>> The others seem okay.
>
> Thanks for this bit. We also need to fix SSM for s390x.
If your rolling a series for all these can you also pick up Thomas
Huth's fix for --accel?
--
Alex Bennée
next prev parent reply other threads:[~2017-06-14 19:06 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 14:02 [Qemu-devel] [PATCH v1 0/3] Fixes for TCG hangs Alex Bennée
2017-06-14 14:02 ` [Qemu-devel] [PATCH v1 1/3] vl: Fix broken thread=xxx option of the --accel parameter Alex Bennée
2017-06-14 14:02 ` [Qemu-devel] [PATCH v1 2/3] tcg-runtime: light re-factor of lookup_tb_ptr Alex Bennée
2017-06-14 15:44 ` Richard Henderson
2017-06-14 16:07 ` Alex Bennée
2017-06-14 17:10 ` Pranith Kumar
2017-06-14 14:02 ` [Qemu-devel] [PATCH v1 3/3] tcg-runtime: short-circuit lookup_tb_ptr on IRQs Alex Bennée
2017-06-14 15:45 ` Richard Henderson
2017-06-14 16:08 ` Paolo Bonzini
2017-06-14 16:51 ` Richard Henderson
2017-06-14 17:08 ` Paolo Bonzini
2017-06-14 18:26 ` Richard Henderson
2017-06-14 19:07 ` Alex Bennée [this message]
2017-06-14 19:43 ` Richard Henderson
2017-06-16 20:01 ` Emilio G. Cota
2017-06-14 17:49 ` Alex Bennée
2017-06-14 17:53 ` Richard Henderson
2017-06-14 19:11 ` Peter Maydell
2017-06-14 19:19 ` Richard Henderson
2017-06-14 14:25 ` [Qemu-devel] [PATCH v1 0/3] Fixes for TCG hangs Philippe Mathieu-Daudé
2017-06-14 14:30 ` no-reply
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=87zidamlrf.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=cota@braap.org \
--cc=pbonzini@redhat.com \
--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.