Re: [Qemu-devel] [PATCH 3/3] s390: add cpu reset handler

2012-12-09 Thread Jens Freimann
On Fri, Dec 07, 2012 at 08:07:45PM +0100, Andreas Färber wrote: > Am 07.12.2012 14:55, schrieb Jens Freimann: > > Add a CPU reset handler to have all CPUs in a PoP compliant > > state. > > > > Signed-off-by: Jens Freimann > > --- > > target-s390x/cpu.c | 25 + > > targe

Re: [Qemu-devel] [PATCH 3/3] s390: add cpu reset handler

2012-12-07 Thread Andreas Färber
Am 07.12.2012 14:55, schrieb Jens Freimann: > Add a CPU reset handler to have all CPUs in a PoP compliant > state. > > Signed-off-by: Jens Freimann > --- > target-s390x/cpu.c | 25 + > target-s390x/kvm.c | 10 +- > 2 files changed, 34 insertions(+), 1 deletion

[Qemu-devel] [PATCH 3/3] s390: add cpu reset handler

2012-12-07 Thread Jens Freimann
Add a CPU reset handler to have all CPUs in a PoP compliant state. Signed-off-by: Jens Freimann --- target-s390x/cpu.c | 25 + target-s390x/kvm.c | 10 +- 2 files changed, 34 insertions(+), 1 deletions(-) diff --git a/target-s390x/cpu.c b/target-s390x/cpu.c i