Re: [Qemu-devel] [PATCH] target-arm: Fix Neon vsra instructions.

2011-02-04 Thread Aurelien Jarno
On Tue, Jan 25, 2011 at 06:18:08PM +0100, Christophe Lyon wrote: > This patch fixes the errors reported by my tests in VSRA. > > Signed-off-by: Christophe Lyon > --- > target-arm/translate.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Thanks applied. > diff --git a/target-a

Re: [Qemu-devel] [PATCH] target-arm: Fix Neon vsra instructions.

2011-02-04 Thread Peter Maydell
On 25 January 2011 17:18, Christophe Lyon wrote: > This patch fixes the errors reported by my tests in VSRA. > > Signed-off-by: Christophe Lyon Reviewed-by: Peter Maydell

Re: [Qemu-devel] [PATCH] target-arm: Fix Neon vsra instructions.

2011-01-31 Thread Christophe Lyon
On 25.01.2011 18:18, Christophe Lyon wrote: > This patch fixes the errors reported by my tests in VSRA. > ping?

[Qemu-devel] [PATCH] target-arm: Fix Neon vsra instructions.

2011-01-25 Thread Christophe Lyon
This patch fixes the errors reported by my tests in VSRA. Signed-off-by: Christophe Lyon --- target-arm/translate.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index 7cb48c0..4cf2ecd 100644 --- a/target-arm/translate