Re: [Qemu-devel] [PATCH 3/8] target-arm: VQRSHRN related changes

2011-02-08 Thread Peter Maydell
On 31 January 2011 18:06, wrote: > From: Christophe Lyon > > More fixes for VQSHRN and VQSHRUN. > > Signed-off-by: Christophe Lyon Reviewed-by: Peter Maydell as far as the code goes, but the commit message is excessively vague. -- PMM

[Qemu-devel] [PATCH 3/8] target-arm: VQRSHRN related changes

2011-01-31 Thread christophe.lyon
From: Christophe Lyon More fixes for VQSHRN and VQSHRUN. 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 6dd024d..9ca5b82 100644 --- a/target-arm/translat

[Qemu-devel] [PATCH 3/8] target-arm: VQRSHRN related changes

2011-01-28 Thread christophe.lyon
From: Christophe Lyon More fixes for VQSHRN and VQSHRUN. Signed-off-by: Peter Maydell 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 cda5a73..3537698 10