Re: [Qemu-devel] [PATCH 1/3] target-arm: Log AArch64 exception returns

2016-12-07 Thread Edgar E. Iglesias
On Tue, Dec 06, 2016 at 05:46:17PM +, Peter Maydell wrote: > We already log exception entry; add logging of the AArch64 exception > return path as well. > > Signed-off-by: Peter Maydell Reviewed-by: Edgar E. Iglesias > --- >

[Qemu-devel] [PATCH 1/3] target-arm: Log AArch64 exception returns

2016-12-06 Thread Peter Maydell
We already log exception entry; add logging of the AArch64 exception return path as well. Signed-off-by: Peter Maydell --- target-arm/op_helper.c | 9 + 1 file changed, 9 insertions(+) diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c index