KVM: update code comment in struct kvm_vcpu
authorWang Yong <yongw.kernel@gmail.com>
Thu, 2 Feb 2023 08:13:42 +0000 (08:13 +0000)
committerSean Christopherson <seanjc@google.com>
Wed, 8 Feb 2023 01:58:19 +0000 (17:58 -0800)
commit5bad5d55d884d57acba92a3309cde4cbb26dfefc
tree38450ee6586f2f6ff88f4dad7f858bbc1361df88
parentb1cb1fac22abf102ffeb29dd3eeca208a3869d54
KVM: update code comment in struct kvm_vcpu

Commit c5b077549136 ("KVM: Convert the kvm->vcpus array to a xarray")
changed kvm->vcpus array to a xarray, so update the code comment of
kvm_vcpu->vcpu_idx accordingly.

Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
Link: https://lore.kernel.org/r/20230202081342.856687-1-yongw.kernel@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
include/linux/kvm_host.h