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
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