From: Anthony Green <green@moxielogic.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: [Qemu-trivial] ping.. Re: [PATCH moxie] Fix bug in tlb_fill.
Date: Sat, 14 Dec 2013 23:10:29 -0500 [thread overview]
Message-ID: <8761qqn496.fsf@moxielogic.com> (raw)
In-Reply-To: <1368475464-3116-1-git-send-email-green@moxielogic.com> (Anthony Green's message of "Mon, 13 May 2013 16:04:24 -0400")
This patch still needs to be applied. There was some follow-up
discussion on this patch back in May, but none of it negates the fact
that this patch needs to be applied.
Thanks!
AG
Anthony Green <green@moxielogic.com> writes:
> Fix a simple bug in tlb_fill for moxie. The port was mostly working
> before, which is why I only really noticed it recently. Thanks to
> @jcmvbkbc for tracking it down.
>
> Signed-off-by: Anthony Green <green@moxielogic.com>
> ---
> target-moxie/helper.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target-moxie/helper.c b/target-moxie/helper.c
> index 6e0ac2a..6c36c49 100644
> --- a/target-moxie/helper.c
> +++ b/target-moxie/helper.c
> @@ -55,8 +55,8 @@ void tlb_fill(CPUMoxieState *env, target_ulong addr, int is_write, int mmu_idx,
> if (retaddr) {
> cpu_restore_state(env, retaddr);
> }
> + cpu_loop_exit(env);
> }
> - cpu_loop_exit(env);
> }
>
> void helper_raise_exception(CPUMoxieState *env, int ex)
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Green <green@moxielogic.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: [Qemu-devel] ping.. Re: [PATCH moxie] Fix bug in tlb_fill.
Date: Sat, 14 Dec 2013 23:10:29 -0500 [thread overview]
Message-ID: <8761qqn496.fsf@moxielogic.com> (raw)
In-Reply-To: <1368475464-3116-1-git-send-email-green@moxielogic.com> (Anthony Green's message of "Mon, 13 May 2013 16:04:24 -0400")
This patch still needs to be applied. There was some follow-up
discussion on this patch back in May, but none of it negates the fact
that this patch needs to be applied.
Thanks!
AG
Anthony Green <green@moxielogic.com> writes:
> Fix a simple bug in tlb_fill for moxie. The port was mostly working
> before, which is why I only really noticed it recently. Thanks to
> @jcmvbkbc for tracking it down.
>
> Signed-off-by: Anthony Green <green@moxielogic.com>
> ---
> target-moxie/helper.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target-moxie/helper.c b/target-moxie/helper.c
> index 6e0ac2a..6c36c49 100644
> --- a/target-moxie/helper.c
> +++ b/target-moxie/helper.c
> @@ -55,8 +55,8 @@ void tlb_fill(CPUMoxieState *env, target_ulong addr, int is_write, int mmu_idx,
> if (retaddr) {
> cpu_restore_state(env, retaddr);
> }
> + cpu_loop_exit(env);
> }
> - cpu_loop_exit(env);
> }
>
> void helper_raise_exception(CPUMoxieState *env, int ex)
next prev parent reply other threads:[~2013-12-15 7:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-13 20:04 [Qemu-trivial] [PATCH moxie] Fix bug in tlb_fill Anthony Green
2013-05-13 20:04 ` [Qemu-devel] " Anthony Green
2013-05-13 20:33 ` [Qemu-trivial] " Max Filippov
2013-05-13 20:33 ` Max Filippov
2013-05-14 16:02 ` [Qemu-trivial] " Richard Henderson
2013-05-14 16:02 ` Richard Henderson
2013-12-15 4:10 ` Anthony Green [this message]
2013-12-15 4:10 ` [Qemu-devel] ping.. " Anthony Green
2013-12-15 18:51 ` [Qemu-trivial] " Andreas Färber
2013-12-15 18:51 ` Andreas Färber
2013-12-15 19:03 ` [Qemu-trivial] " Peter Maydell
2013-12-15 19:03 ` Peter Maydell
2013-12-15 19:26 ` [Qemu-trivial] " Anthony Green
2013-12-15 19:26 ` Anthony Green
2013-12-16 0:07 ` [Qemu-trivial] " Peter Crosthwaite
2013-12-16 0:07 ` Peter Crosthwaite
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=8761qqn496.fsf@moxielogic.com \
--to=green@moxielogic.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.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 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.