Re: [PATCH 1/5] KVM: Move wiping of the kvm->vcpus array to common code
From: Paolo Bonzini <pbonzini@redhat.com>
Date: 2021-11-16 13:50:18
Also in:
kvm, kvmarm, linuxppc-dev
From: Paolo Bonzini <pbonzini@redhat.com>
Date: 2021-11-16 13:50:18
Also in:
kvm, kvmarm, linuxppc-dev
On 11/6/21 12:17, Marc Zyngier wrote:
If you too believe that this is just wrong, I'm happy to drop the locking altogether. If that breaks someone's flow, they'll shout soon enough.
Yes, it's not necessary. It was added in 2009 (commit 988a2cae6a3c, "KVM: Use macro to iterate over vcpus.") and it was unnecessary back then too. Paolo