]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/x86/kvm/x86.c
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
authorKrish Sadhukhan <krish.sadhukhan@oracle.com>
Wed, 9 Jun 2021 18:03:39 +0000 (14:03 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:36 +0000 (13:09 -0400)
commitd5a0483f9f3250fe359224327ca1b4a29d106981
tree1fabf029f35b1afc78120846f62a598af2aed172
parentb93af02c6722fde384ed2e921b71b61b9addb740
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode

Add the following per-VCPU statistic to KVM debugfs to show if a given
VCPU is in guest mode:

guest_mode

Also add this as a per-VM statistic to KVM debugfs to show the total number
of VCPUs that are in guest mode in a given VM.

Signed-off-by: Krish Sadhukhan <Krish.Sadhukhan@oracle.com>
Message-Id: <20210609180340.104248-3-krish.sadhukhan@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/debugfs.c
arch/x86/kvm/kvm_cache_regs.h
arch/x86/kvm/x86.c