]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kvm: Mark if a cpu is in SIE
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 17 May 2013 12:41:34 +0000 (14:41 +0200)
committerGleb Natapov <gleb@redhat.com>
Tue, 21 May 2013 08:55:21 +0000 (11:55 +0300)
commit87f196816ed140ba446ec37ace8fd94ff95cf5d6
tree6693f983fc518ac46c6c5fd31ca15891fedfd97f
parent0a21ea9e198c543193203de0c1ba1a2198f0dc84
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>
arch/s390/include/asm/kvm_host.h
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/entry64.S