* [Qemu-devel] [PULL] target-alpha update
@ 2014-05-03 3:46 Richard Henderson
2014-05-03 3:46 ` [Qemu-devel] [PULL] target-alpha: Fix RDUSP Richard Henderson
2014-05-06 11:25 ` [Qemu-devel] [PULL] target-alpha update Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2014-05-03 3:46 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell
Ouch. Silly typo that wasn't found in the sniff-test kernel boots
I was using to test the branch. One must boot all the way to init
to see the breakage.
Please pull.
r~
---
The following changes since commit fdaad4715ae9e998fd0595bedfb16fdaf0c68ccc:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501' into staging (2014-05-02 11:32:00 +0100)
are available in the git repository at:
git://github.com/rth7680/qemu.git tgt-axp
for you to fetch changes up to 214bb280c6b2ccaa13c8fb6711cfdf78a6c57bc2:
target-alpha: Fix RDUSP (2014-05-02 20:42:02 -0700)
----------------------------------------------------------------
Richard Henderson (1):
target-alpha: Fix RDUSP
target-alpha/translate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL] target-alpha: Fix RDUSP
2014-05-03 3:46 [Qemu-devel] [PULL] target-alpha update Richard Henderson
@ 2014-05-03 3:46 ` Richard Henderson
2014-05-06 11:25 ` [Qemu-devel] [PULL] target-alpha update Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2014-05-03 3:46 UTC (permalink / raw)
To: qemu-devel; +Cc: peter.maydell
Commit 06ef8604e92964cbf30084b7d31091aa7cbbb62f contained a typo.
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
target-alpha/translate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index d0357ff..91c3ed1 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -1201,7 +1201,7 @@ static ExitStatus gen_call_pal(DisasContext *ctx, int palcode)
break;
case 0x3A:
/* RDUSP */
- tcg_gen_st_i64(cpu_ir[IR_V0], cpu_env,
+ tcg_gen_ld_i64(cpu_ir[IR_V0], cpu_env,
offsetof(CPUAlphaState, usp));
break;
case 0x3C:
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL] target-alpha update
2014-05-03 3:46 [Qemu-devel] [PULL] target-alpha update Richard Henderson
2014-05-03 3:46 ` [Qemu-devel] [PULL] target-alpha: Fix RDUSP Richard Henderson
@ 2014-05-06 11:25 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2014-05-06 11:25 UTC (permalink / raw)
To: Richard Henderson; +Cc: QEMU Developers
On 3 May 2014 04:46, Richard Henderson <rth@twiddle.net> wrote:
> Ouch. Silly typo that wasn't found in the sniff-test kernel boots
> I was using to test the branch. One must boot all the way to init
> to see the breakage.
>
> Please pull.
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-06 11:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-03 3:46 [Qemu-devel] [PULL] target-alpha update Richard Henderson
2014-05-03 3:46 ` [Qemu-devel] [PULL] target-alpha: Fix RDUSP Richard Henderson
2014-05-06 11:25 ` [Qemu-devel] [PULL] target-alpha update Peter Maydell
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).