]> git.proxmox.com Git - qemu.git/commit
target-s390: enable SIGP Initial Reset
authorAlexander Graf <agraf@suse.de>
Fri, 14 May 2010 14:14:31 +0000 (16:14 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 18 May 2010 19:23:24 +0000 (21:23 +0200)
commitd5900813807e237b9f4251290f46125a817da66d
treed40b23555723efc674563a16954cace35e54f823
parent3d78499a4971132b075b067bdcd202dad50d9217
target-s390: enable SIGP Initial Reset

For SMP to work with KVM, we need to properly emulate the SIGP Initial Reset
Command. Recent (2.6.32) kernels issue that before the SIGP Reset command that
actually wakes up the vcpu.

This patch makes -smp work on S390x.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-s390x/kvm.c