]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
KVM: s390: trace correct values for set prefix and machine checks
authorJens Freimann <jfrei@linux.vnet.ibm.com>
Thu, 18 Dec 2014 14:52:21 +0000 (15:52 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 23 Jan 2015 12:25:39 +0000 (13:25 +0100)
commit556cc0dab1f65f40b755da556a462ae68d6b57a1
tree1cf2ed3e53364e118f0fe8145ab03f5e975af8e4
parent49538d12380fa8970f35db1f063189e49e69399c
KVM: s390: trace correct values for set prefix and machine checks

When injecting SIGP set prefix or a machine check, we trace
the values in our per-vcpu local_int data structure instead
of the parameters passed to the function.

Fix this by changing the trace statement to use the correct values.

Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c