Re: [Qemu-devel] [PATCH for-4.0] target/arm: Fix non-parallel expansion of CASP

2019-03-25 Thread Peter Maydell
On Fri, 22 Mar 2019 at 23:43, Richard Henderson wrote: > > The second word has been loaded from the unincremented > address since the first commit. > > Fixes: 44ac14b06fa > Reported-by: Alex Bennée > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 2 +- > 1 file changed,

Re: [Qemu-devel] [PATCH for-4.0] target/arm: Fix non-parallel expansion of CASP

2019-03-23 Thread Alex Bennée
Richard Henderson writes: > The second word has been loaded from the unincremented > address since the first commit. > > Fixes: 44ac14b06fa > Reported-by: Alex Bennée > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 2 +- > 1 file changed, 1 insertion(+), 1

[Qemu-devel] [PATCH for-4.0] target/arm: Fix non-parallel expansion of CASP

2019-03-22 Thread Richard Henderson
The second word has been loaded from the unincremented address since the first commit. Fixes: 44ac14b06fa Reported-by: Alex Bennée Signed-off-by: Richard Henderson --- target/arm/translate-a64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/translate-a64.c