Re: [Qemu-devel] [PATCH v1 12/16] target-arm: A64: Correct updates to FAR and ESR on exceptions

2014-06-03 Thread Alex Bennée
Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com Not all exception types update both FAR and ESR. Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/helper-a64.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[Qemu-devel] [PATCH v1 12/16] target-arm: A64: Correct updates to FAR and ESR on exceptions

2014-05-30 Thread Edgar E. Iglesias
From: Edgar E. Iglesias edgar.igles...@xilinx.com Not all exception types update both FAR and ESR. Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/helper-a64.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target-arm/helper-a64.c