commit | 46808a4cb89708c2e5b264eb9d1035762581921b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Tue Nov 16 16:04:02 2021 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 08 04:24:15 2021 -0500 |
tree | 342ef8e68aa885068c7e65c4c8ad7dae52f196d6 | |
parent | c5b077549136584618a66258f09d8d4b41e7409c [diff] |
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index Everywhere we use kvm_for_each_vpcu(), we use an int as the vcpu index. Unfortunately, we're about to move rework the iterator, which requires this to be upgrade to an unsigned long. Let's bite the bullet and repaint all of it in one go. Signed-off-by: Marc Zyngier <maz@kernel.org> Message-Id: <20211116160403.4074052-7-maz@kernel.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>