summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2013-12-17 09:08:28 +0100
committerChristian Borntraeger <borntraeger@de.ibm.com>2014-04-22 13:24:35 +0200
commit280ef0f1f982e4bd9a22ee3627ca06dccde59a64 (patch)
treeca928406d8f4af50e675c07195129353a06b61b9 /arch/s390/kvm/kvm-s390.h
parentdfeec843fb237d73947e818f961e8d6f0df22b01 (diff)
downloadop-kernel-dev-280ef0f1f982e4bd9a22ee3627ca06dccde59a64.zip
op-kernel-dev-280ef0f1f982e4bd9a22ee3627ca06dccde59a64.tar.gz
KVM: s390: export test_vfacility()
Make test_vfacility() available for other files. This is needed for the new guest access functions, which test if certain facilities are available for a guest. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/kvm/kvm-s390.h')
-rw-r--r--arch/s390/kvm/kvm-s390.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h
index 25a8b84..f3ab9fc 100644
--- a/arch/s390/kvm/kvm-s390.h
+++ b/arch/s390/kvm/kvm-s390.h
@@ -162,6 +162,7 @@ int kvm_s390_vcpu_setup_cmma(struct kvm_vcpu *vcpu);
void kvm_s390_vcpu_unsetup_cmma(struct kvm_vcpu *vcpu);
/* is cmma enabled */
bool kvm_s390_cmma_enabled(struct kvm *kvm);
+int test_vfacility(unsigned long nr);
/* implemented in diag.c */
int kvm_s390_handle_diag(struct kvm_vcpu *vcpu);
OpenPOWER on IntegriCloud