diff options
author | Michael Mueller <[email protected]> | 2015-03-17 11:03:07 +0100 |
---|---|---|
committer | Christian Borntraeger <[email protected]> | 2015-03-17 16:33:11 +0100 |
commit | 400ac6cd73633f61e42a035b910c3db2b590b9d5 (patch) | |
tree | a6d15aa7de112dd18ca9c2a956f47f889717b87b | |
parent | 30ee2a984f07b00895e0e01d78859b3aff9307c7 (diff) |
KVM: s390: drop SIMD bit from kvm_s390_fac_list_mask
Setting the SIMD bit in the KVM mask is an issue because it makes the
facility visible but not usable to the guest, thus it needs to be
removed again.
Signed-off-by: Michael Mueller <[email protected]>
Reviewed-by: Eric Farman <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
-rw-r--r-- | arch/s390/kvm/kvm-s390.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c index 0dc22baa0a57..42b8a2595237 100644 --- a/arch/s390/kvm/kvm-s390.c +++ b/arch/s390/kvm/kvm-s390.c @@ -107,7 +107,6 @@ struct kvm_stats_debugfs_item debugfs_entries[] = { unsigned long kvm_s390_fac_list_mask[] = { 0xff82fffbf4fc2000UL, 0x005c000000000000UL, - 0x4000000000000000UL, }; unsigned long kvm_s390_fac_list_mask_size(void) |