Re: [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly.

2013-12-24 Thread Peter Maydell
On 24 December 2013 08:45, Richard W.M. Jones wrote: > On Mon, Dec 23, 2013 at 10:17:15PM +, Peter Maydell wrote: >> FWIW mainline's handling of this insn doesn't have this bug. > > OT: Is there a clear explanation of the various aarch64 trees? > I noticed that upstream qemu has some files lik

Re: [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly.

2013-12-24 Thread Richard W.M. Jones
On Mon, Dec 23, 2013 at 10:17:15PM +, Peter Maydell wrote: > FWIW mainline's handling of this insn doesn't have this bug. OT: Is there a clear explanation of the various aarch64 trees? I noticed that upstream qemu has some files like target-arm/ translate-a64.c, but it didn't (and still doesn'

Re: [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly.

2013-12-23 Thread Peter Maydell
On 23 December 2013 22:00, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > Fixes https://bugs.launchpad.net/qemu/+bug/1263747 > > Signed-off-by: Richard W.M. Jones > Tested-by: Richard W.M. Jones > --- I'm guessing this is against the SuSE tree? Probably best to say so specifically,

[Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly.

2013-12-23 Thread Richard W.M. Jones
From: "Richard W.M. Jones" Fixes https://bugs.launchpad.net/qemu/+bug/1263747 Signed-off-by: Richard W.M. Jones Tested-by: Richard W.M. Jones --- target-arm/translate-a64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target-arm/translate-a64.c b/target-arm/translate-a64.c index 36ebb0f