Christian Borntraeger 49b99e1e0d s390/kvm: Provide a way to prevent reentering SIE
Lets provide functions to prevent KVM from reentering SIE and
to kick cpus out of SIE. We cannot use the common kvm_vcpu_kick code,
since we need to kick out guests in places that hold architecture
specific locks (e.g. pgste lock) which might be necessary on the
other cpus - so no waiting possible.

So lets provide a bit in a private field of the sie control block
that acts as a gate keeper, after we claimed we are in SIE.
Please note that we do not reuse prog0c, since we want to access
that bit without atomic ops.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
2013-05-21 11:55:23 +03:00
..
2012-05-16 14:42:41 +02:00
2013-03-03 23:00:27 -05:00
2013-03-03 23:00:27 -05:00
2011-01-05 12:47:31 +01:00
2013-04-17 14:07:25 +02:00
2012-11-23 11:14:31 +01:00
2013-02-28 09:37:13 +01:00
2013-04-08 17:39:27 +02:00
2012-09-26 15:45:21 +02:00
2012-11-06 22:39:51 +01:00
2013-01-08 10:57:10 +01:00
2013-04-17 14:07:28 +02:00
2013-04-08 17:39:27 +02:00