commit | 8750e72a79dda2f665ce17b62049f4d62130d991 | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Nov 07 07:53:42 2019 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 15 11:44:21 2019 +0100 |
tree | 26c55833adf466e5eab151874c8d2e6c2eb25886 | |
parent | 662f1d1d19317e792ccfc53dee625c02dcefac58 [diff] |
KVM: remember position in kvm->vcpus array Fetching an index for any vcpu in kvm->vcpus array by traversing the entire array everytime is costly. This patch remembers the position of each vcpu in kvm->vcpus array by storing it in vcpus_idx under kvm_vcpu structure. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Nitesh Narayan Lal <nitesh@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>