summary refs log tree commit diff stats
path: root/linux-user/signal.c
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2011-05-05 09:29:57 +0200
committerAlexander Graf <agraf@suse.de>2011-05-20 17:35:12 +0200
commit71b12d31971751f46c546d693c1e216f38ba2053 (patch)
treeb619840675cca22b4a44494c6c970faa262e8ec8 /linux-user/signal.c
parent1fddfba129f5435c80eda14e8bc23fdb888c7187 (diff)
downloadfocaccia-qemu-71b12d31971751f46c546d693c1e216f38ba2053.tar.gz
focaccia-qemu-71b12d31971751f46c546d693c1e216f38ba2053.zip
s390x: fix smp support for kvm
Currently smp support for kvm does not work. Qemu does a kvm run even on
secondary CPUs which dont have a sane state (initial psw == 0)
triggering some program faults. Architecturally these cpus are in the stopped
state, so we should not do the kvm run ioctl. (these CPUs will be started
by a SIGP restart later during the boot process)

We need to tell the loop that this cpu should not run. Jan Kiszka pointed
out that kvm_arch_process_async_events is the right place to do.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'linux-user/signal.c')
0 files changed, 0 insertions, 0 deletions