On Wed, Aug 17, 2022 at 01:05:30PM +0200, Paolo Bonzini wrote: > On 8/16/22 14:53, Chao Peng wrote: > > #define KVM_MAX_VCPUS 16 > > /* memory slots that does not exposed to userspace */ > > -#define KVM_PRIVATE_MEM_SLOTS 0 > > +#define KVM_INTERNAL_MEM_SLOTS 0 > > This line can be removed altogether. Right, it's totally unnecessary for arch header. Chao > > Paolo