linux/arch/s390/kvm
Christian Borntraeger a0046b6db1 KVM: s390: Make facility bits future-proof
Heiko Carstens pointed out, that its safer to activate working facilities
instead of disabling problematic facilities. The new code uses the host
facility bits and masks it with known good ones.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-10-15 10:15:24 +02:00
..
Kconfig
Makefile
diag.c
gaccess.h
intercept.c KVM: s390: Fix possible host kernel bug on lctl(g) handling 2008-07-27 11:36:20 +03:00
interrupt.c KVM: s390: Fix program check on interrupt delivery handling 2008-07-27 11:36:05 +03:00
kvm-s390.c KVM: s390: Fix instruction naming for lctlg 2008-07-27 11:36:12 +03:00
kvm-s390.h
priv.c KVM: s390: Make facility bits future-proof 2008-10-15 10:15:24 +02:00
sie64a.S
sigp.c