Re: [Qemu-devel] [PATCH] spapr: Clear LPCR_ILE during reset

2014-03-19 Thread Andreas Färber
Am 06.03.2014 05:06, schrieb Anton Blanchard: Since an OS can set LPCR_ILE we must clear it during reset. Otherwise if we reset into an OS with a different endian we die when we take the first exception. This fixes an issue seen on both full emulation and KVM. Signed-off-by: Anton

Re: [Qemu-devel] [PATCH] spapr: Clear LPCR_ILE during reset

2014-03-19 Thread Alexey Kardashevskiy
On 03/20/2014 12:08 PM, Andreas Färber wrote: Am 06.03.2014 05:06, schrieb Anton Blanchard: Since an OS can set LPCR_ILE we must clear it during reset. Otherwise if we reset into an OS with a different endian we die when we take the first exception. This fixes an issue seen on both full

[Qemu-devel] [PATCH] spapr: Clear LPCR_ILE during reset

2014-03-05 Thread Anton Blanchard
Since an OS can set LPCR_ILE we must clear it during reset. Otherwise if we reset into an OS with a different endian we die when we take the first exception. This fixes an issue seen on both full emulation and KVM. Signed-off-by: Anton Blanchard an...@samba.org --- diff --git a/hw/ppc/spapr.c