On Monday 17 Oct 2022 at 12:51:56 (+0100), Will Deacon wrote: > +/* Maximum number of protected VMs that can be created. */ > +#define KVM_MAX_PVMS 255 Nit: I think that limit will apply to non-protected VMs too, at least initially, so it'd be worth rewording the comment. Cheers, Quentin