KVM: s390: implement subfunction processor calls
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 18 Feb 2019 12:48:25 +0000 (07:48 -0500)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 22 Feb 2019 10:04:35 +0000 (11:04 +0100)
commit346fa2f891c71a9b98014f8f62c15f4c7dd95ec1
tree9c6737b3ef394f5a4613d44597340123c1dfc146
parentb9fa6d6ee9b88eedf2d2261f931841664aa6980e
KVM: s390: implement subfunction processor calls

While we will not implement interception for query functions yet, we can
and should disable functions that have a control bit based on the given
CPU model.

Let us start with enabling the subfunction interface.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Janosch Frank <frankja@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/kvm-s390.c