Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 400ac6cd authored by Michael Mueller's avatar Michael Mueller Committed by Christian Borntraeger
Browse files

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: default avatarMichael Mueller <mimu@linux.vnet.ibm.com>
Reviewed-by: default avatarEric Farman <farman@linux.vnet.ibm.com>
Reviewed-by: default avatarDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
parent 30ee2a98
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,6 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
unsigned long kvm_s390_fac_list_mask[] = {
unsigned long kvm_s390_fac_list_mask[] = {
	0xff82fffbf4fc2000UL,
	0xff82fffbf4fc2000UL,
	0x005c000000000000UL,
	0x005c000000000000UL,
	0x4000000000000000UL,
};
};


unsigned long kvm_s390_fac_list_mask_size(void)
unsigned long kvm_s390_fac_list_mask_size(void)