KVM: s390: Tracing APCB changes
authorPierre Morel <pmorel@linux.ibm.com>
Fri, 5 Oct 2018 08:31:09 +0000 (10:31 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 5 Oct 2018 11:10:18 +0000 (13:10 +0200)
commit0e237e44699465139c07f969b051f83066a2ec1d
treeb071184641074850e2e8eeb980af4e686797f287
parent8e41bd54317b04f2bf03012a4ca8ab7360c9beef
KVM: s390: Tracing APCB changes

kvm_arch_crypto_set_masks is a new function to centralize
the setup the APCB masks inside the CRYCB SIE satellite.

To trace APCB mask changes, we add KVM_EVENT() tracing to
both kvm_arch_crypto_set_masks and kvm_arch_crypto_clear_masks.

Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
Message-Id: <1538728270-10340-2-git-send-email-pmorel@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/kvm-s390.c