]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit974d932a131228be47d3ba649294bdcfbc1e8f84
treeb071184641074850e2e8eeb980af4e686797f287
parentc48dcdf0cd492e6a9726dd29dabf9582a8b0b636
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