Re: [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

From: Paolo Bonzini
Date: Tue Oct 22 2019 - 10:04:28 EST


On 22/10/19 02:35, Sean Christopherson wrote:
> + struct kvm_memory_slot memslots[];
> + /*
> + * WARNING: 'memslots' is dynamically-sized. It *MUST* be at the end.
> + */

Isn't that obvious from the flexible array member?

Paolo