Re: [Qemu-devel] [PATCH] target-ppc: reset SPRs on CPU reset

2014-03-19 Thread Andreas Färber
Am 19.03.2014 04:28, schrieb Alexey Kardashevskiy: > This resets SPR values to defaults on CPU reset. This should help > with little-endian guests reboot issues. > > Signed-off-by: Alexey Kardashevskiy > --- > target-ppc/cpu.h| 1 + > target-ppc/translate_init.c | 12 +++- >

[Qemu-devel] [PATCH] target-ppc: reset SPRs on CPU reset

2014-03-18 Thread Alexey Kardashevskiy
This resets SPR values to defaults on CPU reset. This should help with little-endian guests reboot issues. Signed-off-by: Alexey Kardashevskiy --- target-ppc/cpu.h| 1 + target-ppc/translate_init.c | 12 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tar