commit | 95d38fd0bcf1996082f5f8762e6f1c849755e0c6 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Fri May 17 14:41:34 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Tue May 21 11:55:21 2013 +0300 |
tree | 6693f983fc518ac46c6c5fd31ca15891fedfd97f | |
parent | 0d0dafc1e48fd254c22f75738def870a7ffd2c3e [diff] |
s390/kvm: Mark if a cpu is in SIE Lets track in a private bit if the sie control block is active. We want to track this as closely as possible, so we also have to instrument the interrupt and program check handler. Lets use the existing HANDLE_SIE_INTERCEPT macro. 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>