Re: [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS

From: Paolo Bonzini
Date: Wed Aug 17 2022 - 07:06:36 EST


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.

Paolo