Re: [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
From: Chao Peng
Date: Thu Aug 18 2022 - 01:58:18 EST
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