[PATCH RFC v3 0/9] KVM: allow dynamic kvm->vcpus array

2017-08-21 Thread Radim Krčmář
The only common part with v2 is [v3 5/9]. The crucial part of this series is adding a separate mechanism for kvm_for_each_vcpu() [v3 8/9] and with that change, I think that the dynamic array [v3 9/9] would be nicer if protected by RCU, like in v2: The protection can be nicely hidden in

[PATCH RFC v3 0/9] KVM: allow dynamic kvm->vcpus array

2017-08-21 Thread Radim Krčmář
The only common part with v2 is [v3 5/9]. The crucial part of this series is adding a separate mechanism for kvm_for_each_vcpu() [v3 8/9] and with that change, I think that the dynamic array [v3 9/9] would be nicer if protected by RCU, like in v2: The protection can be nicely hidden in