On 09/06/21 20:03, Krish Sadhukhan wrote:
'struct kvm' already has a member for tracking the number of VCPUs created in a given VM. Add this as a new VM statistic to KVM debugfs. This statistic can be a useful metric to track the usage of VCPUs on a host running customer VMs. Reported-by: kernel test robot <lkp@xxxxxxxxx>
Not sure why this "Reported-by", you can remove it. Please add the statistic to all architectures, in order to avoid the #ifdef. Paolo