commit | b7e6e4d3602c738b8f61225d9f4514945df52f07 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Jan 22 10:29:08 2009 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:03:07 2009 +0200 |
tree | b4527b5f371695c2a9e4c1bc4a0fb92130daa481 | |
parent | 70455a36a073cbb83ca17f92d135a6128c73cb3c [diff] |
KVM: s390: Fix SIGP set prefix ioctl This patch fixes the SET PREFIX interrupt if triggered by userspace. Until now, it was not necessary, but life migration will need it. In addition, it helped me creating SMP support for my kvm_crashme tool (lets kvm execute random guest memory content). Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>