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

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 rjo...@redhat.com 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

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

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

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 rjo...@redhat.com wrote: From: Richard W.M. Jones rjo...@redhat.com Fixes https://bugs.launchpad.net/qemu/+bug/1263747 Signed-off-by: Richard W.M. Jones rjo...@redhat.com Tested-by: Richard W.M. Jones rjo...@redhat.com --- I'm guessing this is