Re: [Qemu-devel] [PATCH v2] FU exceptions should carry a cause (IC)

2016-11-10 Thread David Gibson
On Thu, Nov 10, 2016 at 03:37:31PM +1100, Balbir Singh wrote: > > > As per the ISA we need a cause and executing a tabort r9 in libc > for example causes a EXCP_FU exception, we don't wire up the > IC (cause) when we post the exception. The cause is required > for the kernel to do the right thing

[Qemu-devel] [PATCH v2] FU exceptions should carry a cause (IC)

2016-11-09 Thread Balbir Singh
As per the ISA we need a cause and executing a tabort r9 in libc for example causes a EXCP_FU exception, we don't wire up the IC (cause) when we post the exception. The cause is required for the kernel to do the right thing. The fix applies only to 64 bit ppc targets. Signed-off-by: Balbir singh