On Tue, Oct 18, 2022 at 03:13:36PM +0000, Quentin Perret wrote: > 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. Good point, I've changed this to: /* Maximum number of VMs that can co-exist under pKVM. */ Will