On Thu, 25 Oct 2018 14:37:45 +0200 Michael Mueller <mimu@xxxxxxxxxxxxx> wrote: > This metric will allow to identify how many vcpus are currently > running for a given kvm in SIE context. Its value is between 0 and > the number of vcpus defined for the kvm guest, but never lager than > the number of cpus available to the KVM host in total. > > This metric is required to decide if the GISA IAM has to be restored > from the kvm arch field of the guest. That will be the case when no > vcpu is in SIE context. (vcpus_in_sie == 0) > > Signed-off-by: Michael Mueller <mimu@xxxxxxxxxxxxx> > Reviewed-by: Pierre Morel <pmorel@xxxxxxxxxxxxx> > --- > arch/s390/include/asm/kvm_host.h | 1 + > arch/s390/kvm/kvm-s390.c | 4 ++++ > 2 files changed, 5 insertions(+) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>