From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Maciej S. Szmigiero" Date: Tue, 09 Nov 2021 00:40:26 +0000 Subject: Re: [PATCH v5.5 12/30] KVM: x86: Use "new" memslot instead of userspace memory region Message-Id: <14c14a1d-6ddb-e2b4-c71d-808af552bb30@oracle.com> List-Id: References: <20211104002531.1176691-1-seanjc@google.com> <20211104002531.1176691-13-seanjc@google.com> In-Reply-To: <20211104002531.1176691-13-seanjc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sean Christopherson , Marc Zyngier , Huacai Chen , Aleksandar Markovic , Paul Mackerras , Anup Patel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Christian Borntraeger , Janosch Frank , Paolo Bonzini Cc: James Morse , Alexandru Elisei , Suzuki K Poulose , Atish Patra , David Hildenbrand , Cornelia Huck , Claudio Imbrenda , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-mips@vger.kernel.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Ben Gardon On 04.11.2021 01:25, Sean Christopherson wrote: > Get the number of pages directly from the new memslot instead of > computing the same from the userspace memory region when allocating > memslot metadata. This will allow a future patch to drop @mem. > > No functional change intended. > > Signed-off-by: Sean Christopherson Reviewed-by: Maciej S. Szmigiero